Searched defs:FontFeature (Results 1 – 1 of 1) sorted by relevance
112 struct FontFeature { struct113 FontFeature(const SkString name, int value) : fName(name), fValue(value) {} in FontFeature() function117 SkString fName;118 int fValue;