Path: utzoo!attcan!uunet!lll-winken!ames!think!bloom-beacon!MEDIA-LAB.MEDIA.MIT.EDU!creubank From: creubank@MEDIA-LAB.MEDIA.MIT.EDU (Curtis R Eubanks) Newsgroups: comp.windows.x Subject: bezier curves Message-ID: <8902161546.AA16006@media-lab.media.mit.edu> Date: 16 Feb 89 15:46:16 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 20 >I'm interested in outputting bezier curves in X for part of my thesis. >I thought I would have to do all of the coding myself, but I noticed the >following file: /usr/include/X11/bezier.h -- does X support bezier splines? >How can I find out more about this? I sent this to olc and was pointed here. Does the current X (X11R3) support this? I am writing a chinese text/character/stroke editor using X for my undergraduate thesis and need splines for the strokes. I am willing to write the bezier routines, but if they already exist I'd like to know. Another question: X supports 16-bit fonts (i.e. each character is indexed by two bytes). Does this mean I can have a font with 65536 different characters? I am not sure whether I should define my characters as splines or as a bitmapped Xfont for screen display. Splines would allow resizing, but might be just too slow. I WILL be using the splines for my postscript output, anyway. It seems like a lot of work to build an Xfont from scratch, though. Of course, I would not actually hand paint the bitmaps. They would be generated from a spline description. Any ideas? -creubank