Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nomissbowling/font-glyph

draw font glyph outline for Rust with plotters
https://github.com/nomissbowling/font-glyph

Last synced: about 1 month ago
JSON representation

draw font glyph outline for Rust with plotters

Awesome Lists containing this project

README

        

font-glyph
==========

draw font glyph outline for Rust with plotters

[_4c_fonts]: https://github.com/nomissbowling/font-glyph/blob/master/img/_4c_fonts.png?raw=true
![font-glyph][_4c_fonts]
* https://github.com/nomissbowling/font-glyph/blob/master/img/_4c_fonts.png?raw=true

- [font-glyph]( https://crates.io/crates/font-glyph )

Requirements
------------

- [freetype-rs]( https://crates.io/crates/freetype-rs )

This crate requires freetype-rs = 0.7 when use freetype-rs with plotters, and must link freetype.lib .

You may use freetype-rs = 0.32 (needless link freetype.lib) without plotters.

Links
-----

- [bezier-interpolation]( https://crates.io/crates/bezier-interpolation )

License
-------

MIT License