Dart SDK
dart:html
FontFace
class
FontFace
Properties
Constructors
Methods
Properties
family
featureSettings
loaded
status
stretch
style
unicodeRange
variant
weight
Constructors
FontFace
Methods
load
(Not documented.)
Annotations
DocsEditable()
DomName('FontFace')
Experimental()
Properties
String
family
read / write
String
featureSettings
read / write
Future
loaded
read-only
String
status
read-only
String
stretch
read / write
String
style
read / write
String
unicodeRange
read / write
String
variant
read / write
String
weight
read / write
Constructors
FontFace
(
String
family
,
source
, [
Map
descriptors
])
Methods
load
(
) →
Future