justinpenner / TalkingLeaves

A GlyphsApp plugin to help you explore the world’s languages and writing systems
MIT License
26 stars 2 forks source link

generate glyph rather than create glyph #5

Closed jpt closed 5 months ago

jpt commented 5 months ago

Many of the glyphs that can be added can be composed by glyphs automatically, if you go through the normal process of adding a glyph (e.g. add a glyph called macute and a composite with m and acutecomb will be created for you), but in Talking Leaves it starts out empty - would it be possible to generate?

justinpenner commented 5 months ago

Fixed in 12bd104. It will generate composites now whenever possible, using GSLayer.makeComponents() which I believe builds composites the same way as the Add Glyphs dialog and the Glyph > Create Composite menu item.