Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. RicardGarcia
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by RicardGarcia

    • RicardGarcia

      UNSOLVED RFont subclass not generating "otf"
      General Discussion • ufo fontparts • 3 Mar 2020, 18:09 • RicardGarcia   9 Mar 2020, 20:53

      9
      0
      Votes
      9
      Posts
      39
      Views

      RicardGarcia 9 Mar 2020, 20:53

      Hi, @frederik: why generate a binary and read the the binary back in? see f1.generate("otfcff", "f1.otf") You mean I can use the opened ufo files right away as f1 and f2 to interpolate with, right? Give you new font a unique name based on the interp_factor. The font familyName and styleName makes up the postScriptName which has to be unique to set a font in drawBot (and everywhere else). In your case the font familyName and styleName will be "None" "None". This is not good... All right. I thought that after uninstalling the interpolated font I could generate another one I could use in the new page afterwards. So, in this case, would it make sense to set the same name for familyName while the styleName could be related to inerp_factor as you say?
    • RicardGarcia

      SOLVED OTF file: accessing contours & segments
      General Discussion • bezierpath • 30 Nov 2019, 16:27 • RicardGarcia   1 Dec 2019, 21:51

      5
      0
      Votes
      5
      Posts
      77
      Views

      RicardGarcia 1 Dec 2019, 21:51

      Thank you so much again, Gustavo!
    • RicardGarcia

      SOLVED PDF adding pages to existing file
      General Discussion • saving • 5 Nov 2019, 16:15 • RicardGarcia   12 Dec 2019, 16:42

      13
      0
      Votes
      13
      Posts
      2.2k
      Views

      RicardGarcia 12 Dec 2019, 16:42

      Thanks Frederik! I think I've managed to have what I wanted to. Thanks a lot for bringing the whole problem to a more easy approach.
    • RicardGarcia

      SOLVED Sorting glyphs by "density"
      General Discussion • 29 Oct 2019, 10:15 • RicardGarcia   30 Nov 2019, 10:10

      4
      0
      Votes
      4
      Posts
      152
      Views

      erik 30 Nov 2019, 10:10

      There may be useful code here: https://github.com/LettError/coverage
    Drawing With Python