Class FontConstants

Class FontConstants

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

Tato třída definuje sadu konstant pro ukládání písem.

public class FontConstants

Dědičnost

objectFontConstants

Děděné Členy

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

Pole

EMBED_FONTS

Klíč vlastnosti, který indikuje, zda zahrnout písma do uloženého dokumentu

public const string EMBED_FONTS = "EmbedFonts"

Hodnota pole

string

EMBED_FONTS_AS

Klíč vlastnosti, který indikuje typ písma, které se má použít při ukládání dokumentu

public const string EMBED_FONTS_AS = "EmbedFontsAs"

Hodnota pole

string

EMBED_FONTS_TRUETYPE

Hodnota typu písma “TrueType” pro klíč “EMBED_FONTS_AS”

public const string EMBED_FONTS_TRUETYPE = "TrueType"

Hodnota pole

string

EMBED_FONTS_TYPE1

Hodnota typu písma “Type1” pro klíč “EMBED_FONTS_AS”

public const string EMBED_FONTS_TYPE1 = "Type1"

Hodnota pole

string

EMBED_FONTS_TYPE3

Hodnota typu písma “Type3” pro klíč “EMBED_FONTS_AS”

public const string EMBED_FONTS_TYPE3 = "Type3"

Hodnota pole

string

Vlastnosti

EmbedFontsAsList

dostupné hodnoty “EMBED_FONTS_AS”.

public static string[] EmbedFontsAsList { get; }

Hodnota vlastnosti

string[]

 Čeština