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