FontFamily.GetEmHeight

FontFamily.GetEmHeight method

Gets the height, in font design units, of the EM square for the specified style.

public int GetEmHeight(FontStyle style)
ParameterTypeDescription
styleFontStyleThe FontStyle for which to get the EM height.

Return Value

The height of the EM square.

See Also