vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

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

Open jpagliaccio opened 10 months ago

jpagliaccio commented 10 months ago

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 commented 5 months ago

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