empira / PDFsharp-1.5

A .NET library for processing PDF
MIT License
1.28k stars 588 forks source link

Zero-width Joiner Not Handled Properly #70

Closed tbihlajama closed 1 year ago

tbihlajama commented 6 years ago

Greetings,

In testing the PdfSharp package, we found that certain characters we not rendered properly. For example, the character ප්‍ර is being rendered as ප්‍ ර. It appears to be linked to characters that use a zero-width joiner in their combination.

I've attached an example to demostrate the issue. Thank you for any support you can provide.

Regards.

PDFsharp-IssueSubmission.zip

ThomasHoevel commented 1 year ago

Zero-width joiner and ligatures are not yet supported by PDFsharp. There is not ETA for this feature.