QuickFont
QuickFont copied to clipboard
Font rendering technique description in README
It's probably worth explaining what font rendering technique you use (and perhaps why this approach was chosen) in the README.
From what I can gather it seems to be traditional rasterization, rather than SDF or more obscure vector techniques.
👍 That's a good idea, I'll write a section on how the internals work.