nn::font::PairFont Class

Syntax

class PairFont : public nn::font::Font

Description

Holds two fonts internally but handles them as if they were a single font.

Member Functions

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.

Class Hierarchy

nn::font::Font
  nn::font::PairFont

Revision History

2010/11/10
Initial version.

CONFIDENTIAL