Lines Matching refs:glyphData
124 glyphData = dict(name="arrow", mute=True, unicodes=[0x123, 0x124, 0x125])
125 i1.glyphs['arrow'] = glyphData
141 glyphData = dict(name="arrow", unicodes=[101, 201, 301])
142 glyphData['masters'] = glyphMasters
143 glyphData['note'] = "A note about this glyph"
144 glyphData['instanceLocation'] = dict(width=100, weight=120)
145 i2.glyphs['arrow'] = glyphData
218 glyphData = dict(name="arrow", mute=True, unicodes=[100, 200, 300])
219 i1.glyphs['arrow'] = glyphData
287 glyphData = dict(name="arrow", mute=True, unicodes=[0x123])
288 i1.glyphs['arrow'] = glyphData