hustf

Results 86 comments of hustf

It seems this affects all font scaling in Pango. If that is the case, a new version ought to be coming soon. ```text(cr,16.0,104.0,"TextBoldItalicsuper-2",markup=true)``` Confirmed on Windows, Julia 1.7.0. ``` julia>...

Another example, indirectly to Cairo using Luxor. Font scaling is broken (with my setup). It would be nice to know if this is an issue with the windows version, only?...

'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...

Pango_jll is at version 1.47. Let's try the previous: ``` (Cairo) pkg> pin [email protected] [36c8627f] ↓ Pango_jll v1.47.0+0 ⇒ v1.42.4+10 ⚲ ..code from above... ``` ![sample_pango_text2a](https://user-images.githubusercontent.com/13949620/146034563-2f32125c-2bdd-4613-9629-321053d8f3cc.png) ![sample_pango_text2b](https://user-images.githubusercontent.com/13949620/146034578-301178bb-42d9-473b-ae1c-c65b0a6fd5a8.png) We just culpritted...

"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...

I confirm. And send my best regards! In Windows, a fresh environment, Julia 1.10.4: ´´´ (@Cairo) pkg> add Cairo ... [2e76f6c2] + HarfBuzz_jll v8.3.1+0 ... [code from above](https://github.com/JuliaGraphics/Cairo.jl/issues/349#issuecomment-992624668) ![sample_pango_text2a](https://github.com/user-attachments/assets/345926a0-e818-45f7-9e2b-fe7cd5427a6f) ![sample_pango_text2b](https://github.com/user-attachments/assets/20c3c37c-7917-4099-b7de-e17ad82e5b78)