Cobbletext  0.2.0
Complex text layout and rendering engine
Macros | Typedefs
script_direction.h File Reference
This graph shows which files directly or indirectly include this file:

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

Macro Definition Documentation

◆ COBBLETEXT_SCRIPT_DIRECTION_LTR

#define COBBLETEXT_SCRIPT_DIRECTION_LTR   1

Force script to be left-to-right.

◆ COBBLETEXT_SCRIPT_DIRECTION_NOT_SPECIFIED

#define COBBLETEXT_SCRIPT_DIRECTION_NOT_SPECIFIED   0

Automatically detect script direction.

◆ COBBLETEXT_SCRIPT_DIRECTION_RTL

#define COBBLETEXT_SCRIPT_DIRECTION_RTL   2

Force script to be left-to-right.

Typedef Documentation

◆ CobbletextScriptDirection

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