CustomFontData Class
Summary: Custom font data class
Module: aspose.psd.customfonthandler
Full Name: aspose.psd.customfonthandler.CustomFontData
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| CustomFontData(font_name, font_data) | Initializes a new instance of the CustomFontData class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| font_data | byte | r | Gets the font data. |
| font_name | string | r | Gets 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:
| Parameter | Type | Description |
|---|---|---|
| font_name | string | Name of the font. |
| font_data | byte | The font data. |