36 releases (8 breaking)

new 0.8.0 Nov 14, 2024
0.7.2 Oct 3, 2024
0.6.0 Jul 25, 2024
0.5.1 Mar 20, 2024
0.0.2 Oct 14, 2022

#92 in Text processing

Download history 24064/week @ 2024-07-25 23103/week @ 2024-08-01 27064/week @ 2024-08-08 20421/week @ 2024-08-15 18908/week @ 2024-08-22 20239/week @ 2024-08-29 23013/week @ 2024-09-05 22785/week @ 2024-09-12 23660/week @ 2024-09-19 25581/week @ 2024-09-26 29724/week @ 2024-10-03 23130/week @ 2024-10-10 20945/week @ 2024-10-17 20784/week @ 2024-10-24 25266/week @ 2024-10-31 19028/week @ 2024-11-07

90,140 downloads per month
Used in 172 crates (3 directly)

MIT/Apache

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