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

In This Topic
    IsSupportAllSymbols Method (FontSubSet)
    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