Forum Replies Created
-
AuthorPosts
-
RoboFont remembers only the size of the last windows, not the position, the position is changing to much and depending on how many documents are open.
You can always use the single window mode :)
or take a look at the Arrange Windows extension.
see https://github.com/typemytype/RoboFontExtensions/tree/master/arrangeWindowsTo jump to different windows there is the universal OSx cmd + ` shortcut
good luck
October 13, 2012 at 11:30 in reply to: Build single one-time operation tool/button in glyph window, like RemoveOverlap #4798You can add your script to the scripting folder see http://doc.robofont.com/documentation/workspace/preferences/python/ and assign a short key.
Or make an observer to a key down and perform an action when the user hit a key.
Or if you know enough about vanilla you could add it to the glyph window: observe when a glyph window opens and add/insert your button in the toolbar.good luck
see http://doc.robofont.com/api/mojo/mojo-ui/
from mojo.UI import OpenSpaceCenter OpenSpaceCenter(CurrentFont(), newWindow=True)
October 12, 2012 at 11:50 in reply to: Glyphs displayed in layer colors in font overview window #4688make the glyph cell smaller :)
or see the link Bas posted.Only when the app is becoming active, so from switching to Prepolator to RoboFont will check for external updates on all open documents.
No, there is no short cut for that.
Will think about that, for now you can toggle the pane at the bottom of a single font windowthe “Smooth point color” is the stroke color of a point when its smooth
Attachments:
You must be logged in to view attached files.well spaces in a folder are never a good idea :)
send it to me :)
thanks
this is a known issue, and will be solved in the next version. It will not take that long to release the next version :)
(if you want to be sure this is fixed you can send the glif file, so I can test it)
thanks
weird, it should be asking for a admin password, to install the shell command
is RoboFont installed in a directory with a space in one of the folder?
if a glyph has a unicode provided by the ‘|’ construction it would be ignored other wise it looks op if it can find the glyph name in AGLFN. Its seems like fontTools has version 1.6, see http://fonttools.svn.sourceforge.net/viewvc/fonttools/trunk/Lib/fontTools/agl.py?revision=606&view=markup
if no unicode is found it will not add one.
:-)
mmm, and how should an input field get his focus?
-
AuthorPosts