diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-09 13:23:35 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-09 13:23:35 +0300 |
commit | b8b258fcafa10ef8bc9a2dbd18325d5da6c52098 (patch) | |
tree | 5927fbdc858bed5e7d2b38015c71ab6cd26a4f3a /lib | |
parent | 119c50cb5e220b30fdbb56a45ca12c8289f61d43 (diff) |
Added new dependencies: fribidi and harfbuzz
These two libraries should do a good job at laying out
bidirectional text and shaping text runs for finding out exactly
which font glyphs to draw and where.
Diffstat (limited to 'lib')
m--------- | lib/fribidi | 0 | ||||
m--------- | lib/harfbuzz | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/lib/fribidi b/lib/fribidi new file mode 160000 | |||
Subproject 5464c284034da9c058269377b7f5013bb089f55 | |||
diff --git a/lib/harfbuzz b/lib/harfbuzz new file mode 160000 | |||
Subproject a83b9b0fec4c21e9da19b7c83ea76cb33aabd19 | |||