Tell SDL_ttf whether UNICODE text is generally byteswapped.
void TTF_ByteSwappedUNICODE(SDL_bool swapped);
swapped | boolean to indicate whether text is byteswapped |
A UNICODE BOM character in a string will override this setting for the remainder of that string.
This function is available since SDL_ttf 3.0.0.