-
Notifications
You must be signed in to change notification settings - Fork 56
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
Pango problems with smaller fonts #349
Comments
It seems this affects all font scaling in Pango. If that is the case, a new version ought to be coming soon.
Confirmed on Windows, Julia 1.7.0.
|
Another example, indirectly to Cairo using Luxor. Font scaling is broken (with my setup).
In case issues get posted at Luxor.jl, for info: @cormullion |
'One size per font family per session' is close to describing the issue here. It's daunting that the error remains until the next Julia session. Also, is this an issue on Windows only?
|
What FreeType package are you talking about? None of |
Pango_jll is at version 1.47. Let's try the previous:
We just culpritted Pango. How does one go about requesting an updated Pango_jll compilation? I found no relevant issues, but one can hope this is fixed by now? |
Now Pango_jll is at version 1.50.3 but the problem is still there for me (on Windows with Julia 1.6.5 and 1.7.2). Pinning Pango_jll to |
Problem persists with Julia v1.8.2 & Pango_jll v1.50.9 on Windows 10. Though the font sizes that cause issues are different than those reported by @hustf : |
Downgrading Pango_jll 1.50.3 --> v1.42 still worked to get fonts rendered correctly on my system (as @hustf mentioned): ⌃ [77ec8976] ↓ GTK3_jll v3.24.31+0 ⇒ v3.24.29+0
[57eb2189] + Libcroco_jll v0.6.13+2
⌃ [925c91fb] ↓ Librsvg_jll v2.52.4+0 ⇒ v2.42.2+3
⌃ [36c8627f] ↓ Pango_jll v1.50.9+0 ⇒ v1.42.4+10 Though downgrading Pango downgrades 2 dependent packages (and adds Libcroco_jll). |
"Downgrading" dependencies seems the best choice right now, just from looking at the maintenance history. Or are jlls upgraded by some external procedure? The whole jll system is a mystery to me, but I encourage somebody with the skills or curiosity to step in here, too, to merge PRs and the like. Cairo on Windows has more than a few uses, though the dependencies usually get the credit. |
Seems to be fixed by updating HarfBuzz_jll to 8.3.1. Can anyone confirm? |
I confirm. And send my best regards! In Windows, a fresh environment, Julia 1.10.4: ´´´ |
Since a few day smaller fonts (below 16pt) are not rendered correctly any more. Most easyly to see with the sample_pango_text.jl example:
This is with Julia 1.6.4 and Cairo 1.0.5. Must have to do with the lates FreeType package updates. But I wasn't able to narrow this down further...
The text was updated successfully, but these errors were encountered: