You are not logged in.

#1 2011-07-23 02:35:29

Pooh-Bah
Member
Registered: 2011-07-13
Posts: 47

Try to configure font. What do you think?

DejaVu installed as dependence and this is nice font. But I think Droid is better (or maybe you have any other idea about better font?).

Screenshot: http://i25.fastpic.ru/big/2011/0722/ec/ … 809aec.png

Left: default Droid;
Right: after something changes in ~/.fonts.conf.

What do you think?

DPI 96.0, 1024x768
Current ~/.fonts.conf (right on screen)

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <edit mode="assign" name="antialias">
            <bool>true</bool>
        </edit>
    </match>
    <match target="font">
        <edit mode="assign" name="hinting">
            <bool>true</bool>
        </edit>
    </match>
    <match target="font">
        <edit mode="assign" name="autohint">
            <bool>true</bool>
        </edit>
    </match>
    <match target="font">
        <edit mode="assign" name="hintstyle">
            <const>hintfull</const>
        </edit>
    </match>
    <match target="font">
        <edit mode="assign" name="rgba">
            <const>rgb</const>
        </edit>
    </match>
    <match target="font">
        <edit mode="assign" name="lcdfilter">
            <const>lcddefault</const>
        </edit>
    </match>
    <alias>
        <family>serif</family>
        <prefer>
            <family>Droid Serif</family>
        </prefer>
    </alias>
    <alias>
        <family>sans-serif</family>
        <prefer>
            <family>Droid Sans</family>
        </prefer>
    </alias>
    <alias>
        <family>monospace</family>
        <prefer>
            <family>Droid Sans Mono</family>
        </prefer>
    </alias>
</fontconfig>

Thanks.

Offline

#2 2011-07-23 02:39:53

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Try to configure font. What do you think?

Are you really asking people to tell you what the better font choice for your machine is?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB