Lines Matching defs:font
191 xmlNode* font = firstElement(family, FONT_TAG); in findFirstFontNode() local
256 const minikin::Font* font = runs[0].fakedFont.font; in AFontMatcher_match() local
305 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
322 std::unique_ptr<AFont> font = std::make_unique<AFont>(); in ASystemFontIterator_next() local
333 void AFont_close(AFont* font) { in AFont_close()
337 const char* AFont_getFontFilePath(const AFont* font) { in AFont_getFontFilePath()
342 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight()
347 bool AFont_isItalic(const AFont* font) { in AFont_isItalic()
352 const char* AFont_getLocale(const AFont* font) { in AFont_getLocale()
357 size_t AFont_getCollectionIndex(const AFont* font) { in AFont_getCollectionIndex()
362 size_t AFont_getAxisCount(const AFont* font) { in AFont_getAxisCount()
367 uint32_t AFont_getAxisTag(const AFont* font, uint32_t axisIndex) { in AFont_getAxisTag()
374 float AFont_getAxisValue(const AFont* font, uint32_t axisIndex) { in AFont_getAxisValue()