UNPKG

fontloader

Version:

A polyfill for the FontLoader interface

12 lines (10 loc) 178 B
goog.provide('fl.FontFaceLoadStatus'); /** * @enum {string} */ fl.FontFaceLoadStatus = { UNLOADED: "unloaded", LOADING: "loading", LOADED: "loaded", ERROR: "error" };