Skip to content

Commit 44391cb

Browse files
committed
no message
1 parent 200fb66 commit 44391cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Python Script for Font Manipulation using FontForge Module
44

55
# Please install python-fontforge module first
66

7-
# [minizeFont.py](https://github.com/Kennyl/python-fontforge-script/blob/master/minizeFont.py)
7+
# [minizeFont.py](blob/master/minizeFont.py)
88

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

11-
Use [minifyTC](https://github.com/Kennyl/python-fontforge-script/blob/master/minifyTC) as input word list
11+
Use [minifyTC](blob/master/minifyTC) as input word list
1212

1313
Word list format
1414
```
@@ -17,21 +17,21 @@ B
1717
C
1818
```
1919

20-
# [copyReferenceAtoB.py](https://github.com/Kennyl/python-fontforge-script/blob/master/copyReferenceAtoB.py)
20+
# [copyReferenceAtoB.py](blob/master/copyReferenceAtoB.py)
2121

2222
Python script that copy glyph 'A' to glyph 'B' by Reference
2323

24-
Use [copyReferenceAtoB](https://github.com/Kennyl/python-fontforge-script/blob/master/copyReferenceAtoB) as input word list
24+
Use [copyReferenceAtoB](blob/master/copyReferenceAtoB) as input word list
2525

2626
Word list format (Copy glyph 'A' to glyph 'B', copy glyph 'C' to glyph 'D')
2727
```
2828
A B
2929
C D
3030
```
3131

32-
# [checkMissingGlyph.py](https://github.com/Kennyl/python-fontforge-script/blob/master/checkMissingGlyph.py)
32+
# [checkMissingGlyph.py](blob/master/checkMissingGlyph.py)
3333

34-
Check Missing Glyph in word list [missingGlyph](https://github.com/Kennyl/python-fontforge-script/blob/master/missingGlyph)
34+
Check Missing Glyph in word list [missingGlyph](blob/master/missingGlyph)
3535

3636
Word list format
3737
```

0 commit comments

Comments
 (0)