diff --git a/Windows/Perspex.Direct2D1/Media/FormattedTextImpl.cs b/Windows/Perspex.Direct2D1/Media/FormattedTextImpl.cs index 747be56ff9..f2c3261317 100644 --- a/Windows/Perspex.Direct2D1/Media/FormattedTextImpl.cs +++ b/Windows/Perspex.Direct2D1/Media/FormattedTextImpl.cs @@ -27,7 +27,7 @@ namespace Perspex.Direct2D1.Media this.TextLayout = new DWrite.TextLayout( factory, text ?? string.Empty, - new DWrite.TextFormat(factory, fontFamily, (float)fontSize), + new DWrite.TextFormat(factory, fontFamily, DWrite.FontWeight.Normal, (DWrite.FontStyle)fontStyle, (float)fontSize), float.MaxValue, float.MaxValue); }