C1.WPF.PrintDocument.4.6.2 Assembly / C1.Util Namespace / FontSubSet Class / IsSupportAllSymbols Method

In This Topic
IsSupportAllSymbols Method (FontSubSet)
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 text As String _
) As Boolean
 

Parameters

text
See Also