Text inset blur
Opened this issue · 1 comments
orange451 commented
Hiah, I was wondering if it was possible to do text blurs that are inset with NanoVG font drawing. Non inset is easy, just nvgFontBlur().
orange451 commented
I recon this should be simple, i.e. draw a blurred font but clip it with the regular (non blurred) font drawing. Just not sure how to do this within NanoVG. Any help would be appreciated!