cjtype’s avatarcjtype’s Twitter Archive—№ 3,495

    1. roboFontEditor users: has anyone made a script for deleting an off-curve point (or selected on- and off- curve points) in a bunch of masters, while keeping everything else compatible?
  1. …in reply to @cjtype
    OK, I finally figured out how to write this script to delete off-curves in a bunch of masters, while keeping everything VF compatible: gist.github.com/cjdunn/5f7a1fca6aaab4526255d41a7f74ebe3 Things I learned: if you can identify the contour and segment index, you can use: segment.type = "line" to remove BCPs✨