Re: [GNC] Blurry Font Issue on Windows

2021-02-13 Thread Taull Boi
>From the code, it looks like the two places (calendar in scheduled transactions and register header) that I see blurry fonts, there are calls to cairo_image_surface_create. So this may be a cairo issue, but I am not sure who to contact about it. grep -nH -r --exclude=*\.svn* -e cairo_image_surfac

Re: [GNC] Blurry Font Issue on Windows

2021-02-13 Thread Taull Boi
Hi John, Thanks for the suggestion. I tried various settings under "Change high DPI settings". There are three options under "High DPI scaling override": application, system, system (enhanced). If I enable this scaling option and use "system" or "system (enhanced)" all gnucash fonts become blurry

Re: [GNC] Blurry Font Issue on Windows

2021-02-13 Thread Taull Boi
That doesn't solve the problem. As mentioned at https://wiki.gnucash.org/wiki/GTK3, I tried the following CSS and similar variants, #gnc-id-main-window { font-family: Segoe UI; font-size: 9pt; } That changes all the fonts, including the blurry fonts, but they stay blurry. On Sat, Feb 13, 2

Re: [GNC] Blurry Font Issue on Windows

2021-02-13 Thread John Ralls
HiDPI Display? Make sure that application scaling is enabled in System>Display>Advanced settings. If that doesn't do it there are some more settings that you can get to on the compatibility tab of the start menu shortcut properties: There's a button called Change high DPI settings. Regards, Joh

Re: [GNC] Blurry Font Issue on Windows

2021-02-13 Thread David Carlson
I seem to recall that GnuCash uses a couple of fonts that are not available in Windows, so Windows substitutes something else. If you can find those and make your own substitutions that may solve your problem. I am not sure if those are hard coded in the program or how to implement them. On Sat,