mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 02:25:28 +03:00
27cb18f8ae
This is primarily for macos where the default freetype installation is unable to render color emoji, but should also help make things more consistent across the various platforms. It's a little bit awkward on linux because the font-loader crate pulls in the now-conflicting servo-font* crates. I've disabled font-loader on linux systems; it's just calling fontconfig under the covers anyway.
3 lines
35 B
C
3 lines
35 B
C
#include <hb.h>
|
|
#include <hb-ft.h>
|