From owner-freebsd-questions@freebsd.org Thu Dec 24 16:18:18 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 4F545A5151E for ; Thu, 24 Dec 2015 16:18:18 +0000 (UTC) (envelope-from will.senn@gmail.com) Received: from mail-yk0-x22d.google.com (mail-yk0-x22d.google.com [IPv6:2607:f8b0:4002:c07::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15A481814 for ; Thu, 24 Dec 2015 16:18:18 +0000 (UTC) (envelope-from will.senn@gmail.com) Received: by mail-yk0-x22d.google.com with SMTP id k129so19491453yke.0 for ; Thu, 24 Dec 2015 08:18:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=STxmxhGMW1iczwfFLaiE5H0dlOR2ABsC1Bowfw1SGDg=; b=vTDJwM9H/Ncl4zDVQCJZAXTDqicsoXaNhu4wgzjAQZfkhLY2xT7gtm5MwYlICPx80z dfTx5O4J+PDpVT+ABh1s9XgCSxlIVQrvh7vNK6YvqAIAT3BAGx+mzGEDWBQ4e/NPs2q0 nShXW5MAzAZ4gSoYMn0VB8CRt72kOndbqUct8Mr+kSUZB3JxntEilHUn5m4oou/J89Ox U+DGYllvHzNH9xnCdzexJe/xVLKPiJ+6sDgX4zuKlr2ni8ESf7F93p6UKaO5CZmgLz/K 5EvQnP7aw26L33PcsYQCj8edrR7TCMb9b4f/QoHhGlzQpniAi/+48n6AKMtqH5LsvfkF wicA== X-Received: by 10.13.243.65 with SMTP id c62mr12267752ywf.96.1450973897223; Thu, 24 Dec 2015 08:18:17 -0800 (PST) Received: from [192.168.0.4] ([206.251.219.82]) by smtp.gmail.com with ESMTPSA id o123sm8623743ywd.2.2015.12.24.08.18.16 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Dec 2015 08:18:16 -0800 (PST) Subject: Re: fonts.dir for TrueType fonts To: freebsd-questions@freebsd.org References: From: Will Senn Message-ID: <567C1AC7.4020809@gmail.com> Date: Thu, 24 Dec 2015 10:18:15 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 16:18:18 -0000 On 12/24/15 9:25 AM, 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'm assuming the Handbook is out of date so I guess what I'm really > asking is how does one add TrueType fonts? > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I believe you are looking for mkfontdir and mkfontscale Will