Skip to content

Instantly share code, notes, and snippets.

@axani
Last active August 29, 2015 14:17
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 axani/a8ffa5f72bb58046a63f to your computer and use it in GitHub Desktop.
Save axani/a8ffa5f72bb58046a63f to your computer and use it in GitHub Desktop.
Python and fonts: Some small exercises
## Stage 1
### Prerequisites
* RoboFont
* 2 or more opened fonts in RoboFont
### Task
* Which of the opened fonts has the most glyphs?
### Abstracted
* Store the number of the glyphs for each font in a variable.
* Compare the variables and find the largest number.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment