So now I’ve moved into my title screen text. And got it figured out. Font, message, color, and size. I can resize the window if it’s in the main view and the text doesn’t change size but moves and stays sharp, and getGlobalBoundingbox() works perfectly regardless of the move. But when I put it inside any view that is not exactly the size of the window, even with the size set to the size of the text or larger, it becomes horribly blurry and the bounding box is moved to the top left of the window, even if outside the view, and becomes like 1X1 pixel big. So my question is how do I stop this? Text that scales with the view yet stays crips is Ideal, but even if I can stop the view from distorting it and destroying the bounding box I could work with it. I will need the views for positioning, scrolling threw longer lists, and so one later so I have to have a solution to put it in a view.
Does anyone have a link to to a good tutorial or know the answer for this? Thank you.