nw::font::ResFontBase::SetGlyphMember Member Function

Syntax

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

Arguments

Name Description
out glyph Pointer to the buffer that stores the glyph data.
in index The glyph index of the glyph data to be obtained
in tg Reference to the FontTextureGlyph structure.

Return Values

None.

Description

Sets Glyphmembers based on the content of the FontTextureGlyph structure


CONFIDENTIAL