font-types 0.5.5

Scalar types used in fonts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# font-types

This crate contains definitions of the basic types in the [OpenType
spec][opentype], 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.

[opentype]: https://docs.microsoft.com/en-us/typography/opentype/