Navigation

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

    • Colo-in-NYC

      SOLVED Components best practices
      General Questions • components interpolation • • Colo-in-NYC  

      3
      0
      Votes
      3
      Posts
      30
      Views

      okaytype

      A few other potential issues: Path directions can change, eg flip a component horizontally Rounding can become an issue, especially if going small or thin Subsetting is a potential issue, depending on the method Also worth knowing that any component with a transformation (scale, rotate, flip, skew, etc) is automatically decomposed when the font is generated.
    • mathieu-christe

      SOLVED RF 1.8 Test Install hmtx error
      Problems & Bugs • font generation test install interpolation • • mathieu-christe  

      3
      0
      Votes
      3
      Posts
      17
      Views

      mathieu-christe

      Thank you Frederik, your script help me find the culprits easily. After fixing those 3 glyphs in the master, the interpolated instances generate successfully. Solved!
    • grahambradley

      SOLVED Unrounded glyph widths in an interpolated UFO?
      General Questions • preferences interpolation • • grahambradley  

      5
      0
      Votes
      5
      Posts
      50
      Views

      grahambradley

      Nice - the code will be super helpful and that's so good to know about the settings. Thank you very much!
    • ryan

      UNSOLVED Space center + interpolation
      General Questions • space center interpolation representations • • ryan  

      5
      0
      Votes
      5
      Posts
      43
      Views

      gferreira

      here’s a different approach using representations to cache the interpolated glyphs — this may help in terms of performance…
    • Colo-in-NYC

      SOLVED Preferred contour order
      Extensions • contours interpolation prepolator • • Colo-in-NYC  

      4
      0
      Votes
      4
      Posts
      78
      Views

      Colo-in-NYC

      Thank you for the responses. I wondered if yellow was simply advisory, but happy to have confirmation. Much appreciated. Cheers
    • erik

      How to run Skateboard on RF3.3b build 1906031450
      General Questions • interpolation skateboard designspace ufoprocessor versions • • erik  

      3
      3
      Votes
      3
      Posts
      128
      Views

      erik

      There is also an update for DesignSpaceEditor, v1.9.2 available from Mechanic2.
    • abc123

      SOLVED Generating Instances with Rounded Integer Values
      General Questions • interpolation designspace instances • • abc123  

      3
      0
      Votes
      3
      Posts
      189
      Views

      abc123

      Awesome thank you so much!
    • 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?
    • grahambradley

      SOLVED Unopenable UFO from font.interpolate()
      Problems & Bugs • fontparts interpolation • • grahambradley  

      4
      1
      Votes
      4
      Posts
      417
      Views

      grahambradley

      Ah cool. Thank you!
    • benedikt

      UNSOLVED Glyph Compatibility & isCompatible
      General Questions • contours interpolation variable fonts • • benedikt  

      6
      1
      Votes
      6
      Posts
      528
      Views

      frederik

      there is a big difference between being compatible for interpolation (aka fontMath) and for variable fonts. Variable fonts requires (out of my head): same amount of point both oncurves as offcurves same amount of kerning pairs same amount of kerning groups same amount of glyphs
    • erik

      Guess the weight values of a couple of UFOs
      Tools Corner • interpolation designspace variable fonts • • erik  

      1
      1
      Votes
      1
      Posts
      444
      Views

      erik

      Here's a small script that guesses the weight value of UFOs and tries to make a designspace for them. Lots of dowsing and talking to spirits, but maybe useful for some projects. https://github.com/LettError/makeDesignSpace
    • jbl

      Interpolate script
      General Questions • scripting interpolation • • jbl  

      3
      0
      Votes
      3
      Posts
      553
      Views

      jbl

      thank you!
    • tom

      GlyphPreview performance
      General Questions • extensions observers interpolation • • tom  

      4
      0
      Votes
      4
      Posts
      750
      Views

      tom

      This seems to fix my problem, thanks so much! One more thing, what would be the name of the observer for if a glyph is modified?—so that I can update the preview as you make changes. Is there a list somewhere of all the built in observers? Cheers!
    • ben

      Advice on a personal project
      General Questions • scripting interpolation • • ben  

      4
      0
      Votes
      4
      Posts
      762
      Views

      frederik

      He Ben If you have a python package installed in the current python on your local machine, that package will be accessible in RoboFont. RoboFont is adding the site-packages of the current python to the sys.path. So if you have a python package that can read from a serial port it must be possible to access that package in RoboFont good luck!