Searched defs:FormatSwitchingBaseTable (Results 1 - 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py9 from .otBase import BaseTable, FormatSwitchingBaseTable namespace
35 class Coverage(FormatSwitchingBaseTable):
142 class SingleSubst(FormatSwitchingBaseTable):
219 class ClassDef(FormatSwitchingBaseTable):
334 class AlternateSubst(FormatSwitchingBaseTable):
402 class LigatureSubst(FormatSwitchingBaseTable):
708 baseClass = FormatSwitchingBaseTable
H A DotBase.py699 class FormatSwitchingBaseTable(BaseTable): class in inherits:BaseTable
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py9 from .otBase import BaseTable, FormatSwitchingBaseTable namespace
35 class Coverage(FormatSwitchingBaseTable):
142 class SingleSubst(FormatSwitchingBaseTable):
219 class ClassDef(FormatSwitchingBaseTable):
334 class AlternateSubst(FormatSwitchingBaseTable):
402 class LigatureSubst(FormatSwitchingBaseTable):
708 baseClass = FormatSwitchingBaseTable
H A DotBase.py699 class FormatSwitchingBaseTable(BaseTable): class in inherits:BaseTable

Completed in 224 milliseconds