Some edits from rroberts:
# 1) speed optimizations
# 2) fixed parseCharset0 to support CFF-CID fonts.
# 3) fixed CharsetConverter.read to work a font that actually has one
of the pre-canned encodings.
# This fixes a stack dump.
# I did not try to support using these encodings when writing a font,
# as the cases will be so rare as to not justify the processing
overhead for all other fonts.

(Read: I took out some of your loop optimizations since I believe they
made the code a lot less clear. I also have my doubts whether they were
actually performance improvements.)


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@509 4cde692c-a291-49d1-8350-778aa11640f8
1 file changed
tree: 2e9531718139b5a817624698adb1299bd6a0a5b4
  1. Doc/
  2. Lib/
  3. Mac/
  4. MetaTools/
  5. Src/
  6. Tools/
  7. Windows/
  8. LICENSE.txt
  9. README.txt
  10. setup.py