We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bolder/lighter
font-weight
bold/normal
1 parent adc9444 commit 23afd99Copy full SHA for 23afd99
source/svglayoutstate.cpp
@@ -207,6 +207,8 @@ static FontWeight parseFontWeight(const std::string_view& input)
207
static const SVGEnumerationEntry<FontWeight> entries[] = {
208
{FontWeight::Normal, "normal"},
209
{FontWeight::Bold, "bold"},
210
+ {FontWeight::Bold, "bolder"},
211
+ {FontWeight::Normal, "lighter"},
212
{FontWeight::Normal, "100"},
213
{FontWeight::Normal, "200"},
214
{FontWeight::Normal, "300"},
0 commit comments