FontFileDataInfo

FontFileDataInfo class

Represents data infomation of font file data.

class FontFileDataInfo;

Properties

PropertyTypeDescription
dataUint8ArrayReadonly. Gets binary data of font file.
formatTypeFontFileFormatTypeReadonly. 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;