Date: Fri, 28 Jan 2005 19:24:00 -0600 From: Kirk Strauser <kirk@strauser.com> To: freebsd-questions@freebsd.org Subject: Graphviz fonts Message-ID: <200501281924.03032.kirk@strauser.com>
next in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501281924.03032.kirk>