Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DTextStyle.h122 struct FontFeature { struct
123 FontFeature(const SkString name, int value) : fName(name), fValue(value) {} in FontFeature() argument
127 SkString fName;
128 int fValue;