27 releases

0.5.2 Apr 2, 2024
0.5.1 Mar 20, 2024
0.4.3 Mar 8, 2024
0.4.2 Dec 11, 2023
0.0.2 Oct 14, 2022

#99 in Text processing

Download history 317/week @ 2023-12-23 1446/week @ 2023-12-30 1358/week @ 2024-01-06 2690/week @ 2024-01-13 2123/week @ 2024-01-20 5784/week @ 2024-01-27 9482/week @ 2024-02-03 9579/week @ 2024-02-10 11449/week @ 2024-02-17 11436/week @ 2024-02-24 10763/week @ 2024-03-02 11070/week @ 2024-03-09 11140/week @ 2024-03-16 13309/week @ 2024-03-23 11069/week @ 2024-03-30 8160/week @ 2024-04-06

45,228 downloads per month
Used in 102 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

~210KB