Dart
dart:html
FontFace
load method
load
description
load
method
Null safety
Future
<
FontFace
>
load
(
)
Implementation
Future<FontFace> load() => promiseToFuture<FontFace>(JS("creates:FontFace;", "#.load()", this));
Dart
dart:html
FontFace
load method
FontFace class
Constructors
FontFace
Properties
display
family
featureSettings
hashCode
loaded
runtimeType
status
stretch
style
unicodeRange
variant
weight
Methods
load
noSuchMethod
toString
Operators
operator ==