Expand description
Decode Adobe CFF font files.
The entry type is File
, use File::open()
method
to parses a CFF file and returns File
File is a struct that contains all the data in a CFF file. derived types borrows data hold by File.
File::fonts() returns a iterator of Font
which is a struct
that provides info for that font, such as encoding, charset, etc.
Structs§
Enums§
- Error
- Error may returned in this crate.