Skip to content

Commit 48f36a7

Browse files
committed
Update README.md
1 parent 3414a65 commit 48f36a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ tqdm
2222
You can simply use `pip install -r requirements.txt` too.
2323

2424
## New
25+
- Add `--font` to use only one font for all the generated images (Thank you @JulienCoutault!)
2526
- Add `--fit` and `--margins` for finer layout control
2627
- Change the text orientation using the `-or` parameter
2728
- Change the space width using the `-sw` parameter
28-
- Specify text color range using `-tc '#000000,#FFFFFF'`, please note that the quotes are **necessary**
29+
- Specify text color range using `-tc '#000000,#FFFFFF'`, please note that the quotes are **necessary**
2930
- Explicit alignement when using `-al` with fixed width (0: Left, 1: Center, 2: Right)
3031
- Add support for Simplified and Traditional Chinese
3132

@@ -104,7 +105,7 @@ Simplified:
104105

105106
## Can I add my own font?
106107

107-
Yes, the script picks a font at random from the *fonts* directory.
108+
Yes, the script picks a font at random from the *fonts* directory.
108109

109110
|||
110111
|:----|:-----|

0 commit comments

Comments
 (0)