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:
parent
7325cb480e
commit
df1f145e5a
@ -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', 'LookAhead', 'LookAheadGlyphCount', 0, 'Array of lookahead classes(to be matched after the input sequence)'),
|
||||
('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', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user