31 releases

new 0.6.0 Jul 25, 2024
0.5.3 Apr 29, 2024
0.5.1 Mar 20, 2024
0.4.2 Dec 11, 2023
0.0.2 Oct 14, 2022

#96 in Text processing

Download history 10387/week @ 2024-04-04 11436/week @ 2024-04-11 12454/week @ 2024-04-18 14805/week @ 2024-04-25 16374/week @ 2024-05-02 15169/week @ 2024-05-09 13809/week @ 2024-05-16 14030/week @ 2024-05-23 16524/week @ 2024-05-30 13422/week @ 2024-06-06 14938/week @ 2024-06-13 15661/week @ 2024-06-20 15844/week @ 2024-06-27 20916/week @ 2024-07-04 28760/week @ 2024-07-11 23726/week @ 2024-07-18

91,796 downloads per month
Used in 133 crates (2 directly)

MIT/Apache

77KB
1.5K 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

~210KB