By using one of: - https://wiki.libsdl.org/SDL2_ttf/TTF_RenderText_Shaded_Wrapped - https://wiki.libsdl.org/SDL2_ttf/TTF_RenderText_Solid_Wrapped - https://wiki.libsdl.org/SDL2_ttf/TTF_RenderText_LCD_Wrapped - https://wiki.libsdl.org/SDL2_ttf/TTF_RenderText_Blended_Wrapped Should use the corresponding one, as the one used in our code. Could also consider if the latter is appropriate. Unsure about exhaustiveness. Maybe can replace `UTF8` and `UNICODE` instead of `Text` in all above functions.
By using one of:
Should use the corresponding one, as the one used in our code. Could also consider if the latter is appropriate.
Unsure about exhaustiveness. Maybe can replace
UTF8andUNICODEinstead ofTextin all above functions.