PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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 String _
    ) As Boolean
    public bool IsSupportAllSymbols( 
       string text
    )

    Parameters

    text
    See Also