Skip to content

Commit cf5aae7

Browse files
committed
no message
1 parent d1b1d31 commit cf5aae7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python Script for Font Manipulation using FontForge Module
88

99
Python script that minimize ttf font by input word list
1010

11-
Use [minifyTC](../../blob/master/minifyTC) as input word list
11+
Use [minifyGlyphs](../../blob/master/minifyGlyphs) as input word list
1212

1313
Word list format
1414
```
@@ -31,7 +31,7 @@ C D
3131

3232
# [checkMissingGlyph.py](../../blob/master/checkMissingGlyph.py)
3333

34-
Check Missing Glyph in word list [missingGlyph](../../blob/master/missingGlyph)
34+
Check Missing Glyph in word list [missingGlyphs](../../blob/master/missingGlyphs)
3535

3636
Word list format
3737
```

checkMissingGlyph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def bye(self, items):
8686

8787

8888
inFilePrompt = "File to read"
89-
defaultInFile = "missingGlyph"
89+
defaultInFile = "missingGlyphs"
9090

9191
items = collections.OrderedDict()
9292
items[inFilePrompt] = defaultInFile

minifyTC renamed to minifyGlyphs

File renamed without changes.

minimizeFont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def bye(self, items):
8787

8888

8989
inFilePrompt = "File to read"
90-
defaultInFile = "minifyTC"
90+
defaultInFile = "minifyGlyphs"
9191

9292
outFilePrompt = "Minimize TTF File to write"
9393
defaultOutFile = "out.ttf"
File renamed without changes.

0 commit comments

Comments
 (0)