|
|
@ -236,7 +236,7 @@ namespace Perspex.Controls |
|
|
{ |
|
|
{ |
|
|
var result = new FormattedText( |
|
|
var result = new FormattedText( |
|
|
Text ?? string.Empty, |
|
|
Text ?? string.Empty, |
|
|
FontFamily ?? "Ariel", |
|
|
FontFamily ?? "Arial", |
|
|
FontSize > 0 ? FontSize : 12, |
|
|
FontSize > 0 ? FontSize : 12, |
|
|
FontStyle, |
|
|
FontStyle, |
|
|
TextAlignment, |
|
|
TextAlignment, |
|
|
|