menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FallbackFont - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FallbackFont

    FallbackFont class used to represent a start, end Unicode ranges and font names of fall back font.

    Inheritance
    System.Object
    FallbackFont
    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.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public class FallbackFont

    Constructors

    FallbackFont(UInt32, UInt32, String)

    Create a instance of FallbackFont class.

    Declaration
    [CLSCompliant(false)]
    public FallbackFont(uint startUnicodeRange, uint endUnicodeRange, string fontNames)
    Parameters
    Type Name Description
    System.UInt32 startUnicodeRange
    System.UInt32 endUnicodeRange
    System.String fontNames

    Represent a fall back font name or names (split by comma).

    Properties

    EndUnicodeRange

    Gets or Sets a Unicode range of end character which use a fall back font.

    Declaration
    [CLSCompliant(false)]
    public uint EndUnicodeRange { get; set; }
    Property Value
    Type
    System.UInt32

    FontNames

    Gets or Sets a fall back font names (split by comma).

    Declaration
    public string FontNames { get; set; }
    Property Value
    Type
    System.String

    ScriptType

    Gets the ScriptType of the fallback font.

    Declaration
    public ScriptType ScriptType { get; }
    Property Value
    Type
    ScriptType
    Remarks

    Script type is unknown for the custom Unicode ranges.

    StartUnicodeRange

    Gets or Sets a Unicode range of start character which use a fall back font.

    Declaration
    [CLSCompliant(false)]
    public uint StartUnicodeRange { get; set; }
    Property Value
    Type
    System.UInt32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved