|
@@ -35,6 +35,7 @@ namespace Avalonia.Skia
|
|
IsAntialias = true,
|
|
IsAntialias = true,
|
|
LcdRenderText = true,
|
|
LcdRenderText = true,
|
|
SubpixelText = true,
|
|
SubpixelText = true,
|
|
|
|
+ IsLinearText = true,
|
|
Typeface = glyphTypeface.Typeface,
|
|
Typeface = glyphTypeface.Typeface,
|
|
TextSize = (float)fontSize,
|
|
TextSize = (float)fontSize,
|
|
TextAlign = textAlignment.ToSKTextAlign()
|
|
TextAlign = textAlignment.ToSKTextAlign()
|