Crates.io | hayro-font |
lib.rs | hayro-font |
version | 0.2.0 |
created_at | 2025-07-22 16:25:37.256575+00 |
updated_at | 2025-09-09 12:40:34.33079+00 |
description | A parser for CFF and Type1 fonts. |
homepage | |
repository | https://github.com/LaurenzV/hayro |
max_upload_size | |
id | 1763706 |
size | 173,614 |
This crate is a fork of the ttf-parser
library, but with the majority of the functionality completely stripped away. The purpose of this crate is to be a light-weight font parser for CFF and Type1 fonts, as they can be found in PDFs. Only the code for parsing CFF fonts has been retained, while code for parsing Type1 fonts was newly added.