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

#75 in Text processing

Download history 24079/week @ 2024-11-21 29460/week @ 2024-11-28 25795/week @ 2024-12-05 26641/week @ 2024-12-12 21877/week @ 2024-12-19 20648/week @ 2024-12-26 31343/week @ 2025-01-02 36667/week @ 2025-01-09 38071/week @ 2025-01-16 35256/week @ 2025-01-23 34182/week @ 2025-01-30 39325/week @ 2025-02-06 32916/week @ 2025-02-13 37288/week @ 2025-02-20 36022/week @ 2025-02-27 32878/week @ 2025-03-06

144,590 downloads per month
Used in 379 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