libTERE
A portable library for reassembling complex formatted text from text fragments.
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
Macros
alignment types

Macros

#define ALILEFT   0x01
#define ALICENTER   0x02
#define ALIRIGHT   0x04
#define ALIHORI   0x07
#define ALITOP   0x08
#define ALIBASE   0x10
#define ALIBOT   0x20
#define ALIVERT   0x38

Detailed Description

Location of text's {X,Y} coordinate on bounding rectangle. Values are compatible with Fontconfig.


Macro Definition Documentation

#define ALIBASE   0x10

text object vertical alignment = baseline

#define ALIBOT   0x20

text object vertical alignment = bottom

#define ALICENTER   0x02

text object horizontal alignment = center

#define ALIHORI   0x07

text object horizontal alignment mask

#define ALILEFT   0x01

text object horizontal alignment = left

#define ALIRIGHT   0x04

text object horizontal alignment = right

#define ALITOP   0x08

text object vertical alignment = top

#define ALIVERT   0x38

text object vertical alignment mask