Navigation

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

    Problems & Bugs

    • jo

      Shape tool extension
      extensions • • jo  

      4
      0
      Votes
      4
      Posts
      747
      Views

      jo

      hm I think I found two more scripts that complain. the pixel tool extension and the objectBrowser script.
    • jo

      SOLVED Layer order preview
      layers • • jo  

      3
      0
      Votes
      3
      Posts
      514
      Views

      jo

      thanks! and nice to learn that reversed() is more elegant and faster than [::-1]! bedankt, j
    • Guest

      1.6 Transformation tool bug?
      user interaction • • Guest  

      4
      0
      Votes
      4
      Posts
      638
      Views

      frederik

      found it, this will be fixed in the next update…
    • rf

      Shapetool Extensions don't draw
      extensions • • rf  

      4
      0
      Votes
      4
      Posts
      655
      Views

      frederik

      Well I was to quick pushing a new version of the Outliner. The developers and beta version of RoboFont has a warning for a typo in the API. Which is solved in the Outliner, but you don't have the dev or beta version :) thanks and good luck!
    • jens

      Strikeout values are not written to font
      font info afdko • • jens  

      2
      0
      Votes
      2
      Posts
      519
      Views

      frederik

      hm, weird ufo2fdk adds those value correctly into the source .otf before sending it to fdk see https://github.com/typesupply/ufo2fdk/blob/master/Lib/ufo2fdk/outlineOTF.py#L321-L329
    • jack_jennings

      SOLVED 4 level limit to folder depth in scripting window?
      user interface • • jack_jennings  

      2
      0
      Votes
      2
      Posts
      441
      Views

      frederik

      you can change the depth level with a 'hidden' pref: from lib.tools.defaults import setDefault setDefault("pythonFileFolderLevel", 100) good luck!
    • jack_jennings

      SOLVED StemHist error
      scripting ps hinting • • jack_jennings  

      2
      0
      Votes
      2
      Posts
      493
      Views

      frederik

      oh, oeps, idd typo, it was redirecting to autoHint instead of stemHist… (will be fixed in the next update) stemHist takes a binary path as argument. and has optional arguments: useCurves=bool: Include stems formed by curved line segments; by default, includes only stems formed by straight line segments. blueZones=bool: Return alignment zone report rather than stem report this is a Adobe FDK tool. The mojo module is just a collection of useful internal modules. You can also use this: from lib.tools.compileTools import stemHist print stemHist("binaryPath.otf", useCurves=True, blueZones=False) good luck
    • thom

      Bitmap error
      • thom  

      4
      0
      Votes
      4
      Posts
      479
      Views

      thom

      This bug also appears in the SpaceCenter. This is the same thing? Thanks Frederik!
    • thom

      Extension error
      extensions • • thom  

      2
      0
      Votes
      2
      Posts
      435
      Views

      frederik

      This is a know issue, this is already solved in the beta and will be pushed into the next update...
    • thom

      Guide.y accepts no new value
      scripting guidelines • • thom  

      4
      0
      Votes
      4
      Posts
      659
      Views

      thom

      follow up: Also if you scale the blues in the font by a factor the value become <real> in the fontinfo instead of <integer>. Now you can not edit them in the fontinfo window anymore... So be sure to int(here_a_blue_value)
    • thom

      SetDefault & UpdateCurrentGlyphView
      scripting • • thom  

      3
      0
      Votes
      3
      Posts
      408
      Views

      thom

      That does the trick like it should be ;) Thanks again Frederik!
    • jens

      Round kerning bug
      scripting kerning • • jens  

      2
      0
      Votes
      2
      Posts
      413
      Views

      frederik

      oh thanks, will be fixed in the next version
    • thom

      Draw in output window
      observers • • thom  

      5
      0
      Votes
      5
      Posts
      711
      Views

      frederik

      Yes that is possible only you have to tell a glyphview to redraw it self Use UpdateCurrentGlyphView() and off course subscribe to the draw notification See http://doc.robofont.com/api/mojo/mojo-ui/ (Will fix the oldstyle notification)
    • thom

      Measuring options gone
      user interface measuring • • thom  

      3
      0
      Votes
      3
      Posts
      553
      Views

      thom

      Great!
    • jens

      Line to curve
      user interaction contours • • jens  

      3
      0
      Votes
      3
      Posts
      610
      Views

      frederik

      Thanks Jo, a drag is needed to prevent accidentally adding bcp's
    • joanca

      FontDidClose event
      scripting observers • • joanca  

      4
      0
      Votes
      4
      Posts
      680
      Views

      joanca

      Yes, that will work. Thanks!
    • jo

      Measuring value
      measuring • • jo  

      3
      0
      Votes
      3
      Posts
      488
      Views

      jo

      UFO was sent via email and Frederik already found a solution for the next version. thanks! jo
    • rf

      SOLVED Can't open UFO: KeyError: 'None not in font'
      ufo saving • • rf  

      4
      0
      Votes
      4
      Posts
      699
      Views

      frederik

      Its been solved off-list. The issue was a glyph with an empty name, best way to solve such issue is to open the xml files in the UFO in a texteditor and edit the data.
    • akiem

      Double points when generating ttf
      contours truetype • • akiem  

      3
      0
      Votes
      3
      Posts
      562
      Views

      frederik

      Did some tests and this issue is already solved. It will be in the next update.
    • thom

      Tangent point ignore changes
      user interaction • • thom  

      3
      0
      Votes
      3
      Posts
      491
      Views

      frederik

      Behavoir will be similar for both single as multiple points selection in the next version. thanks