|
libTERE
A portable library for reassembling complex formatted text from text fragments.
|
Information for a single bounding rectangle. Coordinates here are INTERNAL, after offset/rotate using values in TR_INFO. More...
#include <text_reassemble.h>
Data Fields | |
| double | xll |
| double | yll |
| double | xur |
| double | yur |
| double | xbearing |
Information for a single bounding rectangle. Coordinates here are INTERNAL, after offset/rotate using values in TR_INFO.
| double BRECT_SPECS::xbearing |
x bearing of the leftmost character
| double BRECT_SPECS::xll |
x rectangle lower left corner
| double BRECT_SPECS::xur |
x upper right corner
| double BRECT_SPECS::yll |
y "
| double BRECT_SPECS::yur |
y "
1.8.1.1