diff options
author | yustin <yustin@you-spam.com> | 2018-10-12 23:33:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-13 08:02:58 +0700 |
commit | dfe79087f39925f2e6aa2970a1d9840f9fa26196 (patch) | |
tree | 83f3f3c148429c3814cec8bd6f12b82ce78737d0 /libraries/libraqm/README | |
parent | 95b63fda6a61945d69b27a34f6433399c9784869 (diff) |
libraries/libraqm: Added (text layout library).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'libraries/libraqm/README')
-rw-r--r-- | libraries/libraqm/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libraqm/README b/libraries/libraqm/README new file mode 100644 index 000000000000..83775a6d7d09 --- /dev/null +++ b/libraries/libraqm/README @@ -0,0 +1,6 @@ +Raqm is a small library that encapsulates the logic for complex text +layout and provides a convenient API. + +It currently provides bidirectional text support (using FriBiDi), shaping +(using HarfBuzz), and proper script itemization. As a result, Raqm can +support most writing systems covered by Unicode. |