MCPcopy 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
120TextLayoutType FontCollectionGetLayoutType(HFontCollection coll)
121{
122 return coll->m_LayoutType;
123}
124
125uint32_t FontCollectionGetFontCount(HFontCollection coll)
126{

Callers 1

TextLayoutCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected