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

#97 in Text processing

Download history 2246/week @ 2024-01-19 4321/week @ 2024-01-26 9887/week @ 2024-02-02 9820/week @ 2024-02-09 10994/week @ 2024-02-16 11412/week @ 2024-02-23 10660/week @ 2024-03-01 11284/week @ 2024-03-08 10910/week @ 2024-03-15 12961/week @ 2024-03-22 11517/week @ 2024-03-29 9850/week @ 2024-04-05 11907/week @ 2024-04-12 13045/week @ 2024-04-19 14846/week @ 2024-04-26 16887/week @ 2024-05-03

57,947 downloads per month
Used in 110 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