Searched defs:AndroidFontAPI (Results 1 – 1 of 1) sorted by relevance
69 struct AndroidFontAPI { struct70 ASystemFontIterator* (*ASystemFontIterator_open)();71 void (*ASystemFontIterator_close)(ASystemFontIterator*);72 AFont* (*ASystemFontIterator_next)(ASystemFontIterator*);74 void (*AFont_close)(AFont*);75 const char* (*AFont_getFontFilePath)(const AFont*);76 uint16_t (*AFont_getWeight)(const AFont*);77 bool (*AFont_isItalic)(const AFont*);78 const char* (*AFont_getLocale)(const AFont*);79 size_t (*AFont_getCollectionIndex)(const AFont*);[all …]