ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Char _
    ) As System.Boolean
    public System.bool IsCharSupported( 
       System.char ch
    )

    Parameters

    ch
    See Also