IsSupportAllSymbols Method (FontSubSet)
Returns true if current FontSubSetBase object can show all chars in specified string excluding control chars (chars for that char.IsControl() == true).
'Declaration
Public Function IsSupportAllSymbols( _
ByVal As String _
) As Boolean
Parameters
- text