-
Notifications
You must be signed in to change notification settings - Fork 269
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
Does FPDF2 support TTF fonts with kerning? #812
Comments
I am working on a PR right now to implement text shaping and that will cover kerning - it should be ready to start testing soon. Can you give me a sample text string you are testing with that font? |
Because all pairs were made only for letter "Т" Text sample looks like this "Ты То Тф Та Тт Ти" |
@andersonhc PR #820 has been merged today. Could you test if that solved your issue @AndTikhomirov? You can install
The documentation is there: https://pyfpdf.github.io/fpdf2/TextShaping.html |
The text shaping feature has been released in 2.7.5, Anyone is free to reopen it or open another one thare are still issues with font kerning. |
Hi.
I've got a trouble.
I'm trying to use a custom font with kerning, but cannot make it render properly. No kernings applied to text.
Currently all kerning pairs made for cyrylic letter "Т" for testing.
Can someone help me with this problem?
Dumbledor3Thin.zip
The text was updated successfully, but these errors were encountered: