Thread overview | |||||
---|---|---|---|---|---|
|
May 03, 2013 GtkD - Changing the default windows font | ||||
---|---|---|---|---|
| ||||
Running on Windows 7, the default font is very thin and indistinct on my machine - is there a system setting to change the default font? regards, Mike. |
May 03, 2013 Re: GtkD - Changing the default windows font | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike James | On 05/03/2013 09:39 AM, Mike James wrote: > Running on Windows 7, the default font is very thin and indistinct on my > machine - is there a system setting to change the default font? > > regards, Mike. I don't know, i'll see if i can find out how to set it. -- Mike Wey |
May 04, 2013 Re: GtkD - Changing the default windows font | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike Wey | On 05/03/2013 08:05 PM, Mike Wey wrote: > On 05/03/2013 09:39 AM, Mike James wrote: >> Running on Windows 7, the default font is very thin and indistinct on my >> machine - is there a system setting to change the default font? >> >> regards, Mike. > > I don't know, i'll see if i can find out how to set it. > Is seems you'll need to create a file names settings.ini in C:\Program Files\Gtk-Runtime\etc\gtk-3.0\ containing the following: [Settings] gtk-font-name = Arial 10 If you want to enable subpixel rendering also add the folowing lines; gtk-xft-antialias = 1 gtk-xft-rgba = rgb -- Mike Wey |
Copyright © 1999-2021 by the D Language Foundation