Class CustomFontData

Class CustomFontData

Namespace: Aspose.Imaging.CustomFontHandler
Assembly: Aspose.Imaging.dll (25.2.0)

Lớp dữ liệu phông chữ tùy chỉnh

public class CustomFontData

Kế thừa

objectCustomFontData

Các thành viên kế thừa

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

Các hàm khởi tạo

CustomFontData(string, byte[])

Khởi tạo một thể hiện mới của lớp Aspose.Imaging.CustomFontHandler.CustomFontData.

public CustomFontData(string fontName, byte[] fontData)

Tham số

fontName string

Tên của phông chữ.

fontData byte[]

Dữ liệu phông chữ.

Thuộc tính

FontData

Lấy dữ liệu phông chữ.

public byte[] FontData { get; }

Giá trị thuộc tính

byte[]

FontName

Lấy tên của phông chữ.

public string FontName { get; }

Giá trị thuộc tính

string

 Tiếng Việt