ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi Namespace / GdiTextLayoutService Class / GetLineHeight Method
Text font

In This Topic
    GetLineHeight Method
    In This Topic
    Calculates line height without line spacing, in inches.
    Syntax
    'Declaration
     
    Public Function GetLineHeight( _
       ByVal font As Font _
    ) As Single
    public float GetLineHeight( 
       Font font
    )

    Parameters

    font
    Text font

    Return Value

    Line Hight in inches
    See Also