nn::font::PairFont Classclass PairFont : public nn::font::Font
Holds two fonts internally but handles them as if they were a single font.
| Constructors/Destructors | ||
|---|---|---|
PairFont
|
Constructor. | |
| V |
~PairFont
|
Destructor. |
| Other | ||
| V |
GetWidth
|
Gets the width of the font. |
| V |
GetHeight
|
Gets the font height. |
| V |
GetAscent
|
Gets the ascent of the font. |
| V |
GetDescent
|
Gets the font descent. |
| V |
GetBaselinePos
|
Gets the baseline position. |
| V |
GetCellHeight
|
Gets the cell height. |
| V |
GetCellWidth
|
Gets the cell width. |
| V |
GetMaxCharWidth
|
Gets the maximum character width included in the font. |
| V |
GetType
|
Gets the font type. |
| V |
GetTextureFormat
|
Gets the texture format of the font. |
| V |
GetLineFeed
|
Gets the font's linefeed width. |
| V |
GetDefaultCharWidths
|
Gets the font's default character widths. |
| V |
SetDefaultCharWidths
|
Sets the font's default character widths. |
| V |
SetAlternateChar
|
Changes the alternate character for the font. |
| V |
SetLineFeed
|
Sets the font's linefeed width. |
| V |
GetCharWidth
|
Gets the character width of a character. |
| V |
GetCharWidths
|
Gets character widths for a character. |
| V |
GetGlyph
|
Gets glyph data. |
| V |
HasGlyph
|
Determines whether glyph data exists. |
| V |
GetCharacterCode
|
Gets the character encoding supported by the font. |
nn::font::Font
nn::font::PairFont
CONFIDENTIAL