Glyph structure used by BMFont. For more information see http://www.angelcode.com/products/bmfont/
More...
|
| int | GetKerning (int previousChar) |
| | Retrieves the special amount by which to adjust the cursor position, given the specified previous character. More...
|
| |
| void | SetKerning (int previousChar, int amount) |
| | Add a new kerning entry to the character (or adjust an existing one). More...
|
| |
| void | Trim (int xMin, int yMin, int xMax, int yMax) |
| | Trim the glyph, given the specified minimum and maximum dimensions in pixels. More...
|
| |
Glyph structure used by BMFont. For more information see http://www.angelcode.com/products/bmfont/
| int BMGlyph.GetKerning |
( |
int |
previousChar | ) |
|
Retrieves the special amount by which to adjust the cursor position, given the specified previous character.
| void BMGlyph.SetKerning |
( |
int |
previousChar, |
|
|
int |
amount |
|
) |
| |
Add a new kerning entry to the character (or adjust an existing one).
| void BMGlyph.Trim |
( |
int |
xMin, |
|
|
int |
yMin, |
|
|
int |
xMax, |
|
|
int |
yMax |
|
) |
| |
Trim the glyph, given the specified minimum and maximum dimensions in pixels.
| List<int> BMGlyph.kerning |
The documentation for this class was generated from the following file:
- D:/Projects/NGUI/Assets/NGUI/Scripts/Internal/BMGlyph.cs