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