VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/preview
PreviewFontSource
Type Alias PreviewFontSource
type
PreviewFontSource
=
{
enabled
?:
boolean
;
fallback
?:
boolean
;
family
:
string
;
name
:
string
;
src
:
string
;
style
?:
"normal"
|
"italic"
;
unicodeRange
?:
string
;
weight
?:
number
;
}
Index
Properties
enabled?
fallback?
family
name
src
style?
unicode
Range?
weight?
Properties
Optional
enabled
enabled
?:
boolean
Optional
fallback
fallback
?:
boolean
family
family
:
string
name
name
:
string
src
src
:
string
Optional
style
style
?:
"normal"
|
"italic"
Optional
unicode
Range
unicodeRange
?:
string
Optional
weight
weight
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enabled
fallback
family
name
src
style
unicode
Range
weight
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...