38 releases (8 breaking)

new 0.8.2 Dec 3, 2024
0.8.1 Nov 20, 2024
0.7.3 Nov 5, 2024
0.6.0 Jul 25, 2024
0.0.2 Oct 14, 2022

#68 in Text processing

Download history 18947/week @ 2024-08-19 19138/week @ 2024-08-26 21050/week @ 2024-09-02 22841/week @ 2024-09-09 24400/week @ 2024-09-16 23861/week @ 2024-09-23 26413/week @ 2024-09-30 27039/week @ 2024-10-07 23280/week @ 2024-10-14 19655/week @ 2024-10-21 22759/week @ 2024-10-28 25562/week @ 2024-11-04 24078/week @ 2024-11-11 23763/week @ 2024-11-18 25487/week @ 2024-11-25 27051/week @ 2024-12-02

102,682 downloads per month
Used in 259 crates (3 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