|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"FontFaceSet.idl";
Public Member Functions | |
| boolean | has (FontFace font) |
| FontFaceSet | add (FontFace font) |
| boolean | delete (FontFace font) |
| void | clear () |
| Promise< sequence< FontFace > > | load (DOMString font, optional DOMString text=" ") |
| boolean | check (DOMString font, optional DOMString text=" ") |
Public Member Functions inherited from EventTarget | |
| void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
| void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
| boolean | dispatchEvent (Event event) |
Public Attributes | |
| iterable< FontFace > | |
| readonly attribute long | size |
| attribute EventHandler | onloading |
| attribute EventHandler | onloadingdone |
| attribute EventHandler | onloadingerror |
| readonly attribute Promise< FontFaceSet > | ready |
| readonly attribute FontFaceSetLoadStatus | status |
| FontFaceSet FontFaceSet::add | ( | FontFace | font | ) |
| void FontFaceSet::clear | ( | ) |
| FontFaceSet::iterable< FontFace > |
| attribute EventHandler FontFaceSet::onloading |
| attribute EventHandler FontFaceSet::onloadingdone |
| attribute EventHandler FontFaceSet::onloadingerror |
| readonly attribute Promise<FontFaceSet> FontFaceSet::ready |
| readonly attribute FontFaceSetLoadStatus FontFaceSet::status |
1.8.13