[]
Returns true if current FontSubSetBase object can show all chars in specified string excluding control chars (chars for that char.IsControl() == true).
public bool IsSupportAllSymbols(string text)
Public Function IsSupportAllSymbols(text As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text |
| Type | Description |
|---|---|
| bool |