alacritty/font
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
..
src Rework font loading 2017-01-02 19:49:38 -08:00
Cargo.lock Add ffi-util crate and use in fontconfig wrapper 2016-12-30 18:55:10 -08:00
Cargo.toml Add ffi-util crate and use in fontconfig wrapper 2016-12-30 18:55:10 -08:00