FontFaceSet class

Annotations
  • DocsEditable()
  • DomName('FontFaceSet')
  • Experimental()
Extends

Instance Properties

size int
read-only
status String
read-only
on Events Inherited
read-only

Instance Methods

add(FontFace fontFace) → void
check(String font, [String text]) → bool
clear() → void
delete(FontFace fontFace) → bool
forEach(void callback(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set), [Object thisArg]) → void
has(FontFace fontFace) → bool
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
dispatchEvent(Event event) → bool Inherited