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
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
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
EMBED_FONTS_TRUETYPE
“TrueType” font type value for “EMBED_FONTS_AS” key
public const string EMBED_FONTS_TRUETYPE = "TrueType"
Field Value
EMBED_FONTS_TYPE1
“Type1” font type value for “EMBED_FONTS_AS” key
public const string EMBED_FONTS_TYPE1 = "Type1"
Field Value
EMBED_FONTS_TYPE3
“Type3” font type value for “EMBED_FONTS_AS” key
public const string EMBED_FONTS_TYPE3 = "Type3"
Field Value
Properties
EmbedFontsAsList
public static string[] EmbedFontsAsList { get; }
Property Value
string[]