Skip to content

Instantly share code, notes, and snippets.

@doug
Created April 8, 2011 09:58
Show Gist options
  • Save doug/909582 to your computer and use it in GitHub Desktop.
Save doug/909582 to your computer and use it in GitHub Desktop.
pixels per em
def pixels_per_em(fontsize=12, resolution=72):
return fontsize*(resolution/72.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment