| 46 | }; |
| 47 | |
| 48 | void FontCollectionDestroy(HFontCollection coll) |
| 49 | { |
| 50 | #if defined(FONT_USE_SKRIBIDI) |
| 51 | skb_font_collection_destroy(coll->m_Collection); |
| 52 | #endif |
| 53 | delete coll; |
| 54 | } |
| 55 | |
| 56 | FontResult FontCollectionAddFont(HFontCollection coll, HFont hfont) |
| 57 | { |