Dart API Reference
dart:html
FontFaceSet
FontFaceSet
class
Annotated by:
DocsEditable()
DomName('FontFaceSet')
Experimental()
Extends:
EventTarget
Object
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
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool