Navigation

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

    Feature Requests

    • timotimo

      previousPoint and nextPoint for a point
      • timotimo  

      4
      0
      Votes
      4
      Posts
      15
      Views

      frederik

      oh yeah, sure contour.points it is in a fontParts world thanks!
    • ArrowType

      Today I learned: resetting the Beam in Space Center
      • ArrowType  

      1
      1
      Votes
      1
      Posts
      12
      Views

      ArrowType

      (This is something I posted on Slack, but I figured it might be useful to cross-post here for others.) I can’t get my space center “Beam” to show up. This was a problem for me in 4.1 (but earlier as well, maybe) and now is still a problem in 4.2. @ryan helpfully responded with the following code, asking "what’s this output?": from lib.tools.defaults import getDefaultColor from lib.tools.misc import NSColorToRgba from mojo.UI import CurrentSpaceCenter beam_color = NSColorToRgba(getDefaultColor("spaceCenterBeamStrokeColor")) csc = CurrentSpaceCenter() print(beam_color) print(csc.beam()) csc.setBeam(500) Turns out, my beam was a visible color but set super high: (0.0, 0.0108, 0.9982, 1.0) 7856 And the setBeam() method fixed that. Thanks, Ryan! @frederik added to the conversation: makes me think, of an alt menu title for “Beam”: “Reset Beam” which restores the value to the original value (half of the height) ...which is an idea I like! I’m not sure what to tag this, but I guess Feature Request makes sense, as a feature might help others avoid this confusion in the future. After all, I literally went many months without a beam before asking for help, because I figured it was something that was just broken and might be fixed in a future update. 😅 Glad I finally asked, but a "Reset Beam" option could have helped on my most recent serif project!
    • timotimo

      SOLVED Remove overlap and qcurves
      • timotimo  

      5
      0
      Votes
      5
      Posts
      26
      Views

      timotimo

      This works! Thank you Frederik!
    • ArrowType

      Is there a way to modify highlight UI in Space Center?
      • ArrowType  

      10
      1
      Votes
      10
      Posts
      58
      Views

      RebeccaWatson

      Interesting solution!!!
    • FosterType

      Glyph Construction toggle auto-update
      • FosterType  

      2
      0
      Votes
      2
      Posts
      19
      Views

      frederik

      Glyph Construction needs to use the new Subscriber api, where a delay can be set to prevent multiple calls in the same notification.
    • ryan

      Smart close contour if two open points are within selection
      selection contour • • ryan  

      2
      1
      Votes
      2
      Posts
      22
      Views

      frederik

      when hitting the join contours short cut or the contextual menu item the selected point list could ignore non start/end points.. this could be convenient thanks
    • Colo-in-NYC

      SOLVED Cursor coordinates in RF4
      • Colo-in-NYC  

      3
      0
      Votes
      3
      Posts
      18
      Views

      Colo-in-NYC

      Ah yes, that seems to be the case. The "Show Mouse Coordinates" extension from David Jonathan Ross is no longer functioning, even after an uninstall, reinstall. I'm assuming that there is nothing we can do on the user level to fix, and have to hope that the extension developer will address it.
    • ArrowType

      UNSOLVED A ”Max Visible Opacity” setting for glyph markColor in Font View? Would greatly improve dark mode.
      user interface font overview dark mode • • ArrowType  

      1
      0
      Votes
      1
      Posts
      18
      Views

      ArrowType

      Current Issue I’ve made a script to toggle between light & dark mode in RoboFont: https://gist.github.com/arrowtype/ce0cee426f47c2fe7e82aa07d1e0a450 However, there is an unfortunate bump in dark mode: markColors that are high-opacity can greatly disrupt the dark palette. That is, I have set up existing UFOs with marks that are opacity=1. However, these colors were selected with a light UI in mind, so they work well when surrounding glyph cell backgrounds are white, but not very well when they are dark. Here's my typical gray for glyphs made from Glyph Construction, disrupting an otherwise dark theme: Glyph marks are much more effective when changed to a lower opacity, about 0.25–0.5. Here are the same marks but at 0.5: Unfortunately, in my darkmode toggle script, the best I can do to get working mark colors for darkmode is to offer to change the opacity of marks if they are above a threshold. However, this requires me to change data in the actual UFO, and doesn’t work automatically for new UFOs I open. Because I have existing marks in many UFOs and don’t want to make meaningless commits, this is unappealing. Worse, for some users, they may have processes or scripts connected to specific glyph mark colors (e.g. a collaborative workflow that relies on different hues or opacities to show what is "done" vs "in progress," perhaps also connected to automatic proofing, etc). Possible Solution If the RoboFont preferences had a setting like glyphCellDisplayedMarkOpacity with a 0–1 value, this problem could be very easily solved. E.g. a glyphCellMaxMarkOpacity of 0.5 would multiply all rendered mark opacities in the glyph view by 0.5. This would enable Font View preferences to be freely adjusted without requiring users to edit the actual mark color information in glyphs. This isn't the only possible solution, but it seems like it might allow the flexibility needed here, with a minimum of additional required preferences for users. Thanks for adding the glyph view preferences! This is a big bonus to an app I use daily. :)
    • RafaŁ Buchner

      SOLVED robofont extension pip requirements
      extensions mechanic • • RafaŁ Buchner  

      3
      0
      Votes
      3
      Posts
      23
      Views

      RafaŁ Buchner

      Hmm, makes sense. Thanks
    • ryan

      SOLVED Shift+Return / Return to auto-type "\n" in Space Center
      space center input text • • ryan  

      5
      1
      Votes
      5
      Posts
      50
      Views

      gferreira

      a new Shift + Enter shortcut to insert a line break character \n in the Space Center is now available in the latest beta. this is a very nice feature, thanks for suggesting it!
    • ryan

      SOLVED [Requests] Alignment guides
      points selection transform alignment mouse • • ryan  

      5
      0
      Votes
      5
      Posts
      37
      Views

      gferreira

      improved alignment guides are available in the latest beta — thanks!
    • ryan

      UNSOLVED Lock individual guides?
      guidelines • • ryan  

      3
      0
      Votes
      3
      Posts
      60
      Views

      ryan

      Cool. Are there any existing methods I can use to implement this on individual guides with a custom tool? Thanks!
    • ryan

      SOLVED Live update on LSB change
      space center glyph editor spacing • • ryan  

      3
      0
      Votes
      3
      Posts
      27
      Views

      ryan

      Thanks, Frederik! I think this update on mouseDragged will also make the extension I’m working on much easier.
    • bahman

      SOLVED Glyph inspector for multiple glyphs
      user interface inspector • • bahman  

      5
      0
      Votes
      5
      Posts
      27
      Views

      bahman

      I see. Ow boy, I totally forgot this, I was only hitting the scale button. Thank you Frederik!
    • ryan

      SOLVED [Request] Paste special (i.e. from other vector apps)
      glyph editor • • ryan  

      7
      0
      Votes
      7
      Posts
      68
      Views

      frederik

      Pastaline?
    • bahman

      SOLVED Make EditingTool select only certain objects
      • bahman  

      5
      0
      Votes
      5
      Posts
      79
      Views

      bahman

      Thank you very much Frederik, this is very useful!
    • ryan

      SOLVED Can “default” checkboxes in font info actually store that value in the UFO?
      observers ufo font info ufo2fdk • • ryan  

      6
      1
      Votes
      6
      Posts
      70
      Views

      ryan

      @gferreira Makes sense, thanks very much!
    • ryan

      SOLVED Can contour continuation be direction/index agnostic?
      user interaction contours points • • ryan  

      6
      4
      Votes
      6
      Posts
      103
      Views

      ryan

      Awesome thanks @frederik! And will check that out, thanks.
    • ryan

      SOLVED Folder support in Start-up Scripts tab in Preferences
      scripting preferences • • ryan  

      5
      1
      Votes
      5
      Posts
      75
      Views

      gferreira

      support for folders in the list of start-up scripts is now available in the 3.4 beta — thanks! also added to the docs
    • ryan

      SOLVED Find & Replace extension - Always on top?
      user interface extensions • • ryan  

      2
      0
      Votes
      2
      Posts
      37
      Views

      frederik

      good point! a new version will be popping up in Mechanic soon!