| 126 | } |
| 127 | |
| 128 | uint32_t FontGetGlyphIndex(HFont font, uint32_t codepoint) |
| 129 | { |
| 130 | return font->m_GetGlyphIndex(font, codepoint); |
| 131 | } |
| 132 | |
| 133 | FontResult FontGetGlyph(HFont font, uint32_t codepoint, FontGlyphOptions* options, FontGlyph* glyph) |
| 134 | { |
no outgoing calls