OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatSwitchingBaseTable
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
9
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
otBase.py
699
class
FormatSwitchingBaseTable
(BaseTable):
Completed in 87 milliseconds