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