VeroType (Italian for "TrueType") is a pure Rust library designed for parsing .ttf
(TrueType font) files. It enables developers to read and extract data from TrueType fonts seamlessly within Rust projects.
- Pure Rust Implementation: No external dependencies, ensuring safety and performance.
- Comprehensive Parsing: Access various tables and glyph data within
.ttf
files.
To include VeroType in your Rust project, add it to your Cargo.toml
:
[dependencies]
verotype = "0.1.0"