ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontShaping Class / Shaping Method

In This Topic
    Shaping Method (FontShaping)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Shaping( _
       ByVal text As System.String, _
       ByRef widths() As System.Single _
    ) As System.Char()
    public static System.char[] Shaping( 
       System.string text,
       ref System.float[] widths
    )

    Parameters

    text
    widths
    See Also