NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontFamily.GetCellDescent

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;

Parameters

style
[To be supplied.]

Return Value

The descender metric for this FontFamily with the specified FontStyle.

Remarks

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.

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace