diff --git a/fontpreview b/fontpreview index c4febae..62b5cf2 100755 --- a/fontpreview +++ b/fontpreview @@ -56,6 +56,9 @@ pre_exit() { generate_preview(){ # Credits: https://bit.ly/2UvLVhM magick -size $SIZE xc:"$BG_COLOR" \ + -gravity north \ + -pointsize $FONT_SIZE \ + -annotate +0+0 "$1" \ -gravity center \ -pointsize $FONT_SIZE \ -font "$1" \