FontFace class

Inheritance
Annotations
  • @DocsEditable()
  • @DomName('FontFace')
  • @Experimental()

Static Properties

instanceRuntimeTypeType
@Deprecated("Internal Use Only"), read-only

Constructors

FontFace(String family, Object source, [ Map descriptors ])
factory
FontFace.internal_()

Properties

familyString
@DocsEditable(), @DomName('FontFace.family'), @Experimental(), read / write
featureSettingsString
@DocsEditable(), @DomName('FontFace.featureSettings'), @Experimental(), read / write
loadedFuture
@DocsEditable(), @DomName('FontFace.loaded'), @Experimental(), read-only
statusString
@DocsEditable(), @DomName('FontFace.status'), @Experimental(), read-only
stretchString
@DocsEditable(), @DomName('FontFace.stretch'), @Experimental(), read / write
styleString
@DocsEditable(), @DomName('FontFace.style'), @Experimental(), read / write
unicodeRangeString
@DocsEditable(), @DomName('FontFace.unicodeRange'), @Experimental(), read / write
variantString
@DocsEditable(), @DomName('FontFace.variant'), @Experimental(), read / write
weightString
@DocsEditable(), @DomName('FontFace.weight'), @Experimental(), read / write
hashCodeint
read-only, inherited
runtimeTypeType
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