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;
The distance between two consecutive lines of text.
FontFamily Class | FontFamily Members | System.Drawing Namespace