Searched refs:ParseFontVariantCaps (Results 1 – 2 of 2) sorted by relevance
21 bool ParseFontVariantCaps(const std::string& fontVariant, std::list<std::pair<std::string, int32_t>…
33 bool ParseFontVariantCaps(const std::string& fontVariant, FONT_FEATURES_LIST& fontFeatures) in ParseFontVariantCaps() function256 if (ParseFontVariantCaps(tempFontVariant, fontFeatures)) { in ParseFontVariant()