FontFaceSetLoadEvent
open class FontFaceSetLoadEvent(val type: EventType<FontFaceSetLoadEvent>, init: FontFaceSetLoadEventInit = definedExternally) : Event(source)
The FontFaceSetLoadEvent
interface of the CSS Font Loading API represents events fired at a FontFaceSet after it starts loading font faces.
Constructors
Link copied to clipboard
constructor(type: EventType<FontFaceSetLoadEvent>, init: FontFaceSetLoadEventInit = definedExternally)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The fontfaces
read-only property of the FontFaceSetLoadEvent interface returns an array of FontFace instances, each of which represents a single usable font.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard