This website requires JavaScript.
Explore
Help
Sign In
wez
/
wezterm
Watch
1
Star
1
Fork
0
You've already forked wezterm
mirror of
https://github.com/wez/wezterm.git
synced
2024-12-18 19:01:36 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
f7f253ec28
wezterm
/
deps
/
harfbuzz
/
bindings.h
4 lines
54 B
C
Raw
Normal View
History
Unescape
Escape
Build our own freetype, harfbuzz 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.
2019-03-23 19:28:40 +03:00
#
include
<hb.h>
#
include
<hb-ft.h>
harfbuzz: revise build and bindings More recent versions of harfbuzz conveniently generate harfbuzz.cc which has the full list of source files, so point our build to that instead of chasing the evolving list of files: much easier! Fixup some of the predefined symbols, and include opentype functions in bindings.h so that we can pick those up in the bindgen output.
2022-09-03 18:19:17 +03:00
#
include
<hb-ot.h>
Reference in New Issue
Copy Permalink