Searched defs:LineStyle (Results 1 – 1 of 1) sorted by relevance
57 struct LineStyle { struct58 bool only = false;59 FontWeight fontWeight = FontWeight::W400;60 FontStyle fontStyle = FontStyle::NORMAL;62 bool halfLeading = false;63 bool heightOnly = false;64 double fontSize = 16.0;65 double heightScale = 1;66 std::optional<double> spacingScale = std::nullopt;