Skip to content

Instantly share code, notes, and snippets.

@shunn
Created June 19, 2019 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shunn/7d97c65dc6b2bbc4b1bd95640bbd3e27 to your computer and use it in GitHub Desktop.
Save shunn/7d97c65dc6b2bbc4b1bd95640bbd3e27 to your computer and use it in GitHub Desktop.
Name Tag Generator Part 4
# Position text so it's centered on the name tag
my $x = $startx - int($width / 2);
my $y = $starty;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment