pub type Font { Collection OTF SFNT TTF WOFF WOFF2 Custom(String) }
Collection
OTF
SFNT
TTF
WOFF
WOFF2
Custom(String)
pub const type_name: String = "font"
pub fn to_string(font: Font) -> String