table of contents
other versions
TTF_ByteSwappedUNICODE(3) | SDL_ttf3 FUNCTIONS | TTF_ByteSwappedUNICODE(3) |
NAME¶
TTF_ByteSwappedUNICODE - Tell SDL_ttf whether UNICODE text is generally byteswapped.
HEADER FILE¶
Defined in SDL3_ttf/SDL_ttf.h
SYNOPSIS¶
#include "SDL3_ttf/SDL_ttf.h"
void TTF_ByteSwappedUNICODE(SDL_bool swapped);
DESCRIPTION¶
A UNICODE BOM character in a string will override this setting for the remainder of that string.
FUNCTION PARAMETERS¶
- swapped
- boolean to indicate whether text is byteswapped.
AVAILABILITY¶
This function is available since SDL_ttf 3.0.0.
SDL_ttf 3.0.0 | SDL_ttf |