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

Syntax

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

Arguments

Name Description
in index Glyph index of the character for which to get widths.

Return Values

A reference to character width data.

Description

Gets the character widths corresponding to a glyph index.


CONFIDENTIAL