Class FallbackFont
FallbackFont class used to represent a start, end Unicode ranges and font names of fall back font.
Inheritance
System.Object
FallbackFont
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public class FallbackFont : Object
Constructors
FallbackFont(UInt32, UInt32, String)
Create a instance of FallbackFont class.
Declaration
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
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
public uint StartUnicodeRange { get; set; }
Property Value
Type |
---|
System.UInt32 |