7 new functions (Div GO):
change_text(id, alpha, blur, tone, invert, grayscale);see example
gradient_text(id, color, x0, y0, x1, y1);see example
- color: hexadecimal or rgb(red, green, blue);
load_font(filename);
shadow_text(id, color, x, y, blur);see example
- color: hexadecimal or rgb(red, green, blue);
subtract_text(id, x, y, width, height);
unload_font(id);
write_html(font, centering code, text);see example
- font: id returned by load_font()
- centering code: 0 to 8
- text: "write text with support html tags"