WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FontChecker

    Show / Hide Table of Contents

    Class FontChecker

    Used for checking whether font is symbolic.

    Inheritance
    System.Object
    FontChecker
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved