Forum Replies Created
-
AuthorPosts
-
Thanks Jo, a drag is needed to prevent accidentally adding bcp’s
I see
will add a
fontDidClose
notification, but it will be a generic one: it will not send any font data cause the font is already released from memory by then.good you found it!
“printing” a traceback is very costly, but handy so you know what went wrong
weird, it should not become any noticeable slower (only when you have a massive amount of points, just did a quick test with a 1000 point glyph)
what kind of extensions do you have installed?
are there tracebacks in the output window?
are there logs in the console.app?August 18, 2013 at 19:46 in reply to: glyphColor and backgroundColor in MultiLineView or GlyphLineView? #5680Hi
I see, still with
spaceCenterDraw
it should be possible to get a long way :)but did you check https://github.com/typemytype/RoboFontExtensions/tree/master/LayerPreview ?
maybe this is already doing what you are looking for….good luck
You can create kerning groups by naming the group with
@groupName
All group names starting with an
@
will be listed in the kerning sheetgood luck
Hi
this is a OSX feature :) and I guess its depending on your language settings
but have to look to improve so the suggestions contains only the glyph names of the font…..
August 9, 2013 at 20:15 in reply to: glyphColor and backgroundColor in MultiLineView or GlyphLineView? #5670mm, I dont think this is best approach to display overlapping glyphs :)
there is a notification when a glyph is drawn in a space center:
spaceCenterDraw
see http://doc.robofont.com/api/custom-observers/you can get each glyph layer and draw it on top of the main glyph
good luck
A robofab component will have a
transformation
attribute in the next version.I guess it’s better to post on the Glyphs forum for the locked file issue.
and a “Clean Up Path” would idd be a nice extensions
you can start here:
– http://robofab.com
– and distribute the extension: http://doc.robofont.com/extensions/thanks :)
check the unicode of your “space” glyph!
double posting :) ( https://twitter.com/robofonteditor/status/357071426911600640 )
you can add glyphs and draw a ligature
see http://doc.robofont.com/documentation/workspace/font-collection/adding-and-deleting-glyphs/and use an OT “liga” feature to replace them
see http://doc.robofont.com/documentation/workspace/features/good luck
euhm, does the path where you generate the file to contains anything out of an ascii range?
(first thing that pops up in my head)If not, you can send me the UFO file, if you can.
thanks
oh, strange.
Can you look into the console.app and see if there is a notice from RoboFont. It should state: “Succeeded to acivate font!” whenever a font is installed or “Succeeded to deactivate font” whenever a fonts is deinstalled. If something goes wrong it should say: “Failed to activate/deactivate fonts”
thanks
RoboFont is popup up this warning when ever it finds a test install which is not deactivated on quit. Those test installed fonts should be deinstalled after the warning.
-
AuthorPosts