Returns the ascender metric for Windows.
[Visual Basic] Public Function GetCellAscent( _ ByVal style As FontStyle _ ) As Integer [C#] public int GetCellAscent( FontStyle style ); [C++] public: int GetCellAscent( FontStyle style ); [JScript] public function GetCellAscent( style : FontStyle ) : int;
The ascender metric for this FontFamily with the specified FontStyle.
This value is computed as yMax for all characters in the Windows ANSI character set. The return value is equivalent to the GDI TEXTMETRIC.tmAscent.
FontFamily Class | FontFamily Members | System.Drawing Namespace