OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseTable
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
9
from .otBase import
BaseTable
, FormatSwitchingBaseTable
14
class LookupOrder(
BaseTable
):
17
class FeatureParams(
BaseTable
):
21
BaseTable
.compile(self, writer, font)
24
BaseTable
.toXML(self, xmlWriter, font, attrs, name=self.__class__.__name__)
703
baseClass =
BaseTable
otBase.py
520
class
BaseTable
(object):
699
class FormatSwitchingBaseTable(
BaseTable
):
701
"""Minor specialization of
BaseTable
, for tables that have multiple
718
BaseTable
.toXML(self, xmlWriter, font, attrs, name=self.__class__.__name__)
Completed in 53 milliseconds