W3cubDocs

/Haxe JavaScript

FontFaceLoadStatus(String)

package js.html

Available on js

Variables

@:value(cast "error") @:enum @:impl inline read only ERROR:FontFaceLoadStatus = "error"

@:value(cast "loaded") @:enum @:impl inline read only LOADED:FontFaceLoadStatus = "loaded"

@:value(cast "loading") @:enum @:impl inline read only LOADING:FontFaceLoadStatus = "loading"

@:value(cast "unloaded") @:enum @:impl inline read only UNLOADED:FontFaceLoadStatus = "unloaded"

Static variables

@:value(cast "error") @:enum @:impl static inline read only ERROR:FontFaceLoadStatus = "error"

@:value(cast "loaded") @:enum @:impl static inline read only LOADED:FontFaceLoadStatus = "loaded"

@:value(cast "loading") @:enum @:impl static inline read only LOADING:FontFaceLoadStatus = "loading"

@:value(cast "unloaded") @:enum @:impl static inline read only UNLOADED:FontFaceLoadStatus = "unloaded"

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/FontFaceLoadStatus.html