Thread overview
GtkD - Changing the default windows font
May 03, 2013
Mike James
May 03, 2013
Mike Wey
May 04, 2013
Mike Wey
May 03, 2013
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
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
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