From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 01:24:08 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 261B316A4CE for ; Sat, 29 Jan 2005 01:24:08 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id C868C43D48 for ; Sat, 29 Jan 2005 01:24:05 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id C244921CE7A for ; Fri, 28 Jan 2005 19:24:04 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06257-01 for ; Fri, 28 Jan 2005 19:24:03 -0600 (CST) Received: from kanga.honeypot.net (unknown [IPv6:2001:470:1f01:224:1::2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id AFC9221CD9B for ; Fri, 28 Jan 2005 19:24:03 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Fri, 28 Jan 2005 19:24:00 -0600 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1167202.GkpJMoRr2e"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501281924.03032.kirk@strauser.com> X-Virus-Scanned: amavisd-new at honeypot.net Subject: Graphviz fonts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 01:24:08 -0000 --nextPart1167202.GkpJMoRr2e Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm trying to use Graphviz's "dot" command to produce a graph. My input files are extremely simple: digraph familytree { rankdir=3DLR; WillardKirkStrauser -> { WillardJacobStrauser GabrielleMargaretStra= user ArianaNicoleStrauser }; } When I run dot, I get this error: dot -Tgif < foo > foo.gif Error: Could not find/open font : Times-Roman in /usr/X11R6/lib/X11/fon= ts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:= /usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fo= nts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf I still get a result, but the text is very large and the resulting graphs look bad (see http://subwiki.honeypot.net/pub/familytree.png for an example). I've tried adding every Truetype font path on my system to its "fontpath" variable, but I get the same error but with a much longer list of=20 directories. Any ideas? =2D-=20 Kirk Strauser --nextPart1167202.GkpJMoRr2e Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB+uWz5sRg+Y0CpvERAgrpAJ90nRuspw6cJfouoGLcJKrNOZlvHACcCfrc J+csBrBsDebCfZKoM9kLR8g= =ZVhp -----END PGP SIGNATURE----- --nextPart1167202.GkpJMoRr2e--