nipdf-cff-parser 0.1.1

A library that parses CFF files, part of nipdf library.
Documentation

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.