pavels / spektrum

rtl-sdr spectrum analyzer
BSD 3-Clause "New" or "Revised" License
577 stars 91 forks source link

Font too small #21

Open gbine opened 5 years ago

gbine commented 5 years ago

How can I change the font size as it currently is way to small for me to see clearly.

pavels commented 4 years ago

This is probably due to Hi-DPI monitor - Processing doesn't play well with this

dwarning commented 4 years ago

Hello Pavels, I like your program. But I have same Problem with my Hi-Res Laptop. Is there no way to modify font size?

br-549 commented 3 years ago

Is there a schedule to fix the font sizing? Today 4k displays are the norm and 8k displays are on high end devices. The DPI on my 2 year old notebook is ~380. With the scaling set to the max at 350% Spektrum is impossible to use. spektrum

aaazalea commented 3 years ago

You can try running spektrum with run_scaled - https://github.com/kaueraal/run_scaled

mountain-bound commented 1 year ago

I was able to correct the font sizing by editing ./source/spektrum.java Find .setFont(createFont("ARIAL", 10))

dwarning commented 1 year ago

Problem seems solved for me. Thank you.