We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70c92e commit 7000c8cCopy full SHA for 7000c8c
Source/SVGImage/SVG/TextStyle.cs
@@ -54,7 +54,7 @@ public TextStyle(Shape owner)
54
55
public Typeface GetTypeface()
56
{
57
- var fontFamily = _fontResolver.ResolveFontFamily(FontFamily) ?? new FontFamily(_defaults.FontFamily);
+ var fontFamily = _fontResolver.ResolveFontFamily(FontFamily);
58
return new Typeface(fontFamily,
59
Fontstyle,
60
Fontweight,
0 commit comments