bug from the spec leaked into here; pointed out by Yannis H.

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@458 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2003-09-22 07:09:33 +00:00
parent 7325cb480e
commit df1f145e5a

View File

@ -341,7 +341,7 @@ otData = [
('uint16', 'LookAheadGlyphCount', None, None, 'Total number of classes in the look ahead sequence (number of classes to be matched after the input sequence)'), ('uint16', 'LookAheadGlyphCount', None, None, 'Total number of classes in the look ahead sequence (number of classes to be matched after the input sequence)'),
('uint16', 'LookAhead', 'LookAheadGlyphCount', 0, 'Array of lookahead classes(to be matched after the input sequence)'), ('uint16', 'LookAhead', 'LookAheadGlyphCount', 0, 'Array of lookahead classes(to be matched after the input sequence)'),
('uint16', 'PosCount', None, None, 'Number of PosLookupRecords'), ('uint16', 'PosCount', None, None, 'Number of PosLookupRecords'),
('struct', 'PosLookupRecord', 'ChainPosCount', 0, 'Array of PosLookupRecords (in design order)'), ('struct', 'PosLookupRecord', 'PosCount', 0, 'Array of PosLookupRecords (in design order)'),
]), ]),
('ChainContextPosFormat3', [ ('ChainContextPosFormat3', [