package js.html
extends Event
Available on js
The FontFaceSetLoadEvent
interface of the the Css Font Loading API is fired whenever a FontFaceSet
loads.
Documentation FontFaceSetLoadEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
new(type:String, ?eventInitDict:Null<FontFaceSetLoadEventInit>)
Throws:
null |
DOMError |
---|
read onlyfontfaces:Array<FontFace>
Returns an array of FontFace
instances each of which represents a single usable font.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/FontFaceSetLoadEvent.html