Class FontConstants

Class FontConstants

名称: Aspose.Page.EPS 收藏: Aspose.Page.dll (25.5.0)

这个类定义了一组永恒的存储字体。

public class FontConstants

Inheritance

object FontConstants

继承人

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

Fields

EMBED_FONTS

属性密钥指示是否将字体嵌入存储文件中

public const string EMBED_FONTS = "EmbedFonts"

领域价值

string

EMBED_FONTS_AS

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

public const string EMBED_FONTS_AS = "EmbedFontsAs"

领域价值

string

EMBED_FONTS_TRUETYPE

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

public const string EMBED_FONTS_TRUETYPE = "TrueType"

领域价值

string

EMBED_FONTS_类型1

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

public const string EMBED_FONTS_TYPE1 = "Type1"

领域价值

string

EMBED_FONTS_类型3

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

public const string EMBED_FONTS_TYPE3 = "Type3"

领域价值

string

Properties

EmbedFontsAsList

可用的“EMBED_FONTS_AS”值。

public static string[] EmbedFontsAsList { get; }

财产价值

string ( )

 中文