Searched defs:TextStyleResult (Results 1 – 1 of 1) sorted by relevance
123 struct TextStyleResult { struct124 std::string fontColor;125 double fontSize = 0.0;126 double lineHeight = 0.0;127 double letterSpacing = 0.0;128 double lineSpacing = 0.0;129 int32_t fontStyle = 0;130 int32_t fontWeight = 0;132 std::string fontFamily;133 int32_t decorationType = 0;[all …]