Class FontConstants
Class FontConstants
Namespace: Aspose.Page.EPS
Assembly: Aspose.Page.dll (25.1.2)
Bu sınıf, fontları kaydetmek için bir dizi sabit tanımlar.
public class FontConstants
Miras
Miras Alınan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Alanlar
EMBED_FONTS
Kaydedilen belgede fontların gömülüp gömülmeyeceğini belirten özellik anahtarı
public const string EMBED_FONTS = "EmbedFonts"
Alan Değeri
EMBED_FONTS_AS
Belge kaydedilirken kullanılacak font türünü belirten özellik anahtarı
public const string EMBED_FONTS_AS = "EmbedFontsAs"
Alan Değeri
EMBED_FONTS_TRUETYPE
“EMBED_FONTS_AS” anahtarı için “TrueType” font türü değeri
public const string EMBED_FONTS_TRUETYPE = "TrueType"
Alan Değeri
EMBED_FONTS_TYPE1
“EMBED_FONTS_AS” anahtarı için “Type1” font türü değeri
public const string EMBED_FONTS_TYPE1 = "Type1"
Alan Değeri
EMBED_FONTS_TYPE3
“EMBED_FONTS_AS” anahtarı için “Type3” font türü değeri
public const string EMBED_FONTS_TYPE3 = "Type3"
Alan Değeri
Özellikler
EmbedFontsAsList
public static string[] EmbedFontsAsList { get; }
Özellik Değeri
string[]