[GX] Fix FeatureVariations

This commit is contained in:
Behdad Esfahbod 2016-09-10 04:52:56 -07:00
parent 2f38f4a05a
commit e9ab61c5b5

View File

@ -853,13 +853,13 @@ otData = [
]),
('FeatureVariationRecord', [
('LOffset', 'ConditionSet', None, None, 'Offset to a ConditionSet table.'),
('LOffset', 'ConditionSet', None, None, 'Offset to a ConditionSet table, from beginning of the FeatureVariations table.'),
('LOffset', 'FeatureTableSubstitution', None, None, 'Offset to a FeatureTableSubstitution table, from beginning of the FeatureVariations table'),
]),
('ConditionSet', [
('uint16', 'ConditionCount', None, None, 'Number of condition tables in the ConditionTable array'),
('struct', 'ConditionTable', 'ConditionCount', 0, 'Array of condition tables.'),
('LOffset', 'ConditionTable', 'ConditionCount', 0, 'Array of condition tables.'),
]),
('ConditionTableFormat1', [