Class FontConstants
Class FontConstants
Namespace: Aspose.Page.EPS
Assembly: Aspose.Page.dll (25.1.2)
Questa classe definisce un insieme di costanti per il salvataggio dei font.
public class FontConstants
Ereditarietà
Membri Ereditati
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Campi
EMBED_FONTS
Chiave della proprietà che indica se incorporare i font nel documento salvato
public const string EMBED_FONTS = "EmbedFonts"
Valore del Campo
EMBED_FONTS_AS
Chiave della proprietà che indica un tipo di font da utilizzare durante il salvataggio del documento
public const string EMBED_FONTS_AS = "EmbedFontsAs"
Valore del Campo
EMBED_FONTS_TRUETYPE
Valore del tipo di font “TrueType” per la chiave “EMBED_FONTS_AS”
public const string EMBED_FONTS_TRUETYPE = "TrueType"
Valore del Campo
EMBED_FONTS_TYPE1
Valore del tipo di font “Type1” per la chiave “EMBED_FONTS_AS”
public const string EMBED_FONTS_TYPE1 = "Type1"
Valore del Campo
EMBED_FONTS_TYPE3
Valore del tipo di font “Type3” per la chiave “EMBED_FONTS_AS”
public const string EMBED_FONTS_TYPE3 = "Type3"
Valore del Campo
Proprietà
EmbedFontsAsList
public static string[] EmbedFontsAsList { get; }
Valore della Proprietà
string[]