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 Reference
getter/setter pair
descentOverride String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/setter pair
display FontDisplay

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/setter pair
family String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/setter pair
featureSettings String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineGapOverride String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/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 Reference
no 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 Reference
no setter
stretch String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/setter pair
style String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/setter pair
unicodeRange String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/setter pair
variant String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/setter pair
weight String

Available on FontFace, provided by the FontFace$Typings extension

MDN Reference
getter/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