Re: GSUB stuff…

2011-03-05 Thread Glenn Adams
Glad to hear that Alex. Perhaps I can tweak my code to restore Copy/Paste support in PDF; however, there may be some difficulty with bidirectional text due to reordering of glyphs, and with Indic text due to fine-grain reorderings and N-M char/glyph mappings. Also, note that 'salt' and 'ss01'

Re: GSUB stuff…

2011-03-05 Thread Alex Zepeda
Glenn Adams wrote: Also, note that 'salt' and 'ss01' through 'ss20' should be off by default. I plan to add an extension mechanism to permit the author to enable optional features, which will handle this usage. Yup. I turned it on because I wanted the alternate glyphs. My solution right

Re: GSUB stuff…

2011-03-05 Thread Glenn Adams
The dynamic PUA augmentation to BFENTRIES was required due to the fact that some fonts do not provide CMAP entries corresponding to glyph indices that are output from the GSUB processing. If the IFPainter interface took glyph indices instead of chars, then it wouldn't have been a problem; but