Constructor
new FontFace(data)
Creates a new FontFace from font data.
Parameters:
Name | Type | Description |
---|---|---|
data | Uint8Array | The data of the font face. |
- Source
Classes
Members
data
Returns the data of the font face.
- Source
Methods
clone() → {FontFace}
Clones the font face.
- Source
Returns:
- Type:
- FontFace