GtkD - Changing the default windows font

Mike Wey mike-wey at example.com
Sat May 4 08:49:40 PDT 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


More information about the Digitalmars-d-learn mailing list