Class FontConstants

Class FontConstants

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

此类定义了一组用于保存字体的常量。

public class FontConstants

继承

objectFontConstants

继承成员

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

字段

EMBED_FONTS

指示是否在保存的文档中嵌入字体的属性键

public const string EMBED_FONTS = "EmbedFonts"

字段值

string

EMBED_FONTS_AS

指示在保存文档时使用的字体类型的属性键

public const string EMBED_FONTS_AS = "EmbedFontsAs"

字段值

string

EMBED_FONTS_TRUETYPE

“EMBED_FONTS_AS” 键的 “TrueType” 字体类型值

public const string EMBED_FONTS_TRUETYPE = "TrueType"

字段值

string

EMBED_FONTS_TYPE1

“EMBED_FONTS_AS” 键的 “Type1” 字体类型值

public const string EMBED_FONTS_TYPE1 = "Type1"

字段值

string

EMBED_FONTS_TYPE3

“EMBED_FONTS_AS” 键的 “Type3” 字体类型值

public const string EMBED_FONTS_TYPE3 = "Type3"

字段值

string

属性

EmbedFontsAsList

可用的 “EMBED_FONTS_AS” 值。

public static string[] EmbedFontsAsList { get; }

属性值

string[]

 中文