Extension bug ?
-
thanks a lot for the great update! I am working in version 1.3 now and I am using Frederiks extension for the mulitFontPreview. Opening the window the first time works fine but when cycling through the font with a glyph window open the window only updates the second time I am pressing next glyph. So it is always one character "late". Ia that bug in the extension?
Cheers
Jo
-
text drawing is using a point as a tuple instead of x, y separately, this is done to keep point values consisted through out drawing tools
fixed: https://github.com/typemytype/RoboFontExamples/commit/8f2e6020f27828d8b65264a50327fa43880cbd90
thanks for testing them out!
-
thanks! works perfectly now.
I just did a quick test of some of your other extensions and there seems to be a problem with text(). The pointCounter and drawReferenceGlyph extensions give the Traceback: text() takes exactly 3 arguments (4 given), but as far as I can tell there are only three arguments given.
thanks,
jo
-
thanks
fixed the bug in the repo see https://github.com/typemytype/RoboFontExamples/commit/16d04c08edba86053dc6a075f759fa14e0935c5c