nn::font::ResFontBase::GetCharWidthsFromIndex Member Function

Syntax

protected:
const CharWidths & GetCharWidthsFromIndex(
     GlyphIndex index
) const;

protected:
const CharWidths & GetCharWidthsFromIndex(
     const FontWidth * pWidth,
     GlyphIndex index
) const;

List of Overloaded Member Functions

GetCharWidthsFromIndex ( GlyphIndex ) Gets the character widths corresponding to a glyph index.
GetCharWidthsFromIndex ( const FontWidth *, GlyphIndex ) Gets character widths corresponding to a glyph index from the body of a CWDH block.

Description of GetCharWidthsFromIndex(GlyphIndex)

Gets the character widths corresponding to a glyph index.

Description of GetCharWidthsFromIndex(const FontWidth *, GlyphIndex)

Gets character widths corresponding to a glyph index from the body of a CWDH block.


CONFIDENTIAL