Lines Matching defs:font
230 xmlNode* font = firstElement(family, FONT_TAG); in findFirstFontNode() local
253 const minikin::Font* font = family->getFont(i); in ASystemFontIterator_open() local
332 const std::shared_ptr<minikin::Font>& font = in AFontMatcher_match() local
390 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
405 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
416 void AFont_close(AFont* font) { in AFont_close()
420 const char* AFont_getFontFilePath(const AFont* font) { in AFont_getFontFilePath()
425 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight()
430 bool AFont_isItalic(const AFont* font) { in AFont_isItalic()
435 const char* AFont_getLocale(const AFont* font) { in AFont_getLocale()
440 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex()
445 size_t AFont_getAxisCount(const AFont* font) { in AFont_getAxisCount()
450 uint32_t AFont_getAxisTag(const AFont* font, uint32_t axisIndex) { in AFont_getAxisTag()
457 float AFont_getAxisValue(const AFont* font, uint32_t axisIndex) { in AFont_getAxisValue()