We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234b499 commit 7c1c87aCopy full SHA for 7c1c87a
extractpoints.py
@@ -691,7 +691,7 @@ def parse_args():
691
anything. Good values to try are -z 0.5 or -z 0.25 depending on the
692
font you've selected.
693
""", epilog = """
694
- Example of usage: python extractpoints.py /usr/share/fonts/truetype/padauk/Padauk.ttf U+aa75 -z 0.5 -dl
+ Example of usage: python extractpoints.py /usr/share/fonts/truetype/padauk/Padauk.ttf -o trythis.ttf -r 12 -s 6.0
695
""")
696
parser.add_argument('-v', '--verbose', action = "store_true", help = "Give more verbose error messages")
697
parser.add_argument("inputfilename", nargs = "?", default = DEFAULT_FONT, help = "Font file (SFD or TTF format)")
0 commit comments