IsSupportAllSymbols Method (RawFontSubSet)
In This Topic
Returns true if current FontSubSetBase object can show all chars in specified string excluding control chars (chars for that char.IsControl() == true).
Syntax
'Declaration
Public Function IsSupportAllSymbols( _
ByVal As String _
) As Boolean
public bool IsSupportAllSymbols(
string
)
Parameters
- text
See Also