Scroll to navigation

TTF_ByteSwappedUNICODE(3) SDL_ttf3 FUNCTIONS TTF_ByteSwappedUNICODE(3)

NAME

TTF_ByteSwappedUNICODE - Tell SDL_ttf whether UNICODE text is generally byteswapped.

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

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