Index: cnc_text.h =================================================================== --- cnc_text.h (revision 4925) +++ cnc_text.h (revision 4926) @@ -58,6 +58,10 @@ unsigned has_bbox:1; /* x2 and y2 are specified; when 0, spec2 is calculated and not saved */ unsigned dyntext:1; + unsigned inst_raw_mirx; + unsigned inst_raw_miry; + double inst_raw_rot; + /* cached */ unsigned bbox_calced:1; /* when has_bbox==0, we need to get the app calculate spec2 - when this is 1, it is already calculated */ unsigned bbox_calcing:1; /* the above calculation is taking palce, lock recursion */ @@ -69,7 +73,7 @@ /* the application may use these fields to store a rendered font info */ void *pixmap; long pix_sx, pix_sy; - csch_coord_t crd_sx, crd_sy; + csch_coord_t crd_sx, crd_sy, off_x, off_y; double scale; } csch_text_t;