nw::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 width of the character corresponding to the glyph index.
GetCharWidthsFromIndex ( const FontWidth *, GlyphIndex ) Gets the character width of the character corresponding to the glyph index from the CWDH block.

Description of GetCharWidthsFromIndex ( GlyphIndex )

Gets the character width of the character corresponding to the glyph index.

Description of GetCharWidthsFromIndex ( const FontWidth *, GlyphIndex )

Gets the character width of the character corresponding to the glyph index from the CWDH block.


CONFIDENTIAL