I would like to use glyphs for logos and want to use a custom glyph name starting from AAAAA001 - when adding a new glyph I want it to be named automatically as AAAAA002, Can I also set it so that when it reaches AAAAA999 it goes to AAAAB001. This would save me loads of manual entry. How do i do this, step by step - I’m new to glyphs app!
If you use AAAAAA.001, glyphs will automatically count up when you duplicate one.
Thanks, I would like to display the logo font in a list in python - I would like to list the logos in a list - how would i achieve this
from tkinter.font import Font
logoFont = Font (family = “logos”, size = 72)
logo_list = [ ], font = logoFont
How can i list all logos in a list in order?
Also how do I get the name (family and font name) of a logo item say logo_list[4] ?
Can you show a (sketch of) how that should look?