Searched refs:UFOFileStructure (Results 1 – 2 of 2) sorted by relevance
4 from fontTools.ufoLib import UFOReader, UFOWriter, UFOFileStructure46 assert reader.fileStructure == UFOFileStructure.ZIP93 assert reader.fileStructure == UFOFileStructure.PACKAGE
100 class UFOFileStructure(enum.Enum): class211 if structure is UFOFileStructure.ZIP:218 if structure is UFOFileStructure.ZIP:260 self._fileStructure = UFOFileStructure.PACKAGE841 structure = UFOFileStructure(structure)856 structure = UFOFileStructure.PACKAGE862 if structure is UFOFileStructure.ZIP:914 if structure and structure is not UFOFileStructure.PACKAGE:922 self._fileStructure = UFOFileStructure.PACKAGE1571 if self._havePreviousFile and self._fileStructure is UFOFileStructure.ZIP:[all …]