nw::font::ResFontBase::GetGlyphFromIndex Member Function
protected:
void GetGlyphFromIndex(
Glyph * glyph,
GlyphIndex index
) const;
| 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 |
Gets the glyph data corresponding to the glyph index.
CONFIDENTIAL