sornas / lingon

1 stars 0 forks source link

Text rendering #19

Open sornas opened 3 years ago

sornas commented 3 years ago

Some nits left to do:

sornas commented 3 years ago

https://docs.rs/ttf-parser/0.12.0/ttf_parser/

FredTheDino commented 3 years ago

So ttf_parser doesn't have any font rendering. This makes it hard if we want to look at the fonts. I switched to https://docs.rs/rusttype/0.9.2/rusttype/

FredTheDino commented 3 years ago

Used https://crates.io/crates/luminance-glyph because it looked to be the easiest!