Class CustomFontData

Class CustomFontData

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

Custom font data class

public class CustomFontData

Inheritance

objectCustomFontData

Inherited Members

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

Constructors

CustomFontData(string, byte[])

Initializes a new instance of the Aspose.Imaging.CustomFontHandler.CustomFontData class.

public CustomFontData(string fontName, byte[] fontData)

Parameters

fontName string

Name of the font.

fontData byte[]

The font data.

Properties

FontData

Gets the font data.

public byte[] FontData { get; }

Property Value

byte[]

FontName

Gets the name of the font.

public string FontName { get; }

Property Value

string