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
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.