Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/cffLib/
D__init__.py323 if isinstance(item, TopDictIndexCompiler) and item.isCFF2:
442 class TopDictIndexCompiler(IndexCompiler): class
461 return super(TopDictIndexCompiler, self).getOffsets()
468 return super(TopDictIndexCompiler, self).getDataLength()
474 super(TopDictIndexCompiler, self).toFile(file)
679 compilerClass = TopDictIndexCompiler