Lines Matching defs:AndroidFontAPI
70 struct AndroidFontAPI { struct
71 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*);
81 size_t (*AFont_getAxisCount)(const AFont*);
82 uint32_t (*AFont_getAxisTag)(const AFont*, uint32_t axisIndex);
83 float (*AFont_getAxisValue)(const AFont*, uint32_t axisIndex);