System::Drawing::FontFamily::GetLineSpacing method

FontFamily::GetLineSpacing method

Returns the line spacing of the font family represented by the current object for the specified font style.

int System::Drawing::FontFamily::GetLineSpacing(FontStyle style)
ParameterTypeDescription
styleFontStyleThe font style

ReturnValue

The line spacing of the font family represented by the current object for the specified font style.

See Also