[]
• new PDFFontsManager()
Represent a pdf fonts manager.
▸ Static
fallbackFont(font
): any
Provide a fallback font for the specific font.
static
Name | Type | Description |
---|---|---|
font |
string |
the css font string. |
any
The font file in base64 string or ArrayBuffer.
▸ Static
registerFont(name
, font
): void
Register a Font for export PDF.
static
Name | Type | Description |
---|---|---|
name |
string |
The font name. |
font |
Object |
- |
void