Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nomissbowling/font-glyph
- Owner: nomissbowling
- License: mit
- Created: 2023-07-24T08:31:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-10T23:51:00.000Z (over 1 year ago)
- Last Synced: 2024-10-20T00:28:01.726Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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