libraqm

Library for complex text layout with Arabic and Indic script support

brewmacoslinux
Try with needOr install directly
Source

About

Library for complex text layout

Commands

libraqm

Examples

Check libraqm version and configuration$ pkg-config --modversion libraqm
Verify libraqm installation and linking$ pkg-config --cflags --libs libraqm
Use libraqm in a C program for text layout$ gcc -o text_layout text_layout.c $(pkg-config --cflags --libs libraqm)