Navigation

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

    General Questions

    • RafaŁ Buchner

      SOLVED How to execute undo for some glyphs via code?
      undo • • RafaŁ Buchner  

      4
      0
      Votes
      4
      Posts
      539
      Views

      frederik

      then you dont need to call undo :) but you have to add undo items while editing. glyph = CurrentGlyph() # in RF 3.2 with glyph.undo("changed spacing"): glyph.leftMargin += 10 glyph.rightMargin += 10 this will 'record' the change, add an menu item. good luck!
    • benedikt

      UNSOLVED Glyph Compatibility & isCompatible
      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
    • StephenNixon

      SOLVED Copying uppercase to lowercase (including kerning), and auto-add unicodes
      unicode kerning • • StephenNixon  

      8
      0
      Votes
      8
      Posts
      929
      Views

      StephenNixon

      @tal said in Copying uppercase to lowercase (including kerning), and auto-add unicodes: Here's a little demo script that will copy kerning. Hmm, at least initially, when run, that causes an error: File "lib/fontObjects/doodleKerning.pyc", line 13, in _set_dirty mm4.MetricsMachineError: Glyph a is in more than one side 1 group. For now, I'll do some (partially) manual things in MetricsMachine to sort out kerning. I'll loop back with a suggested fix if I can loop back and figure something out!
    • ryan

      SOLVED Guidelines: color and measurements
      guidelines colors measuring • • ryan  

      10
      0
      Votes
      10
      Posts
      755
      Views

      ryan

      Yes! Thanks @frederik & all :) Looking forward to it.
    • Guest

      SOLVED Is it possible to sort the tools in Toolbar?
      user interface preferences keyboard shortcuts • • Guest  

      6
      0
      Votes
      6
      Posts
      986
      Views

      StephenNixon

      Ahhh I completely missed that. Thanks!
    • RicardGarcia

      SOLVED Spacing observer and how to sync metrics to key characters
      space center observers spacing • • RicardGarcia  

      9
      0
      Votes
      9
      Posts
      767
      Views

      RicardGarcia

      Hi @gferreira. I already gave it a try and it is working great for me! I'm going to work on a script that will automatically create a list of similar shapes so that I could import them into the extension. Thank you so so much again!
    • RafaŁ Buchner

      SOLVED How to add some graphic label to the glyph cell in font overview
      user interface observers font overview • • RafaŁ Buchner  

      8
      0
      Votes
      8
      Posts
      787
      Views

      gferreira

      added to the docs as an example. thanks!
    • RafaŁ Buchner

      SOLVED additional custom functionality in “Display...” menu. Possible? If yes, How?
      user interface glyph editor • • RafaŁ Buchner  

      10
      0
      Votes
      10
      Posts
      922
      Views

      gferreira

      added to the docs as an example: Custom display menu in the Glyph Window – thanks!
    • RafaŁ Buchner

      SOLVED question: contours and components inside some rect
      scripting contours components • • RafaŁ Buchner  

      10
      0
      Votes
      10
      Posts
      666
      Views

      gferreira

      @RafaŁ-Buchner you’re right :) better to use the boolean glyph method then.
    • connor

      SOLVED Test Install Progress Bar
      test install • • connor  

      4
      0
      Votes
      4
      Posts
      381
      Views

      connor

      Thanks @frederik! Looking forward to it.
    • ryan

      UNSOLVED Ability to select/deselect specific points
      user interaction transform • • ryan  

      3
      0
      Votes
      3
      Posts
      369
      Views

      ryan

      I see. Yes that appears to change the reference point for the transformation, but it still transforms all off-curves. With a script, do you mean creating a custom transform tool? It would be great if there were a preference that is point-type-agnostic transformation as well
    • benedikt

      UNSOLVED Access Space Center input texts by script
      scripting space center python • • benedikt  

      4
      0
      Votes
      4
      Posts
      441
      Views

      frederik

      I see... they will be added
    • RafaŁ Buchner

      SOLVED Get names of not generated list based on the selection in the font window
      scripting template glyphs • • RafaŁ Buchner  

      3
      0
      Votes
      3
      Posts
      420
      Views

      RafaŁ Buchner

      @frederik said in get names of not generated list based on the selection in the font window: font.templateSelectedGlyphNames Thanks a lot, Frederik !!!
    • ryan

      SOLVED Keyboard spacing in Space Center with modifiers
      user interaction space center • • ryan  

      3
      0
      Votes
      3
      Posts
      515
      Views

      ryan

      Ah ok, great. Good to know the command is still a modifier and not access to RSB as I had thought for some reason. Thanks, Frederik.
    • RafaŁ Buchner

      UNSOLVED Tracking Undo/Redo-History for the custom attributes
      undo custom tool • • RafaŁ Buchner  

      5
      0
      Votes
      5
      Posts
      395
      Views

      frederik

      the font.lib is also possible but then its hard to have the global undo manager focus. The current undo manager is connected to the current glyph. good luck!
    • RafaŁ Buchner

      SOLVED Finding bPoint for RPoint and the other way around
      scripting fontparts • • RafaŁ Buchner  

      4
      0
      Votes
      4
      Posts
      585
      Views

      RafaŁ Buchner

      Thanks!!!!
    • ryan

      SOLVED Syntax for keyboard "# shortCut:"?
      scripting keyboard shortcuts • • ryan  

      6
      1
      Votes
      6
      Posts
      647
      Views

      ryan

      Perfect, thanks Frederik.
    • jesentanadi

      SOLVED Working with modules
      scripting extensions modules • • jesentanadi  

      8
      0
      Votes
      8
      Posts
      772
      Views

      jesentanadi

      @gferreira Ah! Ok, thank you. Very helpful! :+1:
    • jesentanadi

      SOLVED Disable selection box in EditingTool
      editing tools • • jesentanadi  

      8
      0
      Votes
      8
      Posts
      726
      Views

      jesentanadi

      @frederik Ah, yes. I always forget about the help() function. Thanks!
    • D7yrR

      SOLVED What are the minimum requirements for running RoboFont?
      performance • • D7yrR  

      4
      0
      Votes
      4
      Posts
      574
      Views

      gferreira

      @d7yrr ok. as I suspected :) there’s an issue with the latest build in macOS Mojave; @frederik is looking into it. a warning for Mojave users has been added to the Downloads page. please try using one of the previous builds – that should fix the performance problems you are experiencing. thanks for reporting it. let us know if you still have any problems.