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