Navigation

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

    • jansindl3r

      SOLVED RoboFont will convert TrueType splines to splines with 2 offcurve points.
      General Questions • truetype quadratic • • jansindl3r  

      4
      0
      Votes
      4
      Posts
      27
      Views

      jansindl3r

      After some work I realized that I need to keep everything as it is, only change from cubic to quadratic or the other way round. I went for cubic -> quadratic. The conversion doesn't has to be perfect. All tools add extra points. I found out that the simplest conversion from cubic to quadratic is to offset offcurve points to 75% of their lengths. I am using brutal way of changing it with xml parser. I see that when I cmd + c a cubic contour to quadratic or the other way around font I get the desired result, which I am not able to access via code though.
    • martin

      SOLVED QuadraticConverter does not work in RoboFont 3
      Extensions • extensions contours truetype • • martin  

      4
      0
      Votes
      4
      Posts
      25
      Views

      martin

      @frederik Excellent, thanks!
    • Guest

      Exception raise during font generation
      Problems & Bugs • font generation truetype • • Guest  

      5
      0
      Votes
      5
      Posts
      845
      Views

      frederik

      I'm aware of that option and this will be implemented, but still there is something wrong with the provided data to the binary ttf compiler...
    • jens

      LSB miscalculated in TTF export
      Problems & Bugs • truetype • • jens  

      2
      0
      Votes
      2
      Posts
      523
      Views

      frederik

      Thanks Jens its seems to be a fontTools issue :) http://sourceforge.net/p/fonttools/code/ci/master/tree/Lib/fontTools/ttLib/tables/_g_l_y_f.py#l549 it seems to recalculate the bounds from all points instead of analysing the bounds of the contour (this will be fixed in the next version...
    • bahman

      SOLVED Converting ttf splines to otf splines
      General Questions • scripting contours truetype • • bahman  

      3
      0
      Votes
      3
      Posts
      653
      Views

      bahman

      Thanks, that did it! :)
    • akiem

      Double points when generating ttf
      Problems & Bugs • 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.
    • bas

      ttf compiler
      General Questions • font generation afdko truetype • • bas  

      6
      0
      Votes
      6
      Posts
      874
      Views

      frederik

      the ttf "path": RF UFO > internal ttf compiler on top of ufo2fdk > glyph data .ttf > fdk for some tables > .ttf
    • bas

      Outline conversion in woff
      General Questions • truetype webfonts • • bas  

      2
      0
      Votes
      2
      Posts
      590
      Views

      frederik

      RoboFont will check the splines and convert them to two off curves splines in the next version. (in version 1.1 it doesn't check WOFF files, but it should :) Although WOFF files with PS outlines should work fine. Bonus answer: no ;)