The FontFaceSetLoadEvent interface of the the Css Font Loading
is fired whenever a web.fonts.FontFaceSet
loads.
The FontFaceSetLoadEvent interface of the the Css Font Loading is fired whenever a `web.fonts.FontFaceSet` loads.
(constructor & args)
Constructor.
The FontFaceSetLoadEvent constructor creates a new FontFaceLoadEvent
object which is fired whenever a web.fonts.FontFaceSet
loads.
type The literal value 'Type' (quotation marks included). options Optional Options are as follows:
fontfaces: An array of web.fonts.FontFace
instances.
See also: https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/FontFaceSetLoadEvent
Constructor. The FontFaceSetLoadEvent constructor creates a new `FontFaceLoadEvent` object which is fired whenever a `web.fonts.FontFaceSet` loads. type The literal value 'Type' (quotation marks included). options Optional Options are as follows: fontfaces: An array of `web.fonts.FontFace` instances. See also: `https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/FontFaceSetLoadEvent`
(fontfaces this)
Property.
[Read Only] [Experimental]
The fontfaces read-only property of the FontFaceLoadEventInit
returns an array of web.fonts.FontFace
instances, each of which
a single usable font.
var fontFace[] = FontFaceSetLoadEvent.fontfaces
See also: https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/fontfaces
Property. [Read Only] [Experimental] The fontfaces read-only property of the `FontFaceLoadEventInit` returns an array of `web.fonts.FontFace` instances, each of which a single usable font. `var fontFace[] = FontFaceSetLoadEvent.fontfaces` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/fontfaces`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close