status property
FontFaceLoadStatus
get
status
The status
read-only property of the FontFace interface returns an
enumerated value indicating the status of the font, one of "unloaded"
,
"loading"
, "loaded"
, or "error"
.
Implementation
external FontFaceLoadStatus get status;