Inkscape
Vector Graphics Editor
|
Information for the entire text reassembly system. More...
#include <text_reassemble.h>
Public Attributes | |
FT_INFO * | fti |
Font info storage | |
TP_INFO * | tpi |
Text Info/Position Info storage | |
BR_INFO * | bri |
Bounding Rectangle Info storage | |
CX_INFO * | cxi |
Complex Info storage | |
uint8_t * | out |
buffer to hold formatted output | |
double | qe |
quantization error in points. | |
double | esc |
escapement angle in DEGREES | |
double | x |
x coordinate of first text object, in points | |
double | y |
y coordinate of first text object, in points | |
int | dirty |
1 if text records are loaded | |
int | use_kern |
1 if kerning is used, 0 if not | |
int | load_flags |
FT_LOAD_NO_SCALE or FT_LOAD_TARGET_NORMAL | |
int | kern_mode |
FT_KERNING_DEFAULT, FT_KERNING_UNFITTED, or FT_KERNING_UNSCALED | |
uint32_t | outspace |
storage in output buffer allocated | |
uint32_t | outused |
storage in output buffer in use | |
int | usebk |
On output write the background color under the text | |
TRCOLORREF | bkcolor |
RGB background color | |
Information for the entire text reassembly system.
Definition at line 276 of file text_reassemble.h.
TRCOLORREF TR_INFO::bkcolor |
RGB background color
Definition at line 293 of file text_reassemble.h.
BR_INFO* TR_INFO::bri |
Bounding Rectangle Info storage
Definition at line 279 of file text_reassemble.h.
CX_INFO* TR_INFO::cxi |
Complex Info storage
Definition at line 280 of file text_reassemble.h.
int TR_INFO::dirty |
1 if text records are loaded
Definition at line 286 of file text_reassemble.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().
double TR_INFO::esc |
escapement angle in DEGREES
Definition at line 283 of file text_reassemble.h.
FT_INFO* TR_INFO::fti |
Font info storage
Definition at line 277 of file text_reassemble.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().
int TR_INFO::kern_mode |
FT_KERNING_DEFAULT, FT_KERNING_UNFITTED, or FT_KERNING_UNSCALED
Definition at line 289 of file text_reassemble.h.
int TR_INFO::load_flags |
FT_LOAD_NO_SCALE or FT_LOAD_TARGET_NORMAL
Definition at line 288 of file text_reassemble.h.
uint8_t* TR_INFO::out |
buffer to hold formatted output
Definition at line 281 of file text_reassemble.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().
uint32_t TR_INFO::outspace |
storage in output buffer allocated
Definition at line 290 of file text_reassemble.h.
uint32_t TR_INFO::outused |
storage in output buffer in use
Definition at line 291 of file text_reassemble.h.
double TR_INFO::qe |
TP_INFO* TR_INFO::tpi |
Text Info/Position Info storage
Definition at line 278 of file text_reassemble.h.
int TR_INFO::use_kern |
1 if kerning is used, 0 if not
Definition at line 287 of file text_reassemble.h.
int TR_INFO::usebk |
On output write the background color under the text
Definition at line 292 of file text_reassemble.h.
double TR_INFO::x |
x coordinate of first text object, in points
Definition at line 284 of file text_reassemble.h.
double TR_INFO::y |
y coordinate of first text object, in points
Definition at line 285 of file text_reassemble.h.