Fixed UpdateFont
This commit is contained in:
Родитель
2f0dd02ede
Коммит
6f94f760f2
|
@ -111,7 +111,7 @@ namespace Xamarin.Forms.Platform.WinForms
|
|||
{
|
||||
nativeElement.Font = new System.Drawing.Font(
|
||||
label.FontFamily,
|
||||
(float)label.FontSize,
|
||||
Math.Max((float)label.FontSize, 1.0f),
|
||||
label.FontAttributes.ToWindowsFontStyle());
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче