Cobbletext  0.2.0
Complex text layout and rendering engine
Macros | Typedefs
encoding.h File Reference
#include <stdint.h>
Include dependency graph for encoding.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ COBBLETEXT_ENCODING_UTF16LE

#define COBBLETEXT_ENCODING_UTF16LE   2

UTF-16 little endian encoding.

◆ COBBLETEXT_ENCODING_UTF8

#define COBBLETEXT_ENCODING_UTF8   1

UTF-8 encoding.

Typedef Documentation

◆ CobbletextEncoding

typedef uint8_t CobbletextEncoding

Specifies the encoding of bytes.

One of:

  • #COBBLETEXT_ENCODING_UTF8
  • #COBBLETEXT_ENCODING_UTF16LE