PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / FontSubSet Class / IsCharSupported Method

In This Topic
    IsCharSupported Method (FontSubSet)
    In This Topic
    Returns true if current font contains glyph for character with specified code.
    Syntax
    'Declaration
     
    Public Function IsCharSupported( _
       ByVal ch As Char _
    ) As Boolean
    public bool IsCharSupported( 
       char ch
    )

    Parameters

    ch
    See Also