So I've got this class method:
This gets called when ever I want to create my Textbox object however what gets created is a purple box (i know that I have set the array elements to purple to begin with) however when I try to use the drawstring method to "draw a string" I get an image which looks like the gif below. I have changed the text size to various sizes but without success. The
string is supposed to say "This is a test" but obviously it doesn't. I can't figure it out, please can someone help