mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +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.
7 lines
176 B
C
7 lines
176 B
C
#include <ft2build.h>
|
|
#include <freetype/freetype.h>
|
|
#include <freetype/ftlcdfil.h>
|
|
#include <freetype/tttables.h>
|
|
#include <freetype/ftmodapi.h>
|
|
#include <freetype/ftoutln.h>
|