Lines Matching defs:font
225 xmlNode* font = firstElement(family, FONT_TAG); in findFirstFontNode() local
245 for (const auto& font : fontSet) { in ASystemFontIterator_open() local
320 const std::shared_ptr<minikin::Font>& font = in AFontMatcher_match() local
378 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
393 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
404 void AFont_close(AFont* font) { in AFont_close()
408 const char* AFont_getFontFilePath(const AFont* font) { in AFont_getFontFilePath()
413 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight()
418 bool AFont_isItalic(const AFont* font) { in AFont_isItalic()
423 const char* AFont_getLocale(const AFont* font) { in AFont_getLocale()
428 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex()
433 size_t AFont_getAxisCount(const AFont* font) { in AFont_getAxisCount()
438 uint32_t AFont_getAxisTag(const AFont* font, uint32_t axisIndex) { in AFont_getAxisTag()
445 float AFont_getAxisValue(const AFont* font, uint32_t axisIndex) { in AFont_getAxisValue()