nw::font::ArchiveFontBase::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.


CONFIDENTIAL