4 references to FontInPoints
System.Drawing.Common (4)
System\Drawing\SystemFonts.cs (4)
187
defaultFont =
FontInPoints
(fontInWorldUnits);
212
defaultFont =
FontInPoints
(defaultFont);
252
dialogFont =
FontInPoints
(dialogFont);
281
: font.Unit != GraphicsUnit.Point ?
FontInPoints
(font) : font;