1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-04-14 17:53:03 -04:00
alacritty/font
Joe Wilm 23dbf72154 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.
2016-06-24 21:58:13 -07:00
..
src Fix subpixel rendering for macOS 2016-06-24 21:58:13 -07:00
Cargo.lock Add support for macOS 2016-06-14 07:39:06 -07:00
Cargo.toml Fix subpixel rendering for macOS 2016-06-24 21:58:13 -07:00