[cairo-bugs] [Bug 77405] Disappearing characters with big fonts and disabled antialiasing
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Apr 14 12:40:50 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=77405
Uli Schlachter <psychon at znc.in> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from Uli Schlachter <psychon at znc.in> ---
So the debian bug report says that "gxmessage -fn 'DejaVu Sans Mono 100'
1.2.3.4.5" is supposed to be broken. However, that works for me.
It also says a bit about some stuff in ~/.fonts.conf. Since I don't know much
about .fonts.conf, I asked google for some input and came up with the
following:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
</match>
</fontconfig>
Still no problem with gxmessage.
What am I doing wrong?
(P.S.: This works for me both with latest git and with debian's 1.12.16-2)
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20140414/83c50de6/attachment.html>
More information about the cairo-bugs
mailing list