fonttools/Doc/bugs.txt
jvr 61e09fb20d mention control chars in name table
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@362 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-13 00:17:23 +00:00

13 lines
547 B
Plaintext

Known bugs
- Font containing name table entries containing control characters
(eg. NUL bytes) can't currently be compiled. The error message is
"reference to invalid character number".
- The OT ExtensionSubst and ExtensionPos subtables are not yet
supported
- The OT FeatureParams subtable is not yet supported
- CFF/CID support fonts is currently limited
- 'kern' subtable format 2 has not been implemented properly
- The code has hardly been tested on 64-bit platforms -- there
are still some places where it assumes a long is 32 bits.