9 releases

new 0.1.3 Mar 27, 2023
0.1.2 Mar 21, 2023
0.0.6 Mar 1, 2023
0.0.5 Jan 5, 2023
0.0.2 Oct 14, 2022

#617 in Text processing

Download history 18/week @ 2022-12-05 18/week @ 2022-12-12 21/week @ 2022-12-19 10/week @ 2022-12-26 90/week @ 2023-01-02 305/week @ 2023-01-09 159/week @ 2023-01-16 212/week @ 2023-01-23 34/week @ 2023-01-30 66/week @ 2023-02-06 52/week @ 2023-02-13 32/week @ 2023-02-20 177/week @ 2023-02-27 109/week @ 2023-03-06 328/week @ 2023-03-13 476/week @ 2023-03-20

1,094 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

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

No runtime deps

Features

  • std