nn::font::ResFontBase::SetGlyphMember Member Function

Syntax

protected:
static void SetGlyphMember(
     Glyph * glyph,
     GlyphIndex index,
     const FontTextureGlyph & tg
);

Arguments

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

Return Values

None.

Description

Sets Glyph member variables based on a FontTextureGlyph structure.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL