memononen/nanovg

Text inset blur

Opened this issue · 1 comments

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().

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!