forked from NotAShelf/beer
font: shape combining marks with harfbuzz instead of stacking
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I64d67dbc96ce3faa68d221252e44d9976a6a6964
This commit is contained in:
parent
fe004666bb
commit
5d132d9ac7
5 changed files with 317 additions and 72 deletions
|
|
@ -10,6 +10,7 @@
|
|||
libxkbcommon,
|
||||
freetype,
|
||||
fontconfig,
|
||||
harfbuzz,
|
||||
}: let
|
||||
cargoTOML = (lib.importTOML ../Cargo.toml).package.version;
|
||||
in
|
||||
|
|
@ -49,6 +50,7 @@ in
|
|||
libxkbcommon
|
||||
freetype
|
||||
fontconfig
|
||||
harfbuzz
|
||||
];
|
||||
|
||||
# Install the terminfo entry, and make the Wayland/xkb libraries (loaded via
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue