Lines Matching refs:AFont
90 struct AFont;
94 typedef struct AFont AFont; typedef
104 void AFont_close(AFont* _Nullable font) __INTRODUCED_IN(29);
126 const char* _Nonnull AFont_getFontFilePath(const AFont* _Nonnull font) __INTRODUCED_IN(29);
196 uint16_t AFont_getWeight(const AFont* _Nonnull font) __INTRODUCED_IN(29);
206 bool AFont_isItalic(const AFont* _Nonnull font) __INTRODUCED_IN(29);
220 const char* _Nullable AFont_getLocale(const AFont* _Nonnull font) __INTRODUCED_IN(29);
234 size_t AFont_getCollectionIndex(const AFont* _Nonnull font) __INTRODUCED_IN(29);
267 size_t AFont_getAxisCount(const AFont* _Nonnull font) __INTRODUCED_IN(29);
282 uint32_t AFont_getAxisTag(const AFont* _Nonnull font, uint32_t axisIndex)
297 float AFont_getAxisValue(const AFont* _Nonnull font, uint32_t axisIndex)