spektrum icon indicating copy to clipboard operation
spektrum copied to clipboard

Font too small

Open gbine opened this issue 6 years ago • 6 comments

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

gbine avatar Aug 19 '19 17:08 gbine

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

pavels avatar Jan 26 '20 12:01 pavels

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

dwarning avatar Jun 06 '20 14:06 dwarning

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

br-549 avatar Dec 03 '20 18:12 br-549

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

aaazalea avatar Apr 25 '21 20:04 aaazalea

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

mountain-bound avatar Nov 05 '22 14:11 mountain-bound

Problem seems solved for me. Thank you.

dwarning avatar Nov 06 '22 15:11 dwarning