nw::font::ResFontBase::GetGlyphFromIndex Member Function

Syntax

protected:
void GetGlyphFromIndex(
     Glyph * glyph,
     GlyphIndex index
) const;

Arguments

Name Description
out glyph Pointer to the buffer that stores the glyph data.
in index The glyph index of the glyph data to be obtained

Return Values

None.

Description

Gets the glyph data corresponding to the glyph index.


CONFIDENTIAL