35 releases

new 0.7.3 Nov 5, 2024
0.7.1 Sep 11, 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 28647/week @ 2024-07-16 24981/week @ 2024-07-23 24011/week @ 2024-07-30 26850/week @ 2024-08-06 21788/week @ 2024-08-13 18684/week @ 2024-08-20 19574/week @ 2024-08-27 22166/week @ 2024-09-03 22205/week @ 2024-09-10 24508/week @ 2024-09-17 24638/week @ 2024-09-24 27594/week @ 2024-10-01 25521/week @ 2024-10-08 22023/week @ 2024-10-15 20982/week @ 2024-10-22 22654/week @ 2024-10-29

97,623 downloads per month
Used in 171 crates (3 directly)

MIT/Apache

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