Dart API Reference
dart:html
FontFace
FontFace
class
Annotated by:
DocsEditable()
DomName('FontFace')
Experimental()
Constructors
FontFace
(
String
family
,
source
, [
Map
descriptors
] )
Instance Properties
family
String
read/write
featureSettings
String
read/write
loaded
Future
read-only
status
String
read-only
stretch
String
read/write
style
String
read/write
unicodeRange
String
read/write
variant
String
read/write
weight
String
read/write
Instance Methods
load
( ) →
Future