Pioneer
Loading...
Searching...
No Matches
Namespaces | Functions
TextSupport.h File Reference
#include <SDL_stdinc.h>
#include <cassert>
Include dependency graph for TextSupport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Text
 

Functions

int Text::utf8_decode_char (Uint32 *chr, const char *src)
 
int Text::utf8_encode_char (Uint32 chr, char buf[4])
 
int Text::utf8_next_char_offset (const char *str)
 
int Text::utf8_prev_char_offset (const char *str, const char *const begin)
 
bool Text::is_alphanumunderscore (char c)