Class FontChecker
Used for checking whether font is symbolic.
Inheritance
System.Object
FontChecker
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public static class FontChecker : Object
Methods
IsFontSymbol(FontFamily)
Checks whether font is symbolic.
Declaration
public static bool IsFontSymbol(FontFamily fontFamily)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.FontFamily | fontFamily | Font to be checked. |
Returns
Type | Description |
---|---|
System.Boolean | True if font is symbolic, otherwise false. |