Table of Contents

Class CustomFontData

Namespace
Aspose.Imaging.CustomFontHandler
Assembly
Aspose.Imaging.dll

Custom font data class

public class CustomFontData
Inheritance
CustomFontData
Inherited Members

Constructors

CustomFontData(string, byte[])

Initializes a new instance of the 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[]

The font data.

FontName

Gets the name of the font.

public string FontName { get; }

Property Value

string

The name of the font.