Skip to content
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

Font rendering failed on Windows #1

Open
TetraGenius opened this issue Mar 6, 2022 · 5 comments
Open

Font rendering failed on Windows #1

TetraGenius opened this issue Mar 6, 2022 · 5 comments

Comments

@TetraGenius
Copy link

Running your Alice examples does not find the correct font on my Windows system? (I think)

I used Pluto notebook to copy the code to:
image

@guo-yong-zhi
Copy link
Owner

guo-yong-zhi commented Mar 6, 2022

Are you using windows? I think it has something to do with JuliaGraphics/Cairo.jl#349 (comment). You can try ] add Pango_jll and ] pin Pango_jll@1.42.4 to solve it.

@jjgecon
Copy link

jjgecon commented Feb 8, 2024

I've tried using Windows 11 and 10 have the same issue.

Also, I don't seem to have Pango_jll in the dependencies, so pinning that version didn't help either.

@guo-yong-zhi
Copy link
Owner

Pango_jll is not a direct dependency, but it's an indirect one. Have you tried actually pinning its version? Or just guess it's not working? Can you show me the result of the pin command? @jjgecon

@jjgecon
Copy link

jjgecon commented Mar 4, 2024

If I run the pin command I get this in the console

image

@guo-yong-zhi
Copy link
Owner

Oh, I see. You need to run ] add Pango_jll before running ] pin Pango_jll@1.42.4.
Thank you for the information. @jjgecon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants