Searched refs:UFOFileStructure (Results 1 – 2 of 2) sorted by relevance
2 from fontTools.ufoLib import UFOReader, UFOWriter, UFOFileStructure44 assert reader.fileStructure == UFOFileStructure.ZIP91 assert reader.fileStructure == UFOFileStructure.PACKAGE
102 class UFOFileStructure(enum.Enum): class213 if structure is UFOFileStructure.ZIP:220 if structure is UFOFileStructure.ZIP:262 self._fileStructure = UFOFileStructure.PACKAGE911 structure = UFOFileStructure(structure)926 structure = UFOFileStructure.PACKAGE932 if structure is UFOFileStructure.ZIP:984 if structure and structure is not UFOFileStructure.PACKAGE:992 self._fileStructure = UFOFileStructure.PACKAGE1678 if self._havePreviousFile and self._fileStructure is UFOFileStructure.ZIP:[all …]