Cobbletext  0.2.0
Complex text layout and rendering engine
script_direction.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 
16 typedef uint8_t CobbletextScriptDirection;
17 
21 #define COBBLETEXT_SCRIPT_DIRECTION_NOT_SPECIFIED 0
22 
26 #define COBBLETEXT_SCRIPT_DIRECTION_LTR 1
27 
31 #define COBBLETEXT_SCRIPT_DIRECTION_RTL 2
32 
33 #ifdef __cplusplus
34 }
35 #endif
CobbletextScriptDirection
uint8_t CobbletextScriptDirection
Script direction of a run of text.
Definition: script_direction.h:16