Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. FontFaceSetLoadEvent

FontFaceSetLoadEvent

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Note: This feature is available inWeb Workers.

TheFontFaceSetLoadEvent interface of theCSS Font Loading API represents events fired at aFontFaceSet after it starts loading font faces.

Events are fired when font loading starts (loading), loading completes (loadingdone) or there is an error loading one of the fonts (loadingerror).

Event FontFaceSetLoadEvent

Constructor

FontFaceSetLoadEvent()

Creates a newFontFaceSetLoadEvent object.

Instance properties

Also inherits properties from its parentEvent.

FontFaceSetLoadEvent.fontfacesRead only

Returns an array ofFontFace instances.Depending on the event, the array will contain font faces that are loading (loading), have successfully loaded (loadingdone), or have failed to load (loadingerror).

Instance methods

Inherits methods from its parent,Event.

Specifications

Specification
CSS Font Loading Module Level 3
# fontfacesetloadevent

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp