C# Class FFont, FutilePrototyper

Mostrar archivo Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Methods

Method Description
FFont ( string name, FAtlasElement, element, string configPath, float offsetX, float offsetY, FTextParams, textParams ) : System
GetQuadInfoForText ( string text, FTextParams, textParams ) : FLetterQuadLine[],

Private Methods

Method Description
LoadAndParseConfigFile ( ) : void

Method Details

FFont() public method

public FFont ( string name, FAtlasElement, element, string configPath, float offsetX, float offsetY, FTextParams, textParams ) : System
name string
element FAtlasElement,
configPath string
offsetX float
offsetY float
textParams FTextParams,
return System

GetQuadInfoForText() public method

public GetQuadInfoForText ( string text, FTextParams, textParams ) : FLetterQuadLine[],
text string
textParams FTextParams,
return FLetterQuadLine[],