Dart SDK
dart:html
FontFaceSet
class
FontFaceSet
Properties
Methods
Properties
size
status
on
Methods
add
check
clear
delete
forEach
has
addEventListener
removeEventListener
dispatchEvent
(Not documented.)
Annotations
DocsEditable()
DomName('FontFaceSet')
Experimental()
Extends
Object
EventTarget
FontFaceSet
Properties
int
size
read-only
String
status
read-only
Events
on
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.
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