System::Drawing::FontFamily::GetEmHeight method

FontFamily::GetEmHeight method

Returns the height of em square in font design units for the specified style.

int System::Drawing::FontFamily::GetEmHeight(FontStyle style)
ParameterTypeDescription
styleFontStyleThe style for which to get the height

ReturnValue

The hight of the em square for the specified style

See Also