An open API service indexing awesome lists of open source software.

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: 15 days ago
JSON representation

Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs

Awesome Lists containing this project

README

        

## [ab_glyph](glyph) [![crates.io](https://img.shields.io/crates/v/ab_glyph.svg)](https://crates.io/crates/ab_glyph) [![Documentation](https://docs.rs/ab_glyph/badge.svg)](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://img.shields.io/crates/v/ab_glyph_rasterizer.svg)](https://crates.io/crates/ab_glyph_rasterizer) [![](https://docs.rs/ab_glyph_rasterizer/badge.svg)](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).