| bbox.rs |
|
1153 |
- |
| fixed.rs |
fixed-point numerical types |
22085 |
- |
| fword.rs |
16-bit signed and unsigned font-units |
2324 |
- |
| glyph_id.rs |
Glyph Identifiers.
Although these are treated as integers in the spec, we choose to represent
them as distinct types. |
6082 |
- |
| int24.rs |
|
3929 |
- |
| lib.rs |
Common [scalar data types][data types] used in font files
[data types]: https://docs.microsoft.com/en-us/typography/opentype/spec/otff#data-types |
1645 |
- |
| longdatetime.rs |
a datetime type |
1082 |
- |
| matrix.rs |
Generic affine matrix type. |
5178 |
- |
| name_id.rs |
Name Identifiers
Although these are treated as u16s in the spec, we choose to represent them
as a distinct type. |
10823 |
- |
| offset.rs |
Offsets to tables |
3088 |
- |
| point.rs |
|
6170 |
- |
| raw.rs |
types for working with raw big-endian bytes |
6539 |
- |
| serde_test.rs |
ensure serde is working as expected |
1081 |
- |
| tag.rs |
|
11783 |
- |
| uint24.rs |
|
2816 |
- |
| version.rs |
|
6372 |
- |