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

In This Topic
    LayoutShrinkToFit Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function LayoutShrinkToFit( _
       ByVal text As String, _
       ByVal font As Font, _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal descriptor As TextLayoutParams, _
       ByRef fontSize As Single _
    ) As TextLayoutResult
    public TextLayoutResult LayoutShrinkToFit( 
       string text,
       Font font,
       float width,
       float height,
       TextLayoutParams descriptor,
       out float fontSize
    )

    Parameters

    text
    font
    width
    height
    descriptor
    fontSize
    See Also