VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/preview
PreviewFontsOptions
Type Alias PreviewFontsOptions
type
PreviewFontsOptions
=
{
aliases
?:
Record
<
string
,
string
>
;
cache
?:
|
boolean
|
{
dbName
?:
string
;
namespace
?:
string
;
persistent
?:
boolean
;
storeName
?:
string
;
}
;
catalogUrl
?:
string
;
fonts
?:
PreviewFontSource
[]
;
repositoryBaseUrl
?:
string
;
}
Index
Properties
aliases?
cache?
catalog
Url?
fonts?
repository
Base
Url?
Properties
Optional
aliases
aliases
?:
Record
<
string
,
string
>
Optional
cache
cache
?:
|
boolean
|
{
dbName
?:
string
;
namespace
?:
string
;
persistent
?:
boolean
;
storeName
?:
string
;
}
Optional
catalog
Url
catalogUrl
?:
string
Optional
fonts
fonts
?:
PreviewFontSource
[]
Optional
repository
Base
Url
repositoryBaseUrl
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aliases
cache
catalog
Url
fonts
repository
Base
Url
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...