Cobbletext
0.2.0
Complex text layout and rendering engine
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | COBBLETEXT_ENCODING_UTF8 1 |
UTF-8 encoding. More... | |
#define | COBBLETEXT_ENCODING_UTF16LE 2 |
UTF-16 little endian encoding. More... | |
Typedefs | |
typedef uint8_t | CobbletextEncoding |
Specifies the encoding of bytes. More... | |
#define COBBLETEXT_ENCODING_UTF16LE 2 |
UTF-16 little endian encoding.
#define COBBLETEXT_ENCODING_UTF8 1 |
UTF-8 encoding.
typedef uint8_t CobbletextEncoding |
Specifies the encoding of bytes.
One of:
#COBBLETEXT_ENCODING_UTF8
#COBBLETEXT_ENCODING_UTF16LE