Yes, AFPDS actually but the same principle. I have the code-point but I need to convert it to a CID before I can pass it to freetype. That requires the cmap table to be parsed. Do you know of any code that can read a cmap?
Ian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 07 June 2005 16:19 To: Ian Brown Cc: [email protected]; Werner LEMBERG Subject: Re: [ft] loading CID fonts and CMAPS Hi >> I have a CID font in memory that is immediately followed by a number >> of CMAPs. If I load the font using FT_New_Memory_Face then the >> CMAPs do not seem to be read. How can I load the CMAPs? Do I use >> the attach aux stream function or something like that? I suppose you're handling some PostScript or PDF data including embedded CMap and CIDFont. If so, there might be better tools based on FreeType and other free CMap parser. Regards, mpsuzuki _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
