Shouldn't this draw some text with color?
drawTextAbsolute(40, 20, "Go SHORT @URL=EFS:Short", Color.blue, Color.white, Text.BUTTON | Text.CENTER | Text.RELATIVETOLEFT | Text.RELATIVETOBOTTOM, null, 12, 2);
drawTextAbsolute(40, 20, "Go SHORT @URL=EFS:Short", Color.blue, Color.white, Text.BUTTON | Text.CENTER | Text.RELATIVETOLEFT | Text.RELATIVETOBOTTOM, null, 12, 2);
Comment