Home
last modified time | relevance | path

Searched refs:FormatSwitchingBaseTable (Results 1 – 2 of 2) sorted by relevance

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