stb_truetype 1.16: signed-distance SDF generator for GPU scalable/subpixel rendering
example (software rendered): github.com/nothings/stb/t
Conversation
Replying to
Caveat: doesn't work with non-TrueType OpenType fonts that use cubic beziers, because I didn't write analytic distance solver for that case.
2
1
1
Not got anything for cubic bezier I'm afraid, most we've needed is distance to quadratic bezier (which just solves a cubic polynomial).


