Property | Type | Description | |
---|---|---|---|
resizable | bool | ||
size | int |
Method | Description | |
---|---|---|
AddChar ( char ch, BMGlyph glyph ) : void | ||
BitmapFont ( |
||
GetGlyph ( char ch, |
||
GetGlyphSize ( char ch, float &width, float &height ) : bool | ||
SetFormat ( |
public AddChar ( char ch, BMGlyph glyph ) : void | ||
ch | char | |
glyph | BMGlyph | |
return | void |
public BitmapFont ( |
||
item | ||
return | System.Collections.Generic |
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 SetFormat ( |
||
format | ||
fontSizeScale | float | |
return | void |