39 releases

0.8.3 Feb 10, 2025
0.8.2 Dec 3, 2024
0.8.1 Nov 20, 2024
0.6.0 Jul 25, 2024
0.0.2 Oct 14, 2022

#76 in Text processing

Download history 22844/week @ 2024-10-29 25054/week @ 2024-11-05 24064/week @ 2024-11-12 23370/week @ 2024-11-19 27009/week @ 2024-11-26 27699/week @ 2024-12-03 26145/week @ 2024-12-10 25119/week @ 2024-12-17 20100/week @ 2024-12-24 27190/week @ 2024-12-31 35373/week @ 2025-01-07 37872/week @ 2025-01-14 36750/week @ 2025-01-21 32931/week @ 2025-01-28 39881/week @ 2025-02-04 34055/week @ 2025-02-11

149,676 downloads per month
Used in 368 crates (5 directly)

MIT/Apache

81KB
2K SLoC

font-types

This crate contains definitions of the basic types in the OpenType spec, as well as informal but useful types (such as a distinct type for a glyph ID) and traits for encoding and decoding these types as big-endian bytes.

These types are intended to be general purpose, and useable by other Rust projects that work with font data.


lib.rs:

Common scalar data types used in font files

Dependencies

~195KB