2 references to GetLineSpacing
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
748
float emHeightInPixels = lineSpacingInPixels * FontFamily.GetEmHeight(Style) / FontFamily.
GetLineSpacing
(Style);
System.Windows.Forms (1)
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (1)
155
int lineSpacingDesignUnits = family.
GetLineSpacing
(style);