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