ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Util Namespace / FontSubSet Class / IsSupportAllSymbols Method

In This Topic
    IsSupportAllSymbols Method
    In This Topic
    Returns true if current FontSubSetBase object can show all chars in specified string excluding control chars (chars for that char.IsControl() == true).
    Syntax
    'Declaration
     
    Public Function IsSupportAllSymbols( _
       ByVal text As System.String _
    ) As System.Boolean
    public System.bool IsSupportAllSymbols( 
       System.string text
    )

    Parameters

    text
    See Also