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

Function FontCollectionGetSkribidiPtr

engine/font/src/fontcollection.cpp:137–140  ·  view source on GitHub ↗

Used by the text_layout.cpp

Source from the content-addressed store, hash-verified

135#if defined(FONT_USE_SKRIBIDI)
136// Used by the text_layout.cpp
137skb_font_collection_t* FontCollectionGetSkribidiPtr(HFontCollection coll)
138{
139 return coll->m_Collection;
140}
141
142HFont FontCollectionGetFontFromHandle(HFontCollection coll, skb_font_handle_t handle)
143{

Callers 1

LayoutTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected