Can you apply a filter effect to a display.newText() display object?

Hi @spacewolf,

Text objects are technically masked objects, so you should convert the text object into a snapshot (or duplicate it as one) and then apply the gaussian blur to the snapshot object.

Take care,

Brent