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 | |
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.
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | lib/fribidi | 0 | ||||
m--------- | lib/harfbuzz | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f869c7ae..e02f9f93 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,3 +1,9 @@ | |||
1 | [submodule "lib/the_Foundation"] | 1 | [submodule "lib/the_Foundation"] |
2 | path = lib/the_Foundation | 2 | path = lib/the_Foundation |
3 | url = https://git.skyjake.fi/skyjake/the_Foundation | 3 | url = https://git.skyjake.fi/skyjake/the_Foundation |
4 | [submodule "lib/fribidi"] | ||
5 | path = lib/fribidi | ||
6 | url = https://github.com/fribidi/fribidi.git | ||
7 | [submodule "lib/harfbuzz"] | ||
8 | path = lib/harfbuzz | ||
9 | url = https://github.com/harfbuzz/harfbuzz.git | ||
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 | |||