Contructs a text element that will be rendered in the specified rectangle using the specified font and color.
- x (Single)
- The start x coordinate where the text will be rendered
- y (Single)
- The start y coordinate where the text
- width (Single)
- The width of the destination rectangle
- height (Single)
- The height of the destination rectangle
- text (String)
- The text to be rendered
- font (Font)
- The text font
- textColor (Color)
- The text color