diff options
author | Joe Wilm <joe@jwilm.com> | 2016-06-24 21:52:32 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-06-24 21:58:13 -0700 |
commit | 23dbf721547f652d4afa42e505c7703dfb927a47 (patch) | |
tree | 9945fc35fee64498cc0e0e56ff502cfbd28274d0 /src/macros.rs | |
parent | 078dd41e371a9bd905b7d99fa757baafad6a4733 (diff) | |
download | r-alacritty-23dbf721547f652d4afa42e505c7703dfb927a47.tar.gz r-alacritty-23dbf721547f652d4afa42e505c7703dfb927a47.tar.bz2 r-alacritty-23dbf721547f652d4afa42e505c7703dfb927a47.zip |
Fix subpixel rendering for macOS
This adds a bunch of APIs to CGContext (and supporting types) that
aren't actually necessary to turn on subpixel rendering. The key for
subpixel rendering were the options passed to bitmap_context_create().
Specifically, kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host
are necessary to enable it.
Diffstat (limited to 'src/macros.rs')
0 files changed, 0 insertions, 0 deletions