Home
last modified time | relevance | path

Searched defs:FontFeature (Results 1 – 1 of 1) sorted by relevance

/external/skia/modules/skparagraph/include/
DTextStyle.h112 struct FontFeature { struct
113 FontFeature(const SkString name, int value) : fName(name), fValue(value) {} in FontFeature() function
117 SkString fName;
118 int fValue;