forked from HOST-Oman/libraqm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (15 loc) · 763 Bytes
/
README
File metadata and controls
22 lines (15 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Raqm
====
Raqm is a small library that encapsulates the logic for complex text layout and
provide a convenient API.
It currently provides bidirectional text support (using [FriBiDi][1]), shaping
(using [HarfBuzz][2]), with proper script itemization. By the virtue of this,
Raqm can support most writing systems covered by Unicode.
This is an early prototype and is still work in progress. We try to not break
the API and ABI needlessly, though.
The documentation can be accessed on the web at:
> http://host-oman.github.io/libraqm/
Raqm (Arabic: رَقْم) is writing, also number or digit and the Arabic word for
digital (رَقَمِيّ) shares the same root, so it is a play on “digital writing”.
[1]: http://fribidi.org
[2]: http://harfbuzz.org