FontFaceSet

FontFaceSet

package js-html

extends EventTarget

Available on js

The FontFaceSet interface of the CSS Font Loading API is an interface for loading font faces and checking their download statuses.

Documentation FontFaceSet by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

onloading:Function

An EventListener property called whenever an event of type loading is fired, indicating that a font face set has started to load.

onloadingdone:Function

An EventListener property called whenever an event of type loadingdone is fired, indicating that a font face set has finished loading.

onloadingerror:Function

An EventListener property called whenever an event of type loadingerror is fired, indicating that an error occurred during the loading of a font face set.

read only ready:Promise<Void>

read only size:Int

read only status:FontFaceSetLoadStatus

Indicates the font face's loading status. It will be one of 'loading' or 'loaded'.

Methods

add (font:FontFace):Void

Throws:

null DOMError

check (font:String, text:String = " "):Bool

Throws:

null DOMError

clear ():Void

delete_ (font:FontFace):Bool

entries ():FontFaceSetIterator

forEach (cb:FontFace ‑> FontFace ‑> FontFaceSet ‑> Void, ?thisArg:Dynamic):Void

Throws:

null DOMError

has (font:FontFace):Bool

load (font:String, text:String = " "):Promise<Array<FontFace>>

values ():FontFaceSetIterator

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/FontFaceSet.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部