LettError / designSpaceRoboFontExtension

A RoboFont extension for creating and editing designspace documents.
MIT License
27 stars 6 forks source link

Keep track of the current preview location in DSE #61

Closed LettError closed 8 months ago

LettError commented 8 months ago

The concept will come up when thinking about navigation and previewing. So, something needs to keep track of the location. I don't think it is the UFOOperator's responsibility, but I can be convinced otherwise. Can be stored in the designspace lib.

typemytype commented 8 months ago

is this handled with getPreviewLocation() and setPreviewLocation() and the associated subscriber designspaceEditorPreviewLocationDidChange notification?

LettError commented 8 months ago

Yes! Can close!