Home | History | Annotate | Download | only in fontTools

Lines Matching refs:GSUB

374 				# Record, to fix up in GSUB 'locl' later.
430 otTables.GSUB.mergeMap = otTables.GPOS.mergeMap = {
436 ttLib.getTableClass('GSUB').mergeMap = \
446 @_add_method(ttLib.getTableClass('GSUB'))
452 assert (table is not None and table is not NotImplemented), "Have duplicates to resolve for font %d but no GSUB" % (i + 1)
738 allTags.remove('GSUB')
739 allTags = ['cmap', 'GSUB'] + list(allTags)
802 GSUB = font.get('GSUB')
805 for t in [GSUB, GPOS]:
827 GSUB = font.get('GSUB')
830 for t in [GSUB, GPOS]: