nn::font::PackedFont::GetGlyph Member Function

Syntax

virtual void GetGlyph(
     Glyph * glyph,
     CharCode    c
) const;

Arguments

Name Description
out glyph Pointer to the buffer that receives the glyph data.
in c Character code to get glyph data for.

Return Values

None.

Description

Gets glyph data.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL