@@ -27,7 +27,7 @@ If you are looking for a simple way to install + use ttfautohint and do not need
27
27
28
28
## Usage
29
29
30
- Select one of the following approaches to install the current release of ttfautohint.
30
+ Select one of the following approaches to install the current release of ` ttfautohint ` .
31
31
32
32
### git clone Approach
33
33
@@ -40,17 +40,17 @@ $ make
40
40
### cURL Approach
41
41
42
42
```
43
- $ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.2.6 .tar.gz
44
- $ tar -xzvf ttfautohint-build-1.8.2.6 .tar.gz
45
- $ cd ttfautohint-build-1.8.2.6
43
+ $ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.2.7 .tar.gz
44
+ $ tar -xzvf ttfautohint-build-1.8.2.7 .tar.gz
45
+ $ cd ttfautohint-build-1.8.2.7
46
46
$ make
47
47
```
48
48
49
- With both of the above approaches, the ttfautohint executable is installed on the path ` $HOME/ttfautohint-build/local/bin/ttfautohint ` .
49
+ With both of the above approaches, the ` ttfautohint ` executable is installed on the path ` $HOME/ttfautohint-build/local/bin/ttfautohint ` .
50
50
51
51
### ttfautohint Execution
52
52
53
- You can use the following approaches to execute ttfautohint with your font files:
53
+ You can use the following approaches to execute ` ttfautohint ` with your font files:
54
54
55
55
#### Shell Scripts
56
56
@@ -83,7 +83,7 @@ then, source your shell settings file on the command line with:
83
83
$ source [shell settings file path]
84
84
```
85
85
86
- You can then use ttfautohint on the command line as follows:
86
+ You can then use ` ttfautohint ` on the command line as follows:
87
87
88
88
```
89
89
$ ttfautohint [ttfautohint args]
0 commit comments