Class Font

Class Font

ชื่อพื้นที่: Aspose.Imaging.Xmp.Types.Complex.Font การประกอบ: Aspose.Imaging.dll (25.4.0)

ตัวอักษร XMP

[JsonObject(MemberSerialization.OptIn)]
public sealed class Font : ComplexTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ComplexTypeBase Font

Implements

IXmpType , ICloneable

อนุญาโตตุลาการ

ComplexTypeBase.GetXmpRepresentation() , ComplexTypeBase.Prefix , ComplexTypeBase.NamespaceUri , XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Font()

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Imaging.Xmp.Types.Complex.Font.Font

[JsonConstructor]
public Font()

Font(รั้ว)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Imaging.Xmp.Types.Complex.Font.Font

public Font(string fontFamily)

Parameters

fontFamily string

หมายเลขครอบครัว

Properties

ChildFontFiles

รับหรือตั้งค่าชุดของชื่อไฟล์สําหรับ fonts ที่ประกอบด้วย font composite

[JsonProperty]
public string[] ChildFontFiles { get; set; }

คุณสมบัติมูลค่า

string [ ]

FontFace

ได้รับหรือตั้งค่า font หน้า

[JsonProperty]
public string FontFace { get; set; }

คุณสมบัติมูลค่า

string

FontFamily

รับหรือตั้งค่าฟิล์มครอบครัว

[JsonProperty]
public string FontFamily { get; set; }

คุณสมบัติมูลค่า

string

FontFileName

รับหรือตั้งชื่อไฟล์อักษรโดยไม่มีเส้นทางเต็ม

[JsonProperty]
public string FontFileName { get; set; }

คุณสมบัติมูลค่า

string

FontName

ได้รับหรือตั้งค่าชื่อโพสต์สคริปต์

[JsonProperty]
public string FontName { get; set; }

คุณสมบัติมูลค่า

string

FontType

รับหรือตั้งค่าประเภท font

[JsonProperty]
public string FontType { get; set; }

คุณสมบัติมูลค่า

string

Examples

TrueType, Type 1, Open Type, และอื่น ๆ

IsComposite

ได้รับหรือตั้งค่าค่าแสดงให้เห็นว่า font นี้เป็น composite

[JsonProperty]
public bool IsComposite { get; set; }

คุณสมบัติมูลค่า

bool

Version

รับหรือตั้งค่าเวอร์ชัน font

[JsonProperty]
public string Version { get; set; }

คุณสมบัติมูลค่า

string

Examples

/เวอร์ชันสําหรับหัวข้อ Type1nameId 5 สําหรับ Apple True Type และ OpenType/CIDFontVersion สําหรับตัวอักษร CIDรั้วที่ว่างเปล่าสําหรับอักษร Bitmap

Methods

GetXmpRepresentation()

รับความหมายของ string ในรูปแบบ XMP

public override string GetXmpRepresentation()

Returns

string

กลับค่าที่ประกอบด้วย string ในรูปแบบ XMP

 แบบไทย