Class: SVGFontLoader
Constructors​
constructor​
• new SVGFontLoader(document
)
Parameters​
Name | Type |
---|---|
document | Document |
Defined in​
Properties​
loaded​
• loaded: boolean
= false
Defined in​
document​
• Private
Readonly
document: Document
Defined in​
Methods​
load​
â–¸ load(fontFamily
, url
): Promise
<void
>
Parameters​
Name | Type |
---|---|
fontFamily | string |
url | string |
Returns​
Promise
<void
>