Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
DFontConfig_ohos.h168 struct VariationInfo { struct
169 VariationInfo() : weight(-1), width(-1), slant(-1){} in VariationInfo() function
170 std::vector<Coordinate> axis; // the axis set such as 'wght', 'wdth' and 'slnt'.
171 int weight; // the value of mapping weight
172 int width; // the value of mapping width
173 int slant; // the value of mapping slant