Skip to content

Commit 7000c8c

Browse files
committed
revert font family fix
1 parent a70c92e commit 7000c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SVGImage/SVG/TextStyle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public TextStyle(Shape owner)
5454

5555
public Typeface GetTypeface()
5656
{
57-
var fontFamily = _fontResolver.ResolveFontFamily(FontFamily) ?? new FontFamily(_defaults.FontFamily);
57+
var fontFamily = _fontResolver.ResolveFontFamily(FontFamily);
5858
return new Typeface(fontFamily,
5959
Fontstyle,
6060
Fontweight,

0 commit comments

Comments
 (0)