nn::font::ResFontBase::GetGlyphFromIndex Member Function
protected:
void GetGlyphFromIndex(
Glyph * glyph,
GlyphIndex index
) const;
| Name | Description | |
|---|---|---|
| out | glyph | Pointer to a buffer that stores glyph data. |
| in | index | Glyph index for which to get glyph data. |
Gets the glyph data that corresponds to a glyph index.
CONFIDENTIAL