konsole font

Denis Kostousov sandello at permonline.ru
Thu Feb 9 08:39:55 GMT 2006


Hello, everyone!

I need to use Courier font in konsole.
But I can't find it in the konsole font dialog.

The font was installed correctly.

$ grep 'Courier:style=Regular' /usr/share/fonts/ISO10646-1/75dpi/fonts.cache-1 |cut -d : -f 1-8
"courR08.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=8:foundry=Adobe:antialias=False
"courR10.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=10:spacing=100:foundry=Adobe
"courR12.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=12:spacing=100:foundry=Adobe
"courR14.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=14:spacing=100:foundry=Adobe
"courR18.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=18:spacing=100:foundry=Adobe
"courR24.pcf" 0 "Courier:style=Regular:slant=0:weight=80:width=100:pixelsize=24:spacing=100:foundry=Adobe


$ cat ~/.fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <dir>~/.fonts</dir>
 <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>
 <alias>
  <family>monospace</family>
  <prefer>
   <family>Courier</family>
  </prefer>
 </alias>
 <match target="font" >
  <edit mode="assign" name="rgba" >
   <const>none</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
 </match>
</fontconfig>


I am using
FC4
fontconfig-2.2.3-13
kde 3.5.1-0.1.fc4

Why I can't find the font in the font selecting dialog?

-- 
Denis Kostousov
email: sandelloTHEDOGpermonline.ru
jabber: sandelloATjabber.org
fingerprint: FE3D 60AF E08D 2D2A 6A8B  C891 70BB 0665 F047 ADAE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fonts.conf
Type: text/xml
Size: 17186 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde/attachments/20060209/6b37db86/attachment.xml>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: local.conf
Type: text/xml
Size: 482 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde/attachments/20060209/6b37db86/attachment-0001.xml>
-------------- next part --------------
___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


More information about the kde mailing list