From owner-freebsd-questions@freebsd.org Thu Dec 24 21:13:22 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 C1469A5036F for ; Thu, 24 Dec 2015 21:13:22 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A68E711D4 for ; Thu, 24 Dec 2015 21:13:22 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=IDgUktb1voaI4hh4k4ZFQu+zhTUlftMOoVg17fsmuZ4=; b=aqWK3KlA1mfVXm7+ffQ5VkmAoz bDhZLKPJCuAPKt7FxnmF+ND/oernin6MLvUyz3Bw+R5UR84WJm4vm97lWgfAQTA3BwMjUYUqo6eDq su44e+zBPSKMTmrmnpyjEAVxAkstWSKuTot1FMIcocurwmNOPNdAQlH6PTRjt5oFUtZo=; Received: from [39.251.58.219] (port=38254 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aCDCF-000QIv-9P; Thu, 24 Dec 2015 14:13:16 -0700 Date: Fri, 25 Dec 2015 05:13:08 +0800 From: Erich Dollansky To: Robert Ames Cc: "freebsd-questions@FreeBSD.org" Subject: Re: fonts.dir for TrueType fonts Message-ID: <20151225051308.004d8a5c@X220.alogt.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: 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: Thu, 24 Dec 2015 21:13:22 -0000 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. Erich