Cobbletext  0.2.0
Complex text layout and rendering engine
encoding.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdint.h>
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
17 typedef uint8_t CobbletextEncoding;
18 
22 #define COBBLETEXT_ENCODING_UTF8 1
23 
27 #define COBBLETEXT_ENCODING_UTF16LE 2
28 
29 #ifdef __cplusplus
30 }
31 #endif
CobbletextEncoding
uint8_t CobbletextEncoding
Specifies the encoding of bytes.
Definition: encoding.h:17