@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
GitHub
npm
Guides
Preparing search index...
index
HtmlFont
Interface HtmlFont
A downloaded font handed to
GigaPdfEngine.htmlRender
.
interface
HtmlFont
{
family
:
string
;
weight
:
number
;
italic
:
boolean
;
ttf
:
Uint8Array
;
}
Index
Properties
family
weight
italic
ttf
Properties
family
family
:
string
weight
weight
:
number
italic
italic
:
boolean
ttf
ttf
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
family
weight
italic
ttf
GitHub
npm
Guides
@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
Loading...
A downloaded font handed to GigaPdfEngine.htmlRender.