https://github.com/alexheretic/ab-glyph
Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs
https://github.com/alexheretic/ab-glyph
font opentype rasterizer rust truetype
Last synced: about 1 year ago
JSON representation
Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs
- Host: GitHub
- URL: https://github.com/alexheretic/ab-glyph
- Owner: alexheretic
- License: apache-2.0
- Created: 2020-04-10T11:54:57.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T18:50:23.000Z (over 1 year ago)
- Last Synced: 2025-04-15T01:53:39.566Z (about 1 year ago)
- Topics: font, opentype, rasterizer, rust, truetype
- Language: Rust
- Homepage:
- Size: 777 KB
- Stars: 394
- Watchers: 7
- Forks: 24
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [ab_glyph](glyph) [](https://crates.io/crates/ab_glyph) [](https://docs.rs/ab_glyph)
Fast API for loading, scaling, positioning and rasterizing OpenType font glyphs. See [readme](glyph), [changelog](glyph/CHANGELOG.md).
## [ab_glyph_rasterizer](rasterizer) [](https://crates.io/crates/ab_glyph_rasterizer) [](https://docs.rs/ab_glyph_rasterizer)
Zero dependency coverage rasterization for lines, quadratic & cubic beziers. See [readme](rasterizer), [changelog](rasterizer/CHANGELOG.md).
## Minimum supported rust compiler
All crates maintained with [latest stable rust](https://gist.github.com/alexheretic/d1e98d8433b602e57f5d0a9637927e0c).