Liking cljdoc? Tell your friends :D

web.FontFaceSetLoadEvent

The FontFaceSetLoadEvent interface of the the Css Font Loading is fired whenever a web.FontFaceSet loads.

The FontFaceSetLoadEvent interface of the the Css Font Loading
is fired whenever a `web.FontFaceSet` loads.
raw docstring

constructorcljs

Constructor.

The FontFaceSetLoadEvent constructor creates a new web.FontFaceLoadEvent object which is fired whenever a web.FontFaceSet loads.

type The literal value 'Type' (quotation marks included). options Optional Options are as follows:

fontfaces: An array of web.FontFace instances.

See also: https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/FontFaceSetLoadEvent

Constructor.

The FontFaceSetLoadEvent constructor creates a new `web.FontFaceLoadEvent` object which is fired whenever a `web.FontFaceSet` loads.

type
The literal value 'Type' (quotation marks included).
options Optional
Options are as follows:

fontfaces: An array of `web.FontFace` instances.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/FontFaceSetLoadEvent`
sourceraw docstring

fontfacescljs

(fontfaces this)

Property.

The fontfaces read-only property of the web.FontFaceLoadEventInit returns an array of web.FontFace instances, each of which represents single usable font.

var fontFace[] = FontFaceSetLoadEvent.fontfaces

See also: https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/fontfaces

Property.

The fontfaces read-only property of the `web.FontFaceLoadEventInit`
returns an array of `web.FontFace` instances, each of which represents
single usable font.

`var fontFace[] = FontFaceSetLoadEvent.fontfaces`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/fontfaces`
sourceraw docstring

set-fontfaces!cljs

(set-fontfaces! this val)

Property.

The fontfaces read-only property of the web.FontFaceLoadEventInit returns an array of web.FontFace instances, each of which represents single usable font.

var fontFace[] = FontFaceSetLoadEvent.fontfaces

See also: https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/fontfaces

Property.

The fontfaces read-only property of the `web.FontFaceLoadEventInit`
returns an array of `web.FontFace` instances, each of which represents
single usable font.

`var fontFace[] = FontFaceSetLoadEvent.fontfaces`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSetLoadEvent/fontfaces`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close