alacritty/src
Joe Wilm 8630185639 Rework font loading
This work started because we wanted to be able to simply say "monospace"
on Linux and have it give us some sort of font. The config format for
fonts changed to accomodate this new paradigm. As a result, italic and
bold can have different families from the normal (roman) face.

The fontconfig based font resolution probably works a lot better than
the CoreText version at this point. With CoreText, we simply iterate
over fonts and check it they match the requested properties. What's
worse is that the CoreText version requires a valid family. With
fontconfig, it will just provide the closest matching thing and use it
(unless a specific style is requested).
2017-01-02 19:49:38 -08:00
..
renderer Rework font loading 2017-01-02 19:49:38 -08:00
term Add support for SGR mouse reporting 2017-01-01 18:28:49 -08:00
ansi.rs Add support for SGR mouse reporting 2017-01-01 18:28:49 -08:00
cli.rs Display manages window, renderer, rasterizer 2016-12-11 20:23:41 -08:00
config.rs Rework font loading 2017-01-02 19:49:38 -08:00
display.rs Improve error handling for shader initialization 2017-01-01 19:19:15 -08:00
event.rs Fix pty read sometimes not triggering draw 2016-12-29 21:38:22 -05:00
event_loop.rs Fix pty read sometimes not triggering draw 2016-12-29 21:38:22 -05:00
grid.rs Unify Cursor, Location and name it Point 2016-12-29 11:09:29 -05:00
index.rs Add support for SGR mouse reporting 2017-01-01 18:28:49 -08:00
input.rs Improve error handling for clipboard actions 2017-01-01 19:09:27 -08:00
lib.rs Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
macros.rs Rustup and clippy 2016-12-16 22:13:51 -08:00
main.rs Improve error handling for clipboard actions 2017-01-01 19:09:27 -08:00
meter.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
selection.rs Fix some bugs with selections 2016-12-29 20:53:41 -05:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Rustup and clippy 2016-12-16 22:13:51 -08:00
util.rs Improve error handling for clipboard actions 2017-01-01 19:09:27 -08:00
window.rs Fix pty read sometimes not triggering draw 2016-12-29 21:38:22 -05:00