FriBidi is an implementation of Unicode Bidirectional Algorithm
Install it by running either;
kpkg install harfbuzz
or
kpkg build harfbuzz
To see the difference, see The handbook
graph TD
N0["harfbuzz"]
style N0 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N1["glib"]
N2["freetype"]
N3["icu"]
N4["gobject-introspection"]
N5["libpng"]
N1 --> N0
N1 --> N4
N2 --> N0
N3 --> N0
N4 --> N0
N5 --> N2