~ubuntu-branches/ubuntu/maverick/fonttools/maverick

« back to all changes in this revision

Viewing changes to Lib/fontTools/ttLib/tables/otData.py

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2008-07-24 00:03:02 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080724000302-0tediu4ysxkn6dyy
Tags: 2.2-2
* Fix dependencies to use Numpy instead of Numeric (Closes: #492010)
* Drop unneeded quilt build-dependency
* Support noopt in DEB_BUILD_OPTIONS
* Complies with policy 3.8.0, update Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
        ]),
358
358
 
359
359
        ('ExtensionPosFormat1', [
360
 
                ('USHORT', 'PosFormat', None, None, 'Format identifier. Set to 1.'),
 
360
                ('USHORT', 'ExtFormat', None, None, 'Format identifier. Set to 1.'),
361
361
                ('USHORT', 'ExtensionLookupType', None, None, 'Lookup type of subtable referenced by ExtensionOffset (i.e. the extension subtable).'),
362
 
                ('ULONG', 'ExtensionOffset', None, None, 'Offset to the extension subtable, of lookup type ExtensionLookupType, relative to the start of the ExtensionPosFormat1 subtable.'),
 
362
                ('LOffset', 'ExtSubTable', None, None, 'Array of offsets to Lookup tables-from beginning of LookupList -zero based (first lookup is Lookup index = 0)'),
363
363
        ]),
364
364
 
365
365
        ('ValueRecord', [
585
585
        ]),
586
586
 
587
587
        ('ExtensionSubstFormat1', [
588
 
                ('USHORT', 'SubstFormat', None, None, 'Format identifier. Set to 1.'),
 
588
                ('USHORT', 'ExtFormat', None, None, 'Format identifier. Set to 1.'),
589
589
                ('USHORT', 'ExtensionLookupType', None, None, 'Lookup type of subtable referenced by ExtensionOffset (i.e. the extension subtable).'),
590
 
                ('ULONG', 'ExtensionOffset', None, None, 'Offset to the extension subtable, of lookup type ExtensionLookupType, relative to the start of the ExtensionSubstFormat1 subtable.'),
 
590
                ('LOffset', 'ExtSubTable', None, None, 'Array of offsets to Lookup tables-from beginning of LookupList -zero based (first lookup is Lookup index = 0)'),
591
591
        ]),
592
592
 
593
593
        ('ReverseChainSingleSubstFormat1', [