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

Function FontCollectionGetFont

engine/font/src/fontcollection.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130HFont FontCollectionGetFont(HFontCollection coll, uint32_t index)
131{
132 return coll->m_Fonts[index];
133}
134
135#if defined(FONT_USE_SKRIBIDI)
136// Used by the text_layout.cpp

Callers 6

LayoutTextFunction · 0.85
TextLayoutLegacyCreateFunction · 0.85
CreateJobResourceInfoFunction · 0.85
AddFontInternalFunction · 0.85
TEST_FFunction · 0.85
GetFontInfoFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68