Hi
First, thank you so much for producing and maintaining such a brilliant tool. I use it all the time
I use Prince to produce PDFs for my Kindle from Arabic texts. I often want to use ZWJ instead of 'kashida', but Prince inserts with it a symbol that looks like an upwards arrow with an 'x' head (See the attached image). This is not exclusive to Arabic texts, as can be seen from the attached image. A similar problem exists with ZWNJ (Zero Width Non-Joiner).
By the way, will kashidas be used for justification in the next release? These will be very useful for justifying poetry. Thanks. (http://www.princexml.com/roadmap/)
ZWJ.xml: (I hope the encoding is preserved)
ZWJ.css:
Best regards,
Bentahar
PS. There is another problem which I will report later. It is related to the placement of diacritics, and seems to depend on the specific font used. I will investigate this further.
First, thank you so much for producing and maintaining such a brilliant tool. I use it all the time
I use Prince to produce PDFs for my Kindle from Arabic texts. I often want to use ZWJ instead of 'kashida', but Prince inserts with it a symbol that looks like an upwards arrow with an 'x' head (See the attached image). This is not exclusive to Arabic texts, as can be seen from the attached image. A similar problem exists with ZWNJ (Zero Width Non-Joiner).
By the way, will kashidas be used for justification in the next release? These will be very useful for justifying poetry. Thanks. (http://www.princexml.com/roadmap/)
ZWJ.xml: (I hope the encoding is preserved)
<?xml version="1.0"?>
<root>
<p>ZWJ: </p>
<p>ZWNJ: </p>
<p>Hello</p>
<p>Hello again</p>
<p2>هـ (with kashida)</p2>
<p2>ه (with ZWJ)</p2>
<p2>بنطاهر (with ZWNJ)</p2>
</root>
ZWJ.css:
root {
display:block;
font-size: 60px;
font-family: tahoma;
}
p, p2 {
display: block;
background: skyblue;
margin-top: 0.25em;
}
p2 {
direction: rtl;
}
@page {
size: 800px;
}
Best regards,
Bentahar
PS. There is another problem which I will report later. It is related to the placement of diacritics, and seems to depend on the specific font used. I will investigate this further.