Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/
DttFont.py25 _tableCache=None): argument
139 self._tableCache = _tableCache
383 if self._tableCache is not None:
384 table = self._tableCache.get((Tag(tag), data))
406 if self._tableCache is not None:
407 self._tableCache[(Tag(tag), data)] = table
DttCollection.py37 font = TTFont(file, fontNumber=i, _tableCache=tableCache, **kwargs)