Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!cidam.me.rmit.oz.AU!mg From: mg@cidam.me.rmit.oz.AU ("Mike A. Gigante") Newsgroups: comp.sys.sgi Subject: Re: Polygonal fonts. Message-ID: <8906070117.3528@munnari.oz.au> Date: 7 Jun 89 14:30:07 GMT References: <4599@cidam.rmit.oz> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 17 I have the hershey vector fonts running on top of GL if that is of use.. Initially it was part of GNU-digs but I have made a digs compatibility library that allows it (and other GNU-digs programs) to run under GL. To use it, you must use vectfont(n); /* select font # n */ ... move(x, y, z); hcharstr("hello world"); Of course, since it is a vector font, it is subject to all the usual 3D transfomations... Mike