Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
Dtypography_style.h55 struct LineStyle { struct
56 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;