Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DTextStyle.h115 struct FontFeature { struct
116 FontFeature(const SkString name, int value) : fName(name), fValue(value) {} in FontFeature() argument
120 SkString fName;
121 int fValue;