nn::font::ResFontBase::GetGlyphFromIndex Member Function

Syntax

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

Parameters

Name Description
out glyph Pointer to a buffer that stores glyph data.
in index Glyph index for which to get glyph data.

Return Values

None.

Description

Gets the glyph data that corresponds to a glyph index.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL