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