Lines Matching defs:font
201 xmlNode* font = firstElement(family, FONT_TAG); in findFirstFontNode() local
267 const minikin::Font* font = runs[0].fakedFont.font; in AFontMatcher_match() local
316 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
331 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
342 void AFont_close(AFont* font) { in AFont_close()
346 const char* AFont_getFontFilePath(const AFont* font) { in AFont_getFontFilePath()
351 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight()
356 bool AFont_isItalic(const AFont* font) { in AFont_isItalic()
361 const char* AFont_getLocale(const AFont* font) { in AFont_getLocale()
366 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex()
371 size_t AFont_getAxisCount(const AFont* font) { in AFont_getAxisCount()
376 uint32_t AFont_getAxisTag(const AFont* font, uint32_t axisIndex) { in AFont_getAxisTag()
383 float AFont_getAxisValue(const AFont* font, uint32_t axisIndex) { in AFont_getAxisValue()