FontFileDataInfo
FontFileDataInfo class
Represents data infomation of font file data.
class FontFileDataInfo;
Properties
| Property | Type | Description |
|---|---|---|
| data | Uint8Array | Readonly. Gets binary data of font file. |
| formatType | FontFileFormatType | Readonly. Gets font format type of font file. |
data
Readonly. Gets binary data of font file.
data : Uint8Array;
formatType
Readonly. Gets font format type of font file.
formatType : FontFileFormatType;