Class FontConstants

Class FontConstants

Namespace: Aspose.Page.EPS
Assembly: Aspose.Page.dll (25.1.2)

This class defines a set of constants for saving fonts.

public class FontConstants

Inheritance

objectFontConstants

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Fields

EMBED_FONTS

Key of property indicating whether to embed fonts in saved document

public const string EMBED_FONTS = "EmbedFonts"

Field Value

string

EMBED_FONTS_AS

Key of property indicating a type of font to use when saving document

public const string EMBED_FONTS_AS = "EmbedFontsAs"

Field Value

string

EMBED_FONTS_TRUETYPE

“TrueType” font type value for “EMBED_FONTS_AS” key

public const string EMBED_FONTS_TRUETYPE = "TrueType"

Field Value

string

EMBED_FONTS_TYPE1

“Type1” font type value for “EMBED_FONTS_AS” key

public const string EMBED_FONTS_TYPE1 = "Type1"

Field Value

string

EMBED_FONTS_TYPE3

“Type3” font type value for “EMBED_FONTS_AS” key

public const string EMBED_FONTS_TYPE3 = "Type3"

Field Value

string

Properties

EmbedFontsAsList

available “EMBED_FONTS_AS” values.

public static string[] EmbedFontsAsList { get; }

Property Value

string[]

 English