[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Hint for XftConfig



Hi,

I suggest to turn antialiasing of for fonts smaller than 11pixels to solve 
the partial disappearing of letters in thin fonts. 
The XftConfig snippet below achieves this.

SNIP --------------------------------------------------
# set the AA for different fonts
# since we have not way of reading gasp tables yet.
# most TT fonts do not need to be aliased below
# 11 points.
match
        all foundry == "*"
        any size < 11
edit
        antialias = false;
SNIP --------------------------------------------------

--
WfG, chris



Reply to: