Enum font_kit::file_type::FileType [−][src]
pub enum FileType { Single, Collection(u32), }
Expand description
The type of a font file: either a single font or a TrueType/OpenType collection.
Variants
The font file represents a single font (.ttf
, .otf
, .woff
, etc.)
Collection(u32)
The font file represents a collection of fonts (.ttc
, .otc
, etc.)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileType
impl UnwindSafe for FileType
Blanket Implementations
Mutably borrows from an owned value. Read more