On this page
FontFace class
- 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
read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool inherited -
The equality operator.
Methods
- load(
) → Future @DocsEditable(), @DomName('FontFace.load'), @Experimental() - noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- toString(
) → String inherited -
Returns the result of the JavaScript objects
toString
method.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/FontFace-class.html