Searched defs:FontFeature (Results 1 – 2 of 2) sorted by relevance
31 struct FontFeature { struct35 static std::vector<FontFeature> parse(std::string_view fontFeatureString); argument
115 struct FontFeature { struct116 FontFeature(SkString name, int value) : fName(std::move(name)), fValue(value) {} in FontFeature() function120 SkString fName;121 int fValue;