40 releases

new 0.8.4 Mar 28, 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

#96 in Text processing

Download history 25384/week @ 2024-12-09 26289/week @ 2024-12-16 20006/week @ 2024-12-23 24340/week @ 2024-12-30 36630/week @ 2025-01-06 37248/week @ 2025-01-13 36713/week @ 2025-01-20 32992/week @ 2025-01-27 39005/week @ 2025-02-03 35596/week @ 2025-02-10 34646/week @ 2025-02-17 36345/week @ 2025-02-24 37442/week @ 2025-03-03 40577/week @ 2025-03-10 42155/week @ 2025-03-17 37750/week @ 2025-03-24

161,714 downloads per month
Used in 405 crates (5 directly)

MIT/Apache

82KB
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

~190KB