Skip to content

English characters are broken. #1216

Closed Answered by WerWolv
stdust asked this question in Get Help
Jul 31, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey
This is to be expected since you're using a custom font that's not a monospace font. This works for most of the UI but it will never work properly for the hex editor view. The ASCII column, just like the hex column, is designed to have a fixed width and height for every "cell" in order to handle selections and highlighting nice and efficiently. If you want to use a non-monospace font here, each ASCII cell would need to have its own size which will take away a lot of the usefulness of it.
The same problem technically applies to the hex cells as well, you're mostly just lucky there that the characters 0 - 9 and A - F are all about the same size.

If you don't want to use the default font…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stdust
Comment options

Answer selected by WerWolv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants