diff options
author | Joe Wilm <jwilm@users.noreply.github.com> | 2017-05-28 17:36:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-28 17:36:55 -0700 |
commit | 13eac6b673a089afe6f15adb73d6812916c73f73 (patch) | |
tree | 6c45c2e9dd13813a5265e7329b0acc0f9ce0d4c3 /alacritty.info | |
parent | b9ec141c927b333bfea5d8a285deedd164181dd8 (diff) | |
download | alacritty-13eac6b673a089afe6f15adb73d6812916c73f73.tar.gz alacritty-13eac6b673a089afe6f15adb73d6812916c73f73.zip |
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
Diffstat (limited to 'alacritty.info')
0 files changed, 0 insertions, 0 deletions