@@ -4,11 +4,11 @@ Python Script for Font Manipulation using FontForge Module
4
4
5
5
# Please install python-fontforge module first
6
6
7
- # [ minizeFont.py] ( blob/master/minizeFont.py )
7
+ # [ minizeFont.py] ( ../../ blob/master/minizeFont.py)
8
8
9
9
Python script that minimize ttf font by input word list
10
10
11
- Use [ minifyTC] ( blob/master/minifyTC ) as input word list
11
+ Use [ minifyTC] ( ../../ blob/master/minifyTC) as input word list
12
12
13
13
Word list format
14
14
```
17
17
C
18
18
```
19
19
20
- # [ copyReferenceAtoB.py] ( blob/master/copyReferenceAtoB.py )
20
+ # [ copyReferenceAtoB.py] ( ../../ blob/master/copyReferenceAtoB.py)
21
21
22
22
Python script that copy glyph 'A' to glyph 'B' by Reference
23
23
24
- Use [ copyReferenceAtoB] ( blob/master/copyReferenceAtoB ) as input word list
24
+ Use [ copyReferenceAtoB] ( ../../ blob/master/copyReferenceAtoB) as input word list
25
25
26
26
Word list format (Copy glyph 'A' to glyph 'B', copy glyph 'C' to glyph 'D')
27
27
```
28
28
A B
29
29
C D
30
30
```
31
31
32
- # [ checkMissingGlyph.py] ( blob/master/checkMissingGlyph.py )
32
+ # [ checkMissingGlyph.py] ( ../../ blob/master/checkMissingGlyph.py)
33
33
34
- Check Missing Glyph in word list [ missingGlyph] ( blob/master/missingGlyph )
34
+ Check Missing Glyph in word list [ missingGlyph] ( ../../ blob/master/missingGlyph)
35
35
36
36
Word list format
37
37
```
0 commit comments