Skip to content

Instantly share code, notes, and snippets.

@typemytype
Created December 5, 2017 08:17
Show Gist options
  • Select an option

  • Save typemytype/126f09dca5d74fa081bbaa2b10dc544a to your computer and use it in GitHub Desktop.

Select an option

Save typemytype/126f09dca5d74fa081bbaa2b10dc544a to your computer and use it in GitHub Desktop.
show all glyph in font
margin = 30
fontName = "CooperBlackStd"
newPage("A4")
t = FormattedString(font=fontName)
glyphNames = t.listFontGlyphNames()
t.appendGlyph(*glyphNames)
textBox(t, (margin, margin, width()-margin*2, height()-margin*2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment