-
Re: Python library for direct Bezier manipulation
Well, I've started with my version: https://simoncozens.github.io/beziers.py/index.html Here's an example: fig, ax = plt.subplots() points = [ Point(100,50), Point(50,150), Point(150,250), …3 -
Beta testers wanted for iOS kerning app
Hello all! I'm working on two new iOS apps: one is a vector path editor, probably more useful for people who are involved in lettering rather than font creation, but the other is probably more u…1 -
Re: Ornamental Initials
The water radical (⺡) works perfectly. I find the rest of it a bit of a mess. I would never have picked it out as 滾. I think you would need to think how your ornaments relate to strokes, because be…2 -
Re: [OTVar] Baseline curvature axis?
Never really saw the need for this axis until today.1 -
Re: Most common kern pairs
Answers to Benedikt's questions: Are these fonts from 514 different families? What stylistic characteristics do they have – sans, serif, script, blackletter, … ? Did you also include italics? It…2