Searched defs:LineStyle (Results 1 – 1 of 1) sorted by relevance
55 struct LineStyle { struct56 bool only = false;57 FontWeight fontWeight = FontWeight::W400;58 FontStyle fontStyle = FontStyle::NORMAL;59 std::vector<std::string> fontFamilies = {};60 bool heightOnly = false;61 double fontSize = 16.0;62 double heightScale = 1;63 std::optional<double> spacingScale = std::nullopt;