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)
Parameter | Type | Description |
---|---|---|
style | FontStyle | The FontStyle for which to get the EM height. |
Return Value
The height of the EM square.
See Also
- enum FontStyle
- class FontFamily
- namespace System.Drawing
- assembly Aspose.Drawing