GetEmHeight()

FontFamily::GetEmHeight(FontStyle) method

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

int System::Drawing::FontFamily::GetEmHeight(FontStyle style)

Arguments

ParameterTypeDescription
styleFontStyleThe style for which to get the height

Return Value

The hight of the em square for the specified style

See Also