1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00
This commit is contained in:
Lu Wang 2012-08-28 19:10:31 +08:00
parent cfc91c2a3f
commit 19dbaa3149

View File

@ -255,6 +255,8 @@ class HTMLRenderer : public OutputDev
double draw_scale;
// the position of next char, in text coords
// this is actual position (in HTML), which might be different from cur_tx/ty (in PDF)
// also keep in mind that they are not the final position, as they will be transform by CTM (also true for cur_tx/ty)
double draw_tx, draw_ty;
////////////////////////////////////////////////////