Skip to content

Commit 03889d5

Browse files
committed
2 parents e9cd24f + f7c6668 commit 03889d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ Run `fontconv` to convert fonts:
144144
python tools/fontconv.py --help
145145
```
146146

147-
- For vector fonts, use the `--pixels` parameter to set the [em-square](https://en.wikipedia.org/wiki/Em_(typography)) size. Adjust to match desired [cap height](https://en.wikipedia.org/wiki/Cap_height).
147+
- For vector fonts, use the `--pixels` parameter to set the number of pixels for rasterizing the [em-square](https://en.wikipedia.org/wiki/Em_(typography)). Adjust to match desired [cap height](https://en.wikipedia.org/wiki/Cap_height).
148148
- Override cap height, ascent, or descent if the calculated values are inaccurate.
149149

150150
## Determining necessary characters
151151

152-
Use the `textproc` tool in the [tools](tools) folder to analyze text or C files and generate Unicode codepoint sets for your project.
152+
Use the `textproc` tool in the [tools](tools) folder to analyze text or C files and generate Unicode codepoint sets for `fontconv`.
153153

154154
### Setup
155155
1. Install [Python](https://www.python.org) and [PIP](https://pip.pypa.io/en/stable/).

0 commit comments

Comments
 (0)