38 releases (8 breaking)

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

#90 in Text processing

Download history 24202/week @ 2024-09-22 26150/week @ 2024-09-29 27438/week @ 2024-10-06 23533/week @ 2024-10-13 19708/week @ 2024-10-20 22473/week @ 2024-10-27 25197/week @ 2024-11-03 23764/week @ 2024-11-10 24308/week @ 2024-11-17 24432/week @ 2024-11-24 30107/week @ 2024-12-01 24995/week @ 2024-12-08 26773/week @ 2024-12-15 18959/week @ 2024-12-22 23579/week @ 2024-12-29 36301/week @ 2025-01-05

108,586 downloads per month
Used in 327 crates (4 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