nw::font::ResFontBase::SetGlyphMember Member Function
protected:
static void SetGlyphMember(
Glyph * glyph,
GlyphIndex index,
const FontTextureGlyph & tg
);
| 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. |
Sets Glyphmembers based on the content of the FontTextureGlyph structure
CONFIDENTIAL