InputPanel for WinForms | ComponentOne
C1.Win.5 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 String, _
       ByRef widths() As Single _
    ) As Char()
    public static char[] Shaping( 
       string text,
       ref float[] widths
    )

    Parameters

    text
    widths
    See Also