public class CustomFontData extends Object
Custom font data class
| Constructor and Description |
|---|
CustomFontData(String fontName,
byte[] fontData)
Initializes a new instance of the
CustomFontData class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFontData()
Gets the font data.
|
String |
getFontName()
Gets the name of the font.
|
public CustomFontData(String fontName, byte[] fontData)
Initializes a new instance of the CustomFontData class.
fontName - Name of the font.fontData - The font data.public final String getFontName()
Gets the name of the font.
public final byte[] getFontData()
Gets the font data.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.