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.GetLineSpacing

Returns the distance between two consecutive lines of text for this FontFamily with the specified FontStyle.

[Visual Basic]
Public Function GetLineSpacing( _
   ByVal style As FontStyle _
) As Integer
[C#]
public int GetLineSpacing(
   FontStyle style
);
[C++]
public: int GetLineSpacing(
   FontStyle style
);
[JScript]
public function GetLineSpacing(
   style : FontStyle
) : int;

Parameters

style
The FontStyle to apply.

Return Value

The distance between two consecutive lines of text.

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace