Adding input file with font to generate (iso with colors) + adding an optional extension suffix on font extension

This commit is contained in:
2022-01-03 10:18:20 +01:00
parent ac280e2cb7
commit 669f8875aa
11 changed files with 139 additions and 71 deletions

View File

@@ -12,7 +12,6 @@ class FontToolHelper {
static func getFontsFilenames(fromInputFolder inputFolder: String) -> [String] {
// Get a enumerator for all files
let fileManager = FileManager()
guard fileManager.fileExists(atPath: inputFolder) else {
FontTool.exit(withError: FontToolError.inputFolderNotFound(inputFolder))
}