Skip to content

Commit

Permalink
generate-startanim.sh pass font by path
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 16, 2024
1 parent 62d8200 commit 22588ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/generate-startanim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ height=$((actual_line_size * line_count))

magick -size 280x$height xc:transparent \
-stroke black -pointsize $font_size -interline-spacing $spacing \
-kerning 1 -font pix-Chicago -annotate +6+$first_line_offset "$text" \
-kerning 1 -font 'pkg/credits/pixChicago-edited.ttf' -annotate +6+$first_line_offset "$text" \
pkg/credits/startanim2.png

magick convert -append pkg/credits/startanim*.png rsrc/graphics/startanim.png

0 comments on commit 22588ac

Please sign in to comment.