From owner-freebsd-questions@freebsd.org Fri Dec 25 05:00:21 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DDF8A51024 for ; Fri, 25 Dec 2015 05:00:21 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 67FC91D3B for ; Fri, 25 Dec 2015 05:00:21 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id tBP4xVeX029918 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 Dec 2015 21:59:32 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id tBP4xVw5029915; Thu, 24 Dec 2015 21:59:31 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 24 Dec 2015 21:59:31 -0700 (MST) From: Warren Block To: Erich Dollansky cc: Robert Ames , "freebsd-questions@FreeBSD.org" Subject: Re: fonts.dir for TrueType fonts In-Reply-To: <20151225051308.004d8a5c@X220.alogt.com> Message-ID: References: <20151225051308.004d8a5c@X220.alogt.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 24 Dec 2015 21:59:32 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 05:00:21 -0000 On Fri, 25 Dec 2015, Erich Dollansky wrote: > Hi, > > On Thu, 24 Dec 2015 10:25:14 -0500 > Robert Ames wrote: > >> In the Handbook, under section "5.5.2. TrueType Fonts" it states: >> >>> Once the files have been copied into this directory, use ttmkfdir >>> to create a fonts.dir, so that the X font renderer knows that these >>> new files have been installed. ttmkfdir is available from the >>> FreeBSD Ports Collection as x11-fonts/ttmkfdir. >> >> ttmkdir is not in the current Ports Collection. So how does one >> create fonts.dir? >> > I use these programs to achieve this: > > mkfontscale > mkfontdir > xset fp rehash > >> I'm assuming the Handbook is out of date so I guess what I'm really >> asking is how does one add TrueType fonts? >> > It seems to be out of date. If anyone is interested in updating it, please contact me at wblock@FreeBSD.org.