File tree Expand file tree Collapse file tree 2 files changed +185
-133
lines changed Expand file tree Collapse file tree 2 files changed +185
-133
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ installed using `pip3`. On Linux (you may need a root prompt):
49
49
50
50
``` shell
51
51
# apt-get install python3-pip
52
- # pip3 install freetype-py
52
+ # pip install freetype-py
53
53
```
54
54
55
55
# 3. Usage
@@ -104,7 +104,7 @@ $ font_to_py.py -k extended FreeSans.ttf 23 my_extended_font.py
104
104
set. See below.
105
105
* -k or --charset_file Obtain the character set from a file. Typical use is
106
106
for alternative character sets such as Cyrillic: the file must contain the
107
- character set to be included. An example file is ` cyrillic ` . Another is
107
+ character set to be included. An example file is ` cyrillic ` . Another is
108
108
` extended ` which adds unicode characters ` °μπωϕθαβγδλΩ ` to those in the
109
109
original ASCII set of printable characters. At risk of stating the obvious
110
110
this will only produce useful results if the source font file includes all
@@ -173,7 +173,7 @@ The detailed layout of the Python file may be seen [here](./writer/DRIVERS.md).
173
173
174
174
# 4. Python font files
175
175
176
- Users of the ` Writer ` or ` CWriter ` classes or of
176
+ Users of the ` Writer ` or ` CWriter ` classes or of
177
177
[ nano-gui] ( https://github.com/peterhinch/micropython-nano-gui ) do not need to
178
178
study the file format. These details are provided for those wishing to access
179
179
Python font files directly.
You can’t perform that action at this time.
0 commit comments