> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Since I am new to font creation, what is reason for the better > performance? > The best I can determine is that with WINANSI, we access the encoded > letters directly and with CID we access the glyphs to build the > letters?????????? >
Correct assumption, plus the metrics file contains glyphs for *all* usable characters within the font (file should be much larger, so I guess that makes it more demanding to read from it), whereas the winansi version will give you only, as Joerg hinted, roughly the ASCII/ISO-8859-1 characters. Cheers, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
