Cobbletext  0.2.0
Complex text layout and rendering engine
uchar_helper.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 #ifndef COBBLETEXT_NO_UCHAR_H
5  #include <uchar.h>
6  typedef char16_t CobbletextChar16;
7  typedef char32_t CobbletextChar32;
8 #else
9  #include <stdint.h>
10  typedef uint_least16_t CobbletextChar16;
11  typedef uint_least32_t CobbletextChar32;
12 #endif
CobbletextChar16
char16_t CobbletextChar16
Definition: uchar_helper.h:6
CobbletextChar32
char32_t CobbletextChar32
Definition: uchar_helper.h:7