Property | Type | Description | |
---|---|---|---|
CharId | int | ||
Texture | |||
XAdvance | float | ||
XOffset | float | ||
YOffset | float |
Method | Description | |
---|---|---|
AddKerning ( float amount, int charId ) : void |
Adds kerning information relative to a specific other character ID.
|
|
BitmapChar ( |
Initializes a char with a texture.
|
|
BitmapChar ( int charId, |
Initializes a char with a texture and its properties.
|
|
KerningToChar ( int charId ) : float |
Retrieve kerning information relative to the given character ID.
|
public AddKerning ( float amount, int charId ) : void | ||
amount | float | |
charId | int | |
return | void |
public BitmapChar ( |
||
texture | ||
return | System.Collections.Generic |
public BitmapChar ( int charId, |
||
charId | int | |
texture | ||
xOffset | float | |
yOffset | float | |
xAdvance | float | |
return | System.Collections.Generic |