On Wed, 5 Jun 2002 06:01, Ben Rosenberg wrote:
Anyone have a clue which config file for KDE handle TTF's? I noticed that w/ one of the last couple build of KDE3 that it's not seeing my TTF's. I've got anti-aliasing enabled..but I'm not sure what controls this.
Thanks,
-=Ben
Hi Ben, The first thing to check is if your TTF's available via the X server. xfontsel will display them. For some reason KDE displayed the TTF's but they were not beeing see via the Xserver. Do't ask. This is what I used to get them working in the Xserver. All commands must be run as root. 1) Change to where the fonts are. cd /usr/X11R6/lib/X11/fonts/truetype 2) Determine if there are any files been created for the scaling of the ttf's. ls -l fonts.s* 3) Remove all these files. rm fonts.s* 4) Create a new font scale file. ttmkfdir | sed s/^[0-9]*// > fonts.scale.myfonts 5) Now run SuSEconfig.fonts /sbin/conf.d/SuSEconfig.fonts 6) Run xset to reread the font paths xset fp rehash The other thing to check is if xfs is running. Kcontrol -->System-->Font Installer will install the fonts for KDE Regards, Graham Smith ---------------------------------------------------------