Discuss feasibility of 7-segment digits #5921
Replies: 2 comments 2 replies
-
We found the following entry in the FAQ which you may find helpful: Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review. This project is developed and maintained by Will McGugan. Consider sponsoring Will's work on this project (and others). This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
-
The problem with the Unicode 7-segment characters is they will only be as large as your terminal font (and aren't that widely supported). It really depends how closely you want to emulate the 7-segment style. If you imagine trying to split the digits into separate glyphs, I don't think you'll find some characters anywhere in Unicode: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I was looking at the documentation to check if the Textual Digits widget could display 7-segment digits, like:
I was looking at the implementation of the Digits widget in #3073 and it seems the original proposal from #2990 geared towards this style, but ultimately could not be represented in the terminal.
Could there be a way to display the Digits widget with this style:
I think it would look nice if terminal applications could employ this style in a more faithful way, would love to hear your input on that!
Beta Was this translation helpful? Give feedback.
All reactions