Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 23:01:42 +0100
From:      j mckitrick <jcm@FreeBSD-uk.eu.org>
To:        freebsd-questions@freebsd.org
Subject:   TrueType fonts
Message-ID:  <20010717230142.A64878@dogma.freebsd-uk.eu.org>

next in thread | raw e-mail | index | archive | help
hi all,

I have been trying to follow the Daemonnews article from last November.
I also installed the webfonts port.  I copied the webfonts to the TrueType
directory and ran ttmkfdir > fonts.dir in each.  I installed xfstt, of
course.  According to 'top' it is running.  I thought maybe it wouldn't show
up because I have a 800x600 laptop display, but the fonts don't even show up
in the list for Netscape, and according to the webfonts port, netscape is
supposed to see them.

Can somebody help?

local:~> cat .xinitrc
xset m 3.75 1
xset fp+ /usr/X11R6/lib/X11/fonts/webfonts
xset fp+ /usr/X11R6/lib/X11/fonts/TrueType
xset fp rehash
exec /usr/local/bin/bbkeys -i&
exec /usr/X11R6/bin/blackbox

my relevant Xf86Config:

Section "Files"
   FontPath   "/usr/X11R6/lib/X11/fonts/local"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/URW"
#   FontPath   "/usr/X11R6/lib/X11/fonts/webfonts"
#   FontPath   "/usr/X11R6/lib/X11/fonts/TrueType"
   FontPath   "/usr/local/applix/axfonts/all_pcf"
EndSection

Oddly enough, I had to comment out the 2 lines above because X complained it
couldn't find them.  How could this be?

local:~> ls /usr/X11R6/lib/X11/fonts/webfonts/
LICENSE         comic.ttf       fonts.dir       times.ttf       trebucit.ttf
andalemo.ttf    comicbd.ttf     fonts.scale     timesbd.ttf     verdana.ttf
arial.ttf       cour.ttf        georgia.ttf     timesbi.ttf     verdanab.ttf
arialbd.ttf     courbd.ttf      georgiab.ttf    timesi.ttf      verdanai.ttf
arialbi.ttf     courbi.ttf      georgiai.ttf    trebuc.ttf      verdanaz.ttf
ariali.ttf      couri.ttf       georgiaz.ttf    trebucbd.ttf    webdings.ttf
ariblk.ttf      fonts.alias     impact.ttf      trebucbi.ttf
local:~> ls /usr/X11R6/lib/X11/fonts/TrueType/
LICENSE         comicbd.ttf     georgia.ttf     timesi.ttf      verdanab.ttf
andalemo.ttf    cour.ttf        georgiab.ttf    trebuc.ttf      verdanai.ttf
arial.ttf       courbd.ttf      georgiai.ttf    trebucbd.ttf    verdanaz.ttf
arialbd.ttf     courbi.ttf      georgiaz.ttf    trebucbi.ttf    webdings.ttf
arialbi.ttf     couri.ttf       impact.ttf      trebucit.ttf
ariali.ttf      fonts.alias     times.t

local:~> cat /usr/X11R6/etc/rc.d/xfstt.sh
#!/bin/sh
PREFIX=/usr/X11R6
case "$1" in
start)
        ${PREFIX}/bin/xfstt --sync >/dev/null
        ${PREFIX}/bin/xfstt --user nobody --notcp --daemon && echo -n '
xfstt'
        ;;
stop)
        /usr/bin/killall xfstt 2>/dev/null && echo -n ' xfstt'
        ;;
*)
        echo "$0 start | stop"
        ;;
esac
local:~>


jcm
-- 
o-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-o
| ~~~~~~~~~~~~  Jonathon McKitrick  ~~~~~~~~~~~~~ |
| "I prefer the term 'Artificial Person' myself." |
o-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-o


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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