You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ font-line is a libre, open source command line tool for OpenType vertical metric
21
21
22
22
### Install
23
23
24
-
font-line is built with Python and can be used on systems with Python 2.7+ and Python 3.3+ interpreters, including current releases of pypy and pypy3. You can verify your installed Python version on the command line with the command:
24
+
font-line is built with Python and can be used on systems with Python 2.7+ and Python 3.3+ interpreters, including current releases of pypy and pypy3. You can verify your installed Python version on the command line with the command:
25
25
26
26
```
27
27
$ python --version
28
-
```
28
+
```
29
29
30
30
Use either of the following methods to install font-line on your system.
31
31
@@ -86,7 +86,7 @@ Enter one or more font path arguments to the command:
86
86
87
87
```
88
88
$ font-line report [fontpath 1] <fontpath ...>
89
-
```
89
+
```
90
90
91
91
Here is an example of the report generated with the Hack typeface file `Hack-Regular.ttf` using the command:
92
92
@@ -139,7 +139,7 @@ Unix/Linux/OS X users can write this report to a file with the `>` command line
139
139
$ font-line report TheFont.ttf > font-report.txt
140
140
```
141
141
142
-
You can modify `font-report.txt` to the file path of your choice.
142
+
You can modify the `font-report.txt`file path above to the file path string of your choice.
0 commit comments