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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,12 +144,12 @@ Run `fontconv` to convert fonts:
144
144
python tools/fontconv.py --help
145
145
```
146
146
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).
148
148
- Override cap height, ascent, or descent if the calculated values are inaccurate.
149
149
150
150
## Determining necessary characters
151
151
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`.
153
153
154
154
### Setup
155
155
1. Install [Python](https://www.python.org) and [PIP](https://pip.pypa.io/en/stable/).
0 commit comments