Lines Matching defs:font
227 xmlNode* font = firstElement(family, FONT_TAG); in findFirstFontNode() local
247 for (const auto& font : fontSet) { in ASystemFontIterator_open() local
321 const std::shared_ptr<minikin::Font>& font = in AFontMatcher_match() local
379 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
394 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
405 void AFont_close(AFont* font) { in AFont_close()
409 const char* AFont_getFontFilePath(const AFont* font) { in AFont_getFontFilePath()
414 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight()
419 bool AFont_isItalic(const AFont* font) { in AFont_isItalic()
424 const char* AFont_getLocale(const AFont* font) { in AFont_getLocale()
429 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex()
434 size_t AFont_getAxisCount(const AFont* font) { in AFont_getAxisCount()
439 uint32_t AFont_getAxisTag(const AFont* font, uint32_t axisIndex) { in AFont_getAxisTag()
446 float AFont_getAxisValue(const AFont* font, uint32_t axisIndex) { in AFont_getAxisValue()