Skip to main content
Apps
Developers
Roadmap
Search
Documentation
Loading...
webgl-video-editor
Schema
FontAsset
Interface FontAsset
interface
FontAsset
{
color
?:
string
;
family
:
string
;
id
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
name
:
string
;
style
?:
string
;
type
:
"asset:font"
;
weight
?:
number
;
}
Hierarchy (
View Summary
)
BaseAsset
<
"font"
>
FontAsset
FontAsset
Index
Properties
color?
family
id
metadata?
name
style?
type
weight?
Properties
Optional
color
color
?:
string
family
family
:
string
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
name
name
:
string
Optional
style
style
?:
string
type
type
:
"asset:font"
Optional
weight
weight
?:
number