README.md: no need for semicolons
This commit is contained in:
parent
3ac331a073
commit
b11d0c4a1b
10
README.md
10
README.md
@ -48,8 +48,8 @@ Once installed you can use the `ttx` command to convert binary font files (`.otf
|
|||||||
TTX files have a .ttx file extension.
|
TTX files have a .ttx file extension.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
ttx /path/to/font.otf ;
|
ttx /path/to/font.otf
|
||||||
ttx /path/to/font.ttx ;
|
ttx /path/to/font.ttx
|
||||||
```
|
```
|
||||||
|
|
||||||
The TTX application works can be used in two ways, depending on what platform you run it on:
|
The TTX application works can be used in two ways, depending on what platform you run it on:
|
||||||
@ -103,9 +103,9 @@ Because the order in which glyphs are stored inside the binary font is important
|
|||||||
Commands for inspecting, merging and subsetting fonts are also available:
|
Commands for inspecting, merging and subsetting fonts are also available:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pyftinspect ;
|
pyftinspect
|
||||||
pyftmerge ;
|
pyftmerge
|
||||||
pyftsubset ;
|
pyftsubset
|
||||||
```
|
```
|
||||||
|
|
||||||
### fontTools Python Module
|
### fontTools Python Module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user