ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] thunderbird & сглаживание шрифта интерфейса
@ 2009-06-03  9:39 Denis G. Samsonenko
  0 siblings, 0 replies; only message in thread
From: Denis G. Samsonenko @ 2009-06-03  9:39 UTC (permalink / raw)
  To: community

День добрый!

Есть такая проблема. Почему-то у thunderbird игнорирует настройки
сглаживания шрифтов. На приложенном скриншоте видно, что в firefox
шрифт интерфейса не сглажен, а в thunderbird он почему-то
сглаживается. В настройках я указал не сглаживать шрифты размером до
12 pt.

Система: бранч-5.0. KDE 4.2.2.

$ ls -l .gtkrc*
lrwxrwxrwx 1 denis denis  15 Июн  3 16:18 .gtkrc-2.0 -> .gtkrc-2.0-kde4
-rw-r--r-- 1 denis denis 317 Июн  3 14:21 .gtkrc-2.0-kde4


$ cat .gtkrc-2.0-kde4
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"

include "/usr/share/themes/QtCurve/gtk-2.0/gtkrc"
include "/etc/gtk-2.0/gtkrc"

style "user-font"
{
        font_name="Verdana"
}
widget_class "*" style "user-font"

gtk-theme-name="QtCurve"
gtk-font-name="Verdana 10"


$ cat .fonts.conf
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <match target="font" >
  <edit mode="assign" name="rgba" >
   <const>none</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="hinting" >
   <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="antialias" >
   <bool>true</bool>
  </edit>
 </match>
 <match target="font" >
  <test compare="more_eq" name="size" qual="any" >
   <double>8</double>
  </test>
  <test compare="less_eq" name="size" qual="any" >
   <double>11</double>
  </test>
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
 </match>
 <match target="font" >
  <test compare="more_eq" name="pixelsize" qual="any" >
   <double>10</double>
  </test>
  <test compare="less_eq" name="pixelsize" qual="any" >
   <double>13</double>
  </test>
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
 </match>
</fontconfig>

В чём проблема, и как заставить thunderbird следовать указанным настройкам?

-- 
Всего доброго,

Денис.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-03  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-03  9:39 [Comm] thunderbird & сглаживание шрифта интерфейса Denis G. Samsonenko

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git