File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
You can simply use ` pip install -r requirements.txt ` too.
23
23
24
24
## New
25
+ - Add ` --font ` to use only one font for all the generated images (Thank you @JulienCoutault !)
25
26
- Add ` --fit ` and ` --margins ` for finer layout control
26
27
- Change the text orientation using the ` -or ` parameter
27
28
- 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**
29
30
- Explicit alignement when using ` -al ` with fixed width (0: Left, 1: Center, 2: Right)
30
31
- Add support for Simplified and Traditional Chinese
31
32
@@ -104,7 +105,7 @@ Simplified:
104
105
105
106
## Can I add my own font?
106
107
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.
108
109
109
110
|||
110
111
| :----| :-----|
You can’t perform that action at this time.
0 commit comments