Searched refs:FormatSwitchingBaseTable (Results 1 – 2 of 2) sorted by relevance
9 from .otBase import BaseTable, FormatSwitchingBaseTable35 class Coverage(FormatSwitchingBaseTable):142 class SingleSubst(FormatSwitchingBaseTable):219 class ClassDef(FormatSwitchingBaseTable):334 class AlternateSubst(FormatSwitchingBaseTable):402 class LigatureSubst(FormatSwitchingBaseTable):708 baseClass = FormatSwitchingBaseTable
699 class FormatSwitchingBaseTable(BaseTable): class