Property | Type | Description | |
---|---|---|---|
_cachedBaseline | int>.Dictionary | ||
_font |
Method | Description | |
---|---|---|
DynamicFont ( string name ) : System | ||
GetGlyph ( char ch, |
||
GetGlyphSize ( char ch, float &width, float &height ) : bool | ||
PrepareCharacters ( string text ) : void | ||
SetFormat ( |
Method | Description | |
---|---|---|
GetBaseLine ( int size ) : int | ||
LoadFont ( ) : void | ||
textureRebuildCallback ( ) : void | ||
textureRebuildCallback ( |
public GetGlyph ( char ch, |
||
ch | char | |
glyph | ||
return | bool |
public GetGlyphSize ( char ch, float &width, float &height ) : bool | ||
ch | char | |
width | float | |
height | float | |
return | bool |
public PrepareCharacters ( string text ) : void | ||
text | string | |
return | void |
public SetFormat ( |
||
format | ||
fontSizeScale | float | |
return | void |