Skip to content

Instantly share code, notes, and snippets.

@shunn
Last active June 19, 2019 13:45
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/c954c39ec383ada6ba8da016964618f1 to your computer and use it in GitHub Desktop.
Save shunn/c954c39ec383ada6ba8da016964618f1 to your computer and use it in GitHub Desktop.
Name Tag Generator Part 3
# Get dimensions of rendered text
my ($x_ppem, $y_ppem, $ascender, $descender, $width, $height, $max_advance) =
$nametag->QueryFontMetrics(
font => $font,
pointsize => $size,
text => $name,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment