alacritty/font
Joe Wilm 13eac6b673 Fixes font raster for mono, gray bitmaps (#590)
As it turns out, FreeType does not always provide glyph data in LCD mode
as we requested. We now correctly handle several common modes returned
from FreeType including Lcd, Mono, and Gray.

Note that we don't check number of grays at this time since it's

1. Almost always 256, according to FreeType docs
2. Not available in the Rust FreeType bindings being used

Resolves #515
Resolves #185
Resolves #482
2017-05-28 17:36:55 -07:00
..
src Fixes font raster for mono, gray bitmaps (#590) 2017-05-28 17:36:55 -07:00
Cargo.lock PoC find font with glyph 2017-03-01 22:07:14 -08:00
Cargo.toml Update dependencies 2017-05-25 10:57:42 -07:00