[]
        
(Showing Draft Content)

C1.Util.FontSubSet.IsSupportAllSymbols

IsSupportAllSymbols Method

IsSupportAllSymbols(string)

Returns true if current FontSubSetBase object can show all chars in specified string excluding control chars (chars for that char.IsControl() == true).

Declaration
public bool IsSupportAllSymbols(string text)
Parameters
Type Name Description
string text
Returns
Type Description
bool