1 reference to WithSize
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
243
return textScale == 100 ? null : font.
WithSize
(font.Size * (textScale / 100.0f));