www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - GtkD - Changing the default windows font

reply "Mike James" <foo bar.com> writes:
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
parent reply Mike Wey <mike-wey example.com> writes:
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 03 2013
parent Mike Wey <mike-wey example.com> writes:
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
May 04 2013