Expand description
PDF font handling: CFF/Type1 font parsing, CMap parsing, and PostScript scanning.
This crate merges functionality from hayro-font, hayro-cmap, and hayro-postscript.
Re-exports§
pub use font::*;
Modules§
- cmap
- A parser for cmap files, as they are found in PDFs.
- font
- A CFF and Type1 font parser.
- postscript
- A lightweight PostScript scanner.