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à

objectFontConstants

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

string

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

string

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

string

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

string

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

string

Proprietà

EmbedFontsAsList

valori “EMBED_FONTS_AS” disponibili.

public static string[] EmbedFontsAsList { get; }

Valore della Proprietà

string[]

 Italiano