Searched defs:VariationInfo (Results 1 – 1 of 1) sorted by relevance
156 struct VariationInfo { struct157 VariationInfo() : weight(-1), width(-1), slant(-1){} in VariationInfo() function158 std::vector<Coordinate> axis; // the axis set such as 'wght', 'wdth' and 'slnt'.159 int weight; // the value of mapping weight160 int width; // the value of mapping width161 int slant; // the value of mapping slant