IsCharSupported Method
IsCharSupported(char)
Returns true if current font contains glyph for character with specified code.
Declaration
public bool IsCharSupported(char ch)
Public Function IsCharSupported(ch As Char) As Boolean
Parameters
| Type |
Name |
Description |
| char |
ch |
|
Returns