28 releases

0.5.3 Apr 29, 2024
0.5.1 Mar 20, 2024
0.4.2 Dec 11, 2023
0.4.1 Nov 20, 2023
0.0.2 Oct 14, 2022

#98 in Text processing

Download history 3465/week @ 2024-01-25 10022/week @ 2024-02-01 9170/week @ 2024-02-08 10831/week @ 2024-02-15 11581/week @ 2024-02-22 10533/week @ 2024-02-29 10997/week @ 2024-03-07 11244/week @ 2024-03-14 12243/week @ 2024-03-21 12242/week @ 2024-03-28 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 13370/week @ 2024-05-09

58,819 downloads per month
Used in 113 crates (2 directly)

MIT/Apache

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

~215KB