Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ FontCollectionGetLayoutType
Function
FontCollectionGetLayoutType
engine/font/src/fontcollection.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
TextLayoutType FontCollectionGetLayoutType(HFontCollection coll)
121
{
122
return coll->m_LayoutType;
123
}
124
125
uint32_t FontCollectionGetFontCount(HFontCollection coll)
126
{
Callers
1
TextLayoutCreate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected