From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 00:26:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D95E16A418 for ; Mon, 12 Nov 2007 00:26:55 +0000 (UTC) (envelope-from michael.rudolph@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id CAFB213C4AA for ; Mon, 12 Nov 2007 00:26:54 +0000 (UTC) (envelope-from michael.rudolph@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so841262nfb for ; Sun, 11 Nov 2007 16:26:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=dqPQTW64zM3Qw9331trDZR2OpEVlav1nLSC1I4Ay4NI=; b=TPZTWhTyumsB65cqocTcBQLAlP9xhFt93T+PyJYwu7z7F0X7FJTzFjVK3tZl0X2nPuvNSYnXDCCNXTIsr6USJGl8ue50cm3jfC6so7DyK8DvdaMHa9jUlcjKp/3iK9r3BPN0pSd9Tw9TDWzxYlFl7SC4TrQH0fxS/bovfRFp0lo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=msFrJkfL7YFXySY0Uepz64NKtelHteSgwp9nj0AO247Ikwooygvll4F8skI9555b/0tY9Upm/ytXcVCQkDOrxmVaTFfMfhSP+GRKqdkKyw0F219PhvVzK+fmRg1ugexgnb3HFzpEAqfeNTZIt+CfoiUUQ6eXmQot1ddxi1P+eRg= Received: by 10.86.73.17 with SMTP id v17mr4018980fga.1194825500316; Sun, 11 Nov 2007 15:58:20 -0800 (PST) Received: from noname ( [87.176.6.4]) by mx.google.com with ESMTPS id 4sm2188433fgg.2007.11.11.15.58.17 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 11 Nov 2007 15:58:18 -0800 (PST) From: Michael Rudolph To: freebsd-questions@freebsd.org Date: Mon, 12 Nov 2007 00:58:13 +0100 User-Agent: KMail/1.9.6 References: <20071111225550.GA42346@thought.org> In-Reply-To: <20071111225550.GA42346@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711120058.15259.michael.rudolph@gmail.com> Cc: Gary Kline Subject: Re: CD's and fonts.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2007 00:26:55 -0000 On Sunday 11 November 2007 23:55:50 Gary Kline wrote: > After many tries , my secoond burner finally opopened a CD full > of hundreds of TTF fonts. I don't know how to use the graphics > widget to move the contents of /media/cdrom/1 to <> > so that all these fonts are usable by both AbiWord and OOo-2.3. > (On my Ubuntu platform I used the command line to copy from > /cdrom/*.ttf to /usr/share/fonts/truetype/msttcorefonts/. ) > > I am using the OOo font wizard to install the few M$ free fonts, > but sem to be missing BASIC. [[???]]. At any rate, any tips or > insights would be very much appreciated here. > > tia, > > gary Hi Gary, as far as I know, you are using KDE, which makes things pretty easy. You can just use Konqueror to browse to your fonts and use the appropriate option in the context menu to install the selected fonts. If you want to do the font installation by hand, as you described, you have to make sure that X is aware of the directory where your font files reside and that the directory is properly prepared. This is best described in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html I hope that helps. michael