Package: fontconfig-config
Version: 2.8.0-2.1
Severity: important
Tags: patch
First, thanks for all the work with font rendering- I mean it.
Sorry if it is not appropriate as it might be also related to
gnome-control-center / gnome-appearance-properties.
I am reporting on fontconfig-config, as this is where I found a fix
I am considering it important, as it affects future squeeze whole
desktop homogeneity
Via gnome-appearance-properties, when selecting a particular hintstyle
in font-rendering, it is properly honored in Gtk apps but not in Qt apps
According to man fonts-conf, regarding hintstyle, there aren't any
available rules for serving hintnone, hintslight, hintmedium, hintfull
Adding rules in /etc/fonts/conf.avail for hintstyles and symlinking the
preferred one in /etc/fonts/conf.d (hintslight in my case) makes Qt apps
honor it and thus keeping same font rendering between Gtk and Qt.
/etc/fonts/conf.d/10-hinting-[none|slight|medium|full].conf:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Use Slight Hinting -->
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
</fontconfig>
thanks again.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (988, 'testing'), (986, 'testing'), (500,
'testing-proposed-updates')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages fontconfig-config depends on:
ii debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii ttf-dejavu-core 2.31-1 Vera font family derivate with add
ii ttf-freefont 20090104-7 Freefont Serif, Sans and Mono True
ii ucf 3.0025+nmu1 Update Configuration File: preserv
fontconfig-config recommends no packages.
fontconfig-config suggests no packages.
-- debconf information:
* fontconfig/subpixel_rendering: Automatic
* fontconfig/hinting_type: Native
* fontconfig/enable_bitmaps: false
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]