Gets the em square height of the font family in a particular style.
Syntax

[C#]

int GetEmHeight(FontStyle style);

[Visual Basic]

Function GetEmHeight(style As FontStyle) As Integer
Params
Name Description
style The style that is required.
return The metric in design units.
Notes

None.

Example

None.