Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Solved
    • Unsolved
    1. Home
    2. Categories
    3. Problems & Bugs
    Log in to post

    Problems & Bugs

    • jo

      Some characters not showing in space center after copy pasting
      space center • • jo  

      6
      0
      Votes
      6
      Posts
      729
      Views

      frederik

      thanks, was able to reproduce it, will be fixed in the next update :)
    • joanca

      Scripting, strings and diacritics
      scripting unicode • • joanca  

      5
      0
      Votes
      5
      Posts
      687
      Views

      joanca

      dank u Frederik
    • joanca

      Robofab.pens.filterPen
      scripting • • joanca  

      2
      0
      Votes
      2
      Posts
      238
      Views

      frederik

      that is a bug, and already solved in the beta, will be in the next release a workaround: from robofab.pens.filterPen import ThresholdPen tempGlyph = RGlyph() glyph = CurrentGlyph() pen = ThresholdPen(tempGlyph.getPen(), threshold=10) glyph.draw(pen) glyph.clear() glyph.appendGlyph(tempGlyph) print "done" good luck
    • cj

      Interpolate kerning not working
      scripting kerning • • cj  

      3
      0
      Votes
      3
      Posts
      534
      Views

      frederik

      Thanks for reporting, will be solved in the next release (1.3)
    • charlesmchen

      Kerning view broken?
      kerning • • charlesmchen  

      4
      0
      Votes
      4
      Posts
      635
      Views

      charlesmchen

      Thank you frederik!
    • jmickel

      'Reset All' bug in Font Info
      font info • • jmickel  

      2
      0
      Votes
      2
      Posts
      424
      Views

      frederik

      That is a known bug and already fixed in the upcoming release version....
    • etienneabonn

      Preference panel not opening.
      • etienneabonn  

      2
      0
      Votes
      2
      Posts
      330
      Views

      frederik

      Did you set a custom template preview font? Or removed "Lucida Grande" from your system? to solved it execute this: from lib.tools.defaults import setDefault setDefault("templateGlyphFontName", None) oke thanks for reporting will check if the font is still installed on your system in the next version good luck
    • tom

      Bug when deleting (rare)
      • tom  

      2
      0
      Votes
      2
      Posts
      386
      Views

      mputnam

      I believe I am having the same issue. It freezes adding, deleting + moving points on a single glyph until I restart Robofont (I can edit the other glyphs, however, it doesn't freeze the whole program). Sometimes the deleted points are indeed deleted, moved, etc. after restarting, but sometimes not, I haven't figured out what makes the difference. This seems to happen when copying + pasting several components into the glyph, but I am not sure if this is connected.
    • tom

      Tilde + Arrow shortcut nudges selection
      user interaction • • tom  

      5
      0
      Votes
      5
      Posts
      621
      Views

      frederik

      yep that is fixed too :)
    • niels

      RSegment.smooth property always returns None
      scripting • • niels  

      2
      0
      Votes
      2
      Posts
      313
      Views

      frederik

      thanks, great catch will be fixed in the next version
    • danmilne

      Italic Slant Offset applied twice to components
      italics • • danmilne  

      3
      0
      Votes
      3
      Posts
      475
      Views

      danmilne

      Just as I might have expected! Thanks Frederik.
    • joanca

      Not updating imported module
      scripting • • joanca  

      2
      0
      Votes
      2
      Posts
      266
      Views

      frederik

      python creates .pyc files on the fly during runtime only if the compiled version is not existing. You can force to reload a module by: import myModule reload(myModule) good luck
    • tom

      Bug in autoContourOrder
      scripting • • tom  

      2
      0
      Votes
      2
      Posts
      312
      Views

      frederik

      This was idd a bug in version 1.2 where it seems to be possible that a contour has zero points, this is solved in the upcoming RoboFont 1.3. thanks
    • jo

      Extension bug ?
      extensions • • jo  

      4
      0
      Votes
      4
      Posts
      508
      Views

      frederik

      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!
    • thom

      Output Window Hide
      user interface • • thom  

      2
      0
      Votes
      2
      Posts
      252
      Views

      frederik

      euh The checkbox means that the output window can hide if RoboFont is not the active app. To prevent cluttering if one is working in an other app. But this is handy if one is writing code to see traceback without having to go back to RoboFont to actually read the traceback. Enjoy!
    • jo

      Drag and drop features
      user interaction opentype features • • jo  

      3
      0
      Votes
      3
      Posts
      596
      Views

      frederik

      Will be solved in the next update. Is already patched in the code http://code.typesupply.com/changeset/1166 thanks
    • jo

      ObjectBrowser extension freezes
      extensions • • jo  

      2
      0
      Votes
      2
      Posts
      373
      Views

      frederik

      solved thanks: the kerning object was ending up in an infinite loop checking while looking for attributes, keys and values.
    • sami

      Deleting glyphs
      • sami  

      5
      0
      Votes
      5
      Posts
      557
      Views

      frederik

      the behavior should idd be on alt + del that the template glyph should be removed both from the font overview as in the glyph order. The glyph order is used to build the template glyph during opening a UFO. thanks
    • thom

      Copy / swap to layer
      layers • • thom  

      2
      0
      Votes
      2
      Posts
      430
      Views

      frederik

      yeah, swap seems to remove only the contours when they are selected will be fixed in the next version thanks
    • erik

      Bug after cutting a contour with the knife tool
      contours • • erik  

      3
      0
      Votes
      3
      Posts
      597
      Views

      frederik

      send it to me :) thanks