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(?) issue on Fedora 38 and CentOS Stream 9 #1847

Open
jpagliaccio opened this issue Aug 25, 2023 · 1 comment
Open

Font(?) issue on Fedora 38 and CentOS Stream 9 #1847

jpagliaccio opened this issue Aug 25, 2023 · 1 comment

Comments

@jpagliaccio
Copy link

jpagliaccio commented Aug 25, 2023

Getting this (maybe) font issue on Fedora and Stream 9. bCNC version 0.9.15.
FYI, it looks like Helvetica is not in the repos any longer. Please let me know how I can help and test.

And the code is working, and it even shows the down arrow font/icon when expanded.

image

Thanks for writing bCNC.

@jpagliaccio
Copy link
Author

I made the following changes in Unicode.py to have characters show up.

BLACK_RIGHT_POINTING_TRIANGLE = "\u2500" # changed from \u25B6, horz line
BLACK_DOWN_POINTING_TRIANGLE = "\u25BC" # not changed, \u25BC always worked

BALLOT_BOX = "\u2591" # changed from \u2610, to light shade
BALLOT_BOX_WITH_X = "\u221A" # changed from \u2612, to square root

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

1 participant