Class FontConstants

Class FontConstants

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

Kelas ini mendefinisikan sekumpulan konstanta untuk menyimpan font.

public class FontConstants

Pewarisan

objectFontConstants

Anggota yang Dwarisi

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

Fields

EMBED_FONTS

Kunci properti yang menunjukkan apakah font akan disematkan dalam dokumen yang disimpan

public const string EMBED_FONTS = "EmbedFonts"

Nilai Field

string

EMBED_FONTS_AS

Kunci properti yang menunjukkan jenis font yang akan digunakan saat menyimpan dokumen

public const string EMBED_FONTS_AS = "EmbedFontsAs"

Nilai Field

string

EMBED_FONTS_TRUETYPE

Nilai jenis font “TrueType” untuk kunci “EMBED_FONTS_AS”

public const string EMBED_FONTS_TRUETYPE = "TrueType"

Nilai Field

string

EMBED_FONTS_TYPE1

Nilai jenis font “Type1” untuk kunci “EMBED_FONTS_AS”

public const string EMBED_FONTS_TYPE1 = "Type1"

Nilai Field

string

EMBED_FONTS_TYPE3

Nilai jenis font “Type3” untuk kunci “EMBED_FONTS_AS”

public const string EMBED_FONTS_TYPE3 = "Type3"

Nilai Field

string

Properties

EmbedFontsAsList

nilai “EMBED_FONTS_AS” yang tersedia.

public static string[] EmbedFontsAsList { get; }

Nilai Properti

string[]

 Indonesia