typed_headers/content_type/font

Types

pub type Font {
  Collection
  OTF
  SFNT
  TTF
  WOFF
  WOFF2
  Custom(String)
}

Constructors

  • Collection
  • OTF
  • SFNT
  • TTF
  • WOFF
  • WOFF2
  • Custom(String)

Constants

pub const type_name: String = "font"

Functions

pub fn to_string(font: Font) -> String
Search Document