- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- FontFace
- Annotations
- @DocsEditable()
- @DomName('FontFace')
- @Experimental()
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
- FontFace(String family, Object source, [ Map descriptors ])
-
factory
- FontFace.internal_()
Properties
- family → String
-
@DocsEditable(), @DomName('FontFace.family'), @Experimental(), read / write
- featureSettings → String
-
@DocsEditable(), @DomName('FontFace.featureSettings'), @Experimental(), read / write
- loaded → Future
-
@DocsEditable(), @DomName('FontFace.loaded'), @Experimental(), read-only
- status → String
-
@DocsEditable(), @DomName('FontFace.status'), @Experimental(), read-only
- stretch → String
-
@DocsEditable(), @DomName('FontFace.stretch'), @Experimental(), read / write
- style → String
-
@DocsEditable(), @DomName('FontFace.style'), @Experimental(), read / write
- unicodeRange → String
-
@DocsEditable(), @DomName('FontFace.unicodeRange'), @Experimental(), read / write
- variant → String
-
@DocsEditable(), @DomName('FontFace.variant'), @Experimental(), read / write
- weight → String
-
@DocsEditable(), @DomName('FontFace.weight'), @Experimental(), read / write
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
load(
) → Future -
@DocsEditable(), @DomName('FontFace.load'), @Experimental()
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited