MCPcopy Create free account
hub / github.com/defold/defold / FontGetGlyphIndex

Function FontGetGlyphIndex

engine/font/src/font.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

GetOrCreateGlyphFunction · 0.85
FindFallbackCodepointFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

FindFallbackCodepointFunction · 0.68
TEST_FFunction · 0.68