HomeSort by relevance Sort by last modified time
    Searched refs:AATLookup (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 595 class AATLookup(BaseConverter):
637 "AATLookup format %d claimed to write %d bytes, but wrote %d" %
818 # The AAT 'ankr' table has an unusual structure: An offset to an AATLookup
820 # offsets in the AATLookup are not relative to the beginning of
823 # to the data table to the offset found in the AATLookup, and then use
830 lookup = AATLookup('DataOffsets', None, None, UShort)
842 # the offsets in our AATLookup are relative to our data
849 # contents of the AATLookup and associated data table.
863 # For calculating the offsets to our AATLookup and data table,
867 lookup = AATLookup('DataOffsets', None, None, UShort
    [all...]
  /external/fonttools/Tests/ttLib/tables/
otConverters_test.py 188 converter = otConverters.AATLookup("AATLookup", 0, None,

Completed in 105 milliseconds