Beispiel #1
0
 def run_lib(self):
     assert os.path.exists(self.lib_path)
     cxxCompressor.compreff(self.font, use_lib=True, **self.options)
Beispiel #2
0
 def run_lib(self):
     assert os.path.exists(self.lib_path)
     cxxCompressor.compreff(self.font, use_lib=True, **self.options)
Beispiel #3
0
 def run_executable(self):
     assert os.path.exists(self.exe_path)
     cxxCompressor.compreff(self.font, use_lib=False, **self.options)
Beispiel #4
0
 def run_executable(self):
     assert os.path.exists(self.exe_path)
     cxxCompressor.compreff(self.font, use_lib=False, **self.options)