Pioneer
Loading...
Searching...
No Matches
Classes | Functions
Text Namespace Reference

Classes

class  DistanceFieldFont
 
class  FontConfig
 

Functions

template<typename T >
get_value (const std::string &in)
 
int utf8_decode_char (Uint32 *chr, const char *src)
 
int utf8_encode_char (Uint32 chr, char buf[4])
 
int utf8_next_char_offset (const char *str)
 
int utf8_prev_char_offset (const char *str, const char *const begin)
 
bool is_alphanumunderscore (char c)
 

Function Documentation

◆ get_value()

template<typename T >
T Text::get_value ( const std::string &  in)

◆ is_alphanumunderscore()

bool Text::is_alphanumunderscore ( char  c)
inline

◆ utf8_decode_char()

int Text::utf8_decode_char ( Uint32 *  chr,
const char *  src 
)

◆ utf8_encode_char()

int Text::utf8_encode_char ( Uint32  chr,
char  buf[4] 
)

◆ utf8_next_char_offset()

int Text::utf8_next_char_offset ( const char *  str)
inline

◆ utf8_prev_char_offset()

int Text::utf8_prev_char_offset ( const char *  str,
const char *const  begin 
)
inline