FontFace class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- FontFace.new(String family, Object source, [FontFaceDescriptors? descriptors])
-
factory
Properties
- ascentOverride ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - descentOverride ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - display ↔ FontDisplay
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - family ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - featureSettings ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- lineGapOverride ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair -
load
↔ Future<
FontFace> Function() -
Available on FontFace, provided by the FontFace$Typings extension
getter/setter pair -
loaded
→ Future<
FontFace> -
Available on FontFace, provided by the FontFace$Typings extension
MDN Referenceno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → FontFaceLoadStatus
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referenceno setter - stretch ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - style ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - unicodeRange ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - variant ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair - weight ↔ String
-
Available on FontFace, provided by the FontFace$Typings extension
MDN Referencegetter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited