Cobbletext
0.2.0
Complex text layout and rendering engine
|
Go to the source code of this file.
Macros | |
#define | COBBLETEXT_SCRIPT_DIRECTION_NOT_SPECIFIED 0 |
Automatically detect script direction. More... | |
#define | COBBLETEXT_SCRIPT_DIRECTION_LTR 1 |
Force script to be left-to-right. More... | |
#define | COBBLETEXT_SCRIPT_DIRECTION_RTL 2 |
Force script to be left-to-right. More... | |
Typedefs | |
typedef uint8_t | CobbletextScriptDirection |
Script direction of a run of text. More... | |
#define COBBLETEXT_SCRIPT_DIRECTION_LTR 1 |
Force script to be left-to-right.
#define COBBLETEXT_SCRIPT_DIRECTION_NOT_SPECIFIED 0 |
Automatically detect script direction.
#define COBBLETEXT_SCRIPT_DIRECTION_RTL 2 |
Force script to be left-to-right.
typedef uint8_t CobbletextScriptDirection |
Script direction of a run of text.
One of:
#COBBLETEXT_SCRIPT_DIRECTION_NOT_SPECIFIED
#COBBLETEXT_SCRIPT_DIRECTION_LTR
#COBBLETEXT_SCRIPT_DIRECTION_RTL