C1.WPF.PrintDocument.4.6.2 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
 

Parameters

ch
See Also