nw::font::ArchiveFont::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 of the character for which the glyph data was retrieved.

Return Values

None.

Description

Gets glyph data.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL