Crates.io | font-types |
lib.rs | font-types |
version | |
source | src |
created_at | 2022-10-07 19:04:13.589267 |
updated_at | 2024-12-03 23:26:55.967806 |
description | Scalar types used in fonts. |
homepage | |
repository | https://github.com/googlefonts/fontations |
max_upload_size | |
id | 683028 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.