QPlugs PAText Add Persian and Arabic support to WindowsCE Mobile applications: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 16:38, 14 January 2015

English عربي فارسی

PAText supports Persian and Arabic text in Qt applications

Persian and Arabic Text (known as “PAText”) fixes problems with glyphs in some environment which does not support the “FA” and “AR” keyboard layouts by default. The class acts like a translator for pointing Persian characters to the correct style in the UTF-8 character set.

PAText

Applications

Useful as a solution for displaying Persian and Arabic texts in applications written in Qt for WindowsCE/Mobile platforms as well as creating Persian or Arabic virtual keyboards.

Source Code

PAText.h”

PAText.cpp”

Sample Code