Glyph has changed
-
Hi again :)
If a glyph somehow has changed the changed-border is visible in the glyph cell. Except if you changed your glyph from the Inspector… Bug?
And: Is it possible to do more with the glyph cell as the has changed? e.g. color mark the glyph cell… Can someone help? I thought an Observer, would that to the trick? :)
thanks!
-
see how defcon is managing his representation factories:
RoboFont uses a subclass to build the glyph cells see http://code.typesupply.com/browser/packages/defconAppKit/trunk/Lib/defconAppKit/representationFactories/glyphCellFactory.py
use
addRepresentationFactory
to register a new one see http://code.typesupply.com/browser/packages/defcon/trunk/Lib/defcon/objects/glyph.py#L8good luck
-
Great!
I searched fordoodle.GlyphCell
but can not find it... Can you give a head start ;)
-
your second question:
yeah off course! you can overwrite the defcon glyph cell factory inside RoboFont and create your own glyph cells.
The glyph cell representation is called
doodle.GlyphCell
enjoy!
-
super!
this will be fixed