Day 86/100 100 Days of Code
One more session working on the text box. I think it is ready.
I created a new TTF_Font variable named textboxFont and changed the position of the interiorTextBox .
TTF_Font *textboxFont;
textboxFont = TTF_OpenFont(fontResource.location, 50);
TTF_Se...
digitalcreations.hashnode.dev2 min read