Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Solved
    • Unsolved
    1. Home
    2. Tags
    3. remove overlap
    Log in to post

    • jn

      Remove overlap all glyphs
      General Questions • remove overlap • • jn  

      2
      0
      Votes
      2
      Posts
      5
      Views

      frederik

      Hi Josh, this forum is almost abandoned, I would like to invite you to the open discord group for all your RoboFont related questions! --> https://discord.gg/M8RySPYE
    • ddaanniiieeelll

      SOLVED hasOverlap() does not detect all overlaps?
      Problems & Bugs • remove overlap • • ddaanniiieeelll  

      11
      0
      Votes
      11
      Posts
      627
      Views

      gferreira

      hello @daniel, the latest beta release includes an improved hasOverlap() function which returns a bool instead of a list of overlap positions. please give a try… thanks!
    • StephenNixon

      UNSOLVED How might I remove overlap in contours without erasing points along path?
      General Questions • contours interpolation remove overlap • • StephenNixon  

      3
      0
      Votes
      3
      Posts
      251
      Views

      StephenNixon

      Thanks for weighing in! Just to be clear, I'm not necessarily expecting things to stay magically compatible – I only am looking for a way to remove overlaps, but leave any points intact that are on the exterior of that combined shape. I think you understood my meaning already, but my initial image was pretty ambiguous, so this shows my general hope better: So, it sounds like the way the Remove Overlap functionality works, it's not that these points are removed as an extra step, but rather that their removal is a core part of the function? And there's no way to "turn that off"? As a simple temporary solution, I have found that I can at least have a visual of missing points by duplicating the glyph to an "overlap" layer, then turning that layer's visibility on. You could run a pre-overlap code getting points that are going to be removed... and add them back in a post-overlap script Is there some kind of accessible list of points to be removed (that doesn't seem very likely), or would I have to find a way to loop through points, and mathematically determine if they're on a straight path?
    • odiceline

      SOLVED Auto remove of overlaps in ufo after creating otf
      Problems & Bugs • font generation remove overlap batch extension • • odiceline  

      11
      0
      Votes
      11
      Posts
      684
      Views

      frederik

      super! enjoy batching
    • Guest

      SOLVED HasOverlap in 1.7
      General Questions • scripting remove overlap • • Guest  

      3
      0
      Votes
      3
      Posts
      705
      Views

      Guest

      Great! I've fixed that file and now it works perfect. Thanks, em.
    • franz

      Build single one-time operation tool/button in glyph window, like RemoveOverlap
      General Questions • scripting editing tools remove overlap • • franz  

      8
      0
      Votes
      8
      Posts
      1107
      Views

      franz

      For now, I haven't found a way to directly insert my toolbarItem into the toolbar as I couldn't get insertItemWithItemIdentifier:()atIndex:() to work in the context of my script/extension, but probably I'm just being daft here. So currently I read all the items in the glyph window toolbar, add my item, and use vanilla's addToolbar method to replace the toolbar. That's looking good so far, all the previously present items are there, glyph tools work, and my item shows up (not as a button yet, that's lined up next). RemoveOverlap in the replaced toolbar crashes right now when clicked (I guess I'm somehow breaking the delegate or something), but I hope to get that sorted, too.
    • thom

      RemoveOverlap error?
      General Questions • remove overlap • • thom  

      2
      0
      Votes
      2
      Posts
      430
      Views

      frederik

      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
    • joanca

      RemoveOverlap Error
      General Questions • remove overlap • • joanca  

      4
      0
      Votes
      4
      Posts
      614
      Views

      frederik

      thanks for the data this should be fixed in the next version