From owner-freebsd-questions Sun Jan 25 14:07:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23306 for questions-outgoing; Sun, 25 Jan 1998 14:07:54 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp2.xs4all.nl (smtp2.xs4all.nl [194.109.6.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23287; Sun, 25 Jan 1998 14:07:45 -0800 (PST) (envelope-from albast@xs4all.nl) Received: from xs2.xs4all.nl (albast@xs2.xs4all.nl [194.109.6.43]) by smtp2.xs4all.nl (8.8.6/XS4ALL) with ESMTP id XAA26512; Sun, 25 Jan 1998 23:07:37 +0100 (CET) Received: (from albast@localhost) by xs2.xs4all.nl (8.8.6/8.8.6) id XAA14890; Sun, 25 Jan 1998 23:07:36 +0100 (MET) From: albast Message-Id: <199801252207.XAA14890@xs2.xs4all.nl> Subject: Where's gcvt(3) ?? To: questions@FreeBSD.ORG Date: Sun, 25 Jan 1998 23:07:36 +0100 (MET) Cc: hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, Why doesn't FreeBSD (2.2.5) include gcvt(3), which converts a floating-point number to a string? I need this one in order to use YACL (http://www.cs.sc.edu/~sridhar/yacl.html) on my FreeBSD system. On a completely different issue; your font documentation states there is no truetype support for X available. To use truetype fonts you can use the Freetype library. ImageMagick 4.0 for instance, has support for the current Freetype library. Freetype(-current) can be found at: ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/devel/ A TrueType fontserver for X can be found at: ftp://sunsite.unc.edu/pub/Linux/X11/fonts/ Enjoy, --Jeroen