Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
HFont 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
LayoutText
Function · 0.85
TextLayoutLegacyCreate
Function · 0.85
CreateJobResourceInfo
Function · 0.85
AddFontInternal
Function · 0.85
TEST_F
Function · 0.85
GetFontInfo
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68