Similar to textshadows, it would be incredibly nice if we could outline text.
I imagine it could work like so:
PHP Code:
with (findimg(100)) {
this.text = "Hello";
this.textoutline = true; // enable text outlines
this.outlinethickness = 2; // 2 pixel outline
this.outlinecolor = {0, 0, 0, 255}; // text outline color
}
Example:
