Display text on screen. For AutoHotkey v1 & v2.
Simple lightweight minimalist graphics engine. Runs at 300+ fps.
#include TextRender.ahk
tr := TextRender("hello world!", "color: Aquamarine")
That’s it.
If you want an anonymous notification set the time.
TextRender("hello world!", "t:3s color: Aquamarine")
#include TextRender.ahk
to your script.Another way:
test
folder and start clicking on scripts. Examples
contains more advanced usage.Old Examples:
More examples are welcome since I only use the basic functionality.