Skip to content

Commit 6f117b1

Browse files
committed
font_to_py.py: Run Black over code.
1 parent 21dc7be commit 6f117b1

File tree

2 files changed

+185
-133
lines changed

2 files changed

+185
-133
lines changed

FONT_TO_PY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ installed using `pip3`. On Linux (you may need a root prompt):
4949

5050
```shell
5151
# apt-get install python3-pip
52-
# pip3 install freetype-py
52+
# pip install freetype-py
5353
```
5454

5555
# 3. Usage
@@ -104,7 +104,7 @@ $ font_to_py.py -k extended FreeSans.ttf 23 my_extended_font.py
104104
set. See below.
105105
* -k or --charset_file Obtain the character set from a file. Typical use is
106106
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
108108
`extended` which adds unicode characters `°μπωϕθαβγδλΩ` to those in the
109109
original ASCII set of printable characters. At risk of stating the obvious
110110
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).
173173

174174
# 4. Python font files
175175

176-
Users of the `Writer` or `CWriter` classes or of
176+
Users of the `Writer` or `CWriter` classes or of
177177
[nano-gui](https://github.com/peterhinch/micropython-nano-gui) do not need to
178178
study the file format. These details are provided for those wishing to access
179179
Python font files directly.

0 commit comments

Comments
 (0)