Class FontChecker
Used for checking whether font is symbolic.
Inheritance
System.Object
FontChecker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public static class FontChecker
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. |