Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2004 17:13:25 +0200
From:      "Jose M Rodriguez" <josemi@freebsd.jazztel.es>
To:        gnome@freebsd.org
Subject:   'fixed' fonts variants.
Message-ID:  <opse3gknbg6abrq7@localhost.redesjm.local>

next in thread | raw e-mail | index | archive | help
------------bmPup8rKFWluTihCjyL2BG
Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1
Content-Transfer-Encoding: 8bit


I use konsole with the attached aspect.
-  Fixed bold 12 pt.
-  Blod -> to color (16 colours).
- 'Linux console' colours (mostly as cons25).
- attached .fonts.conf

But I can't get this aspect on gnome-terminal (same system, diff only on  
user).

Any clues?

--
   josemi

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
------------bmPup8rKFWluTihCjyL2BG
Content-Disposition: attachment; filename=.fonts.conf
Content-Type: application/octet-stream; name=.fonts.conf
Content-Transfer-Encoding: 8bit

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <match target="font" >
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintmedium</const>
  </edit>
 </match>
 <match target="font" >
  <test compare="more" name="size" qual="any" >
   <double>8</double>
  </test>
  <test compare="less" name="size" qual="any" >
   <double>15</double>
  </test>
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
 </match>
 <match target="font" >
  <test compare="more" name="pixelsize" qual="any" >
   <double>9</double>
  </test>
  <test compare="less" name="pixelsize" qual="any" >
   <double>17</double>
  </test>
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
 </match>
</fontconfig>

------------bmPup8rKFWluTihCjyL2BG--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opse3gknbg6abrq7>