├── README.md ├── arabtype.c ├── arabtype.h ├── example.png ├── example ├── ae_Tholoth.ttf ├── arabic_string_layout.pro ├── arabic_test.txt ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h └── mainwindow.ui ├── gpl-3.0.txt ├── gpl3-exception.txt ├── utf8.c └── utf8.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/README.md -------------------------------------------------------------------------------- /arabtype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/arabtype.c -------------------------------------------------------------------------------- /arabtype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/arabtype.h -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/example.png -------------------------------------------------------------------------------- /example/ae_Tholoth.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/example/ae_Tholoth.ttf -------------------------------------------------------------------------------- /example/arabic_string_layout.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/example/arabic_string_layout.pro -------------------------------------------------------------------------------- /example/arabic_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/example/arabic_test.txt -------------------------------------------------------------------------------- /example/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/example/main.cpp -------------------------------------------------------------------------------- /example/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/example/mainwindow.cpp -------------------------------------------------------------------------------- /example/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/example/mainwindow.h -------------------------------------------------------------------------------- /example/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/example/mainwindow.ui -------------------------------------------------------------------------------- /gpl-3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/gpl-3.0.txt -------------------------------------------------------------------------------- /gpl3-exception.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/gpl3-exception.txt -------------------------------------------------------------------------------- /utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/utf8.c -------------------------------------------------------------------------------- /utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eloraiby/arabtype/HEAD/utf8.h --------------------------------------------------------------------------------