From owner-freebsd-questions Mon Mar 17 19:38:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA28113 for questions-outgoing; Mon, 17 Mar 1997 19:38:07 -0800 (PST) Received: from goodall.u.washington.edu (durang@goodall.u.washington.edu [140.142.12.163]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA28108 for ; Mon, 17 Mar 1997 19:38:05 -0800 (PST) Received: from localhost (durang@localhost) by goodall.u.washington.edu (8.8.4+UW96.12/8.8.4+UW97.03) with SMTP id TAA33114; Mon, 17 Mar 1997 19:38:03 -0800 Date: Mon, 17 Mar 1997 19:38:03 -0800 (PST) From: "K. Marsh" To: Doug White cc: questions@freebsd.org Subject: Re: fonts with .bdf extension In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 17 Mar 1997, Doug White wrote: > > I have been trying to install some Thai fonts for use with Netscape. I've > > found many how-to's about post script fonts, but these fonts have a ".bdf" > > filename extension and I'm unsure how to use them. > > > > Can I use .bdf fonts? What are they? and How can I use them? > > Good question. The font tutorial at > http://www.freebsd.org/tutorials/fonts/fonts.html doesn't mention them, so > I have this feeling they aren't supported. I managed to install them, thanks to directions provided by uecthai@fedu.uec.ac.jp. Here's how: extract fonts into a directory (eg path/tfonts) cd path/tfonts mkfontdir xset fp+ path/tfonts xset fp rehash Still one problem: when I reboot, they are gone again. How can I make the font a permanent addition? Ken Marsh