This is a custom built text engine to use in my future projects. The flagship feature is the ability to "cut" text off at arbitrary coordinates. Here is a demonstration of that function. No word wrapping or other word processor capabilities. The indended use of this engine is for something like this: https://scratch.mit.edu/projects/747381528/ where I need text to be confined to an arbitrary space. That project uses my old text engine which doesn't have this feature, and also does not make use of curves. I imagine this engine is not super fast, but it is intended to look good in most contexts. It also has a large character set including the greek and cyrillic alphabets. See the full font here: https://scratch.mit.edu/projects/765971484/
Font is based on Roboto (see inside for full font) Verticle cutting is not currently implemented Updates: 20.12.22: Big optimisations and fixing to left side cutting 19.12.22: Shared