PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com _____________________________________________________________
On Fri, 2004-04-16 at 07:34, Nicola Righetti wrote: > PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com > _____________________________________________________________ > > >>The truetype font has a number of subtables. These include a GLYF table > >>(the points/instructions used to draw the glyph) and CMAP table (telling > >>you which glyf is used to display which character). > >>Useful references are:- > > OK supposing that GLYPH1 is for character 1 and so on my needing is just to > view the GLYPH in the order they are defines so i can see that GHYPH1 is an > A, GLYPH2 is an C, GLYPH3 is a 0, and so on to construct my mapping table. > How can i do this? > Regards > Nicola > What do you mean by view the character? You will find viewing software at the links I gave you. If you want to display it you will need to use an existing parser or write your own to convert the glyph data (which is a set of cubic points) into a glyph. A truetype is a complex file format consisting of multiple inter-related tables - I am not clear what exactly you are trying to do. Regards, MArk > > To change your subscription: > http://www.pdfzone.com/discussions/lists-pdfdev.html > > To change your subscription: http://www.pdfzone.com/discussions/lists-pdfdev.html
