|
| KANZI_INTEROP_API void | kanzi::interop::FontFamily_addFontFile (ObjectWrapper *thisPtrWrapper, ObjectWrapper *fontFile, FontWeight weight, FontStyle style) |
| |
| KANZI_INTEROP_API void | kanzi::interop::FontFamily_addFontFile1 (ObjectWrapper *thisPtrWrapper, ObjectWrapper *fontFile) |
| |
| KANZI_INTEROP_API ObjectReference * | kanzi::interop::FontFamily_create (Context *context, string_view name) |
| |
| KANZI_INTEROP_API size_t | kanzi::interop::FontFamily_getFallbackFontCount (ObjectWrapper *thisPtrWrapper) |
| |
| KANZI_INTEROP_API ObjectWrapper * | kanzi::interop::FontFamily_getFallbackFontFile (ObjectWrapper *thisPtrWrapper, size_t index, FontWeight weight, FontStyle style) |
| |
| KANZI_INTEROP_API ObjectWrapper * | kanzi::interop::FontFamily_getFontFile (ObjectWrapper *thisPtrWrapper, FontWeight weight, FontStyle style) |
| |
| KANZI_INTEROP_API ObjectWrapper * | kanzi::interop::FontFamily_getFontFile1 (ObjectWrapper *thisPtrWrapper) |
| |