blob: a97a1cefd7e884f2afcfbe5816c7df5e1e714d02 [file] [log] [blame]
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `FontFaceSetLoadStatus` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `FontFaceSetLoadStatus`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum FontFaceSetLoadStatus {
Loading = "loading",
Loaded = "loaded",
}