Not documented.

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

Properties

on Events
read-only, inherited

This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.

size int
read-only

status String
read-only

Methods

add(FontFace fontFace) → void

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited

check(String font, [String text]) → bool

clear() → void

delete(FontFace fontFace) → bool

dispatchEvent(Event event) → bool
inherited

forEach(void callback(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set), [Object thisArg]) → void

has(FontFace fontFace) → bool

removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited