klonyyy / STMViewer

Real-time STM32 variable & trace viewer
GNU General Public License v3.0
556 stars 62 forks source link

How can I change GUI font size, too small on my screen. #14

Closed Femtometer closed 6 months ago

Candas1 commented 11 months ago

On windows I did what is mentioned here in option (3)

klonyyy commented 11 months ago

Thanks for pointing it out, I will add it to the TODO list. The simplest solution is ImGui font scaling which results in some font blurriness but generally makes the font more readable. It might need some additional effort to to it properly though.

klonyyy commented 11 months ago

Femtometer you could try the devel branch quick fix using the ImGui font scaling: https://github.com/klonyyy/STMViewer/actions/runs/6253644446

In this release you can scale the font in the Window->Preferences window. Note that currently this setting is not saved. Let me know if it helped, or should I look for a more sophisticated solution.

benner commented 9 months ago

I have same issue with 4k but on Linux

klonyyy commented 8 months ago

@benner I understand that the Window->Preferences window is not a solution to this problem?

benner commented 8 months ago

I don't have Windows menu.. Only File, Options and Help.

image

klonyyy commented 8 months ago

This is because it's currently implemented only on the devel branch.

klonyyy commented 6 months ago

Closing due to inactivity. Please reopen if you face a similar issue.