37 releases (8 breaking)

new 0.8.1 Nov 20, 2024
0.7.3 Nov 5, 2024
0.6.0 Jul 25, 2024
0.5.1 Mar 20, 2024
0.0.2 Oct 14, 2022

#94 in Text processing

Download history 24770/week @ 2024-08-04 25427/week @ 2024-08-11 18716/week @ 2024-08-18 19155/week @ 2024-08-25 20945/week @ 2024-09-01 23028/week @ 2024-09-08 23753/week @ 2024-09-15 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 22365/week @ 2024-11-17

95,281 downloads per month
Used in 185 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