CustomFontData Class

Summary: Custom font data class

Module: aspose.psd.customfonthandler

Full Name: aspose.psd.customfonthandler.CustomFontData

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
CustomFontData(font_name, font_data)Initializes a new instance of the CustomFontData class.

Properties

NameTypeAccessDescription
font_databyterGets the font data.
font_namestringrGets the name of the font.

Constructor: CustomFontData(font_name, font_data)

 CustomFontData(font_name, font_data) 

Initializes a new instance of the CustomFontData class.

Parameters:

ParameterTypeDescription
font_namestringName of the font.
font_databyteThe font data.