Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher
55 stars 7 forks source link

Feature Request: Better Support for Non Commodore Fonts #34

Closed paulhocker closed 1 year ago

paulhocker commented 1 year ago

While the included C64 font is great from a nostalgic perspective, it is very difficult to work with from a coders perspective. I would be really great if we could use a different font like the IMGUI font while still being able to see the petscii values in the memory view. I realize this is a big ask, so I would be happy with just the ability to use a different font that I could use on my computer like Consolas, Hacker or some other coder font. Hope that made sense?

Sakrac commented 1 year ago

added a command line argument for -font=, if using the ImGui default font or a custom font then switch to closest pescii font for the memory view text portion

paulhocker commented 1 year ago

the font option works great, however it breaks the theme that you may have selected. maybe a theme option on the command line might solve this for you?

Sakrac commented 1 year ago

Looks like I accidentally deleted saving the style, this is fixed in code.

Sakrac commented 1 year ago

This seems fixed in v1.12