-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multilingual fonts not supported properly as typography rules not implemented. #297
Comments
@codecracker2014 thanks for this issue but what would you mean? Any particular issue? Code to reproduce it? |
This is due to glyph substitutions not done as per TTF file. Below is code for creating simple PDF using TTF font : ` import java.io.FileOutputStream; /**
` |
This comment has been minimized.
This comment has been minimized.
itext2 was used in more then 150 open source libraries, now these libraries can use OpenPDF. But all of them having this limitation. Itext was rewritten just add advanced typography, which is no longer compatible with other open source libraries. I'm working on improving OpenPDF to support advanced typography and got it working. I'll share pull request shortly. |
Pull requested created- #329 |
Adding advanced typography capability #297
No description provided.
The text was updated successfully, but these errors were encountered: