nn::font::ResFontBase::GetGlyph Member Function

Syntax

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

Arguments

Name Description
out pGlyph Pointer to the buffer that receives the glyph data.
in c Character code for which glyph data is retrieved.

Return Values

None.

Description

Gets glyph data.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL