Skip to content

Commit

Permalink
Fix FredokaOne typo. Add output files to ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Jun 1, 2020
1 parent 9b750b1 commit 858aadc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 860 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
output.lbr
output.scr

/*/__pycache__/*.*
Expand Down
2 changes: 1 addition & 1 deletion buzzard.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def simplify(points, tolerance, highestQuality):

parser.add_argument('labelText', help='Text to write on the label')

parser.add_argument('-f', dest='fontName', default='FredonkaOne',
parser.add_argument('-f', dest='fontName', default='FredokaOne',
help='Typeface to use when rendering the label')

parser.add_argument('-s', dest='scaleFactor', default=0.04,
Expand Down
Loading

0 comments on commit 858aadc

Please sign in to comment.