FontFaceSet

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

add
void add(FontFace font)
Undocumented in source. Be warned that the author may not have intended to support it.
check
bool check(string font, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
check
bool check(string font)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
bool delete_(FontFace font)
Undocumented in source. Be warned that the author may not have intended to support it.
entries
auto entries()
Undocumented in source. Be warned that the author may not have intended to support it.
forEach
void forEach(FontFaceSetForEachCallback cb, T1 thisArg)
Undocumented in source. Be warned that the author may not have intended to support it.
forEach
void forEach(FontFaceSetForEachCallback cb)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(FontFace font)
Undocumented in source. Be warned that the author may not have intended to support it.
load
auto load(string font, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
load
auto load(string font)
Undocumented in source. Be warned that the author may not have intended to support it.
onloading
void onloading(Optional!(T0) onloading)
Undocumented in source. Be warned that the author may not have intended to support it.
onloading
EventHandler onloading()
Undocumented in source. Be warned that the author may not have intended to support it.
onloadingdone
void onloadingdone(Optional!(T0) onloadingdone)
Undocumented in source. Be warned that the author may not have intended to support it.
onloadingdone
EventHandler onloadingdone()
Undocumented in source. Be warned that the author may not have intended to support it.
onloadingerror
void onloadingerror(Optional!(T0) onloadingerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onloadingerror
EventHandler onloadingerror()
Undocumented in source. Be warned that the author may not have intended to support it.
ready
auto ready()
Undocumented in source. Be warned that the author may not have intended to support it.
size
uint size()
Undocumented in source. Be warned that the author may not have intended to support it.
status
FontFaceSetLoadStatus status()
Undocumented in source. Be warned that the author may not have intended to support it.
values
auto values()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta