B4J Question print arabic text using JFX8 print

le_toubib

Active Member
Licensed User
Longtime User
hi all
at first i tried to print html using print a webview , that resulted in arabic characters shown in reverse order .
so i changed to making an internal designer layout , with labels , and tried to print it , but it showed the same problem ..
the form itself shows normal text , but printing it ( on different printers) showed letters in reverse order ..
is there any solution ??? šŸ˜„šŸ˜„šŸ˜„
 

stevel05

Expert
Licensed User
Longtime User
There is a suggestion on Stack overflow here you could try.

You will need JavaObject to implement it.
 
Upvote 0

le_toubib

Active Member
Licensed User
Longtime User
There is a suggestion on Stack overflow here you could try.

You will need JavaObject to implement it.
Thanks for your answer , I saw that , it won't work because arabic letters look differently depending on their place in the word , so rotation won't look right either ..

Surprisingly , the problem was just solved just by changing font size !!!! Apparantly Font 12 is associated with the problem !!???
Changing to sizes 10,11,13,14,16 solved the reverse problem !!!
I have no explanation for that .
 
Upvote 0
Top