From 19dbaa3149745580012fb1127757eb873343038f Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Tue, 28 Aug 2012 19:10:31 +0800 Subject: [PATCH] .. --- src/HTMLRenderer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/HTMLRenderer.h b/src/HTMLRenderer.h index 2ec3f40..117af8c 100644 --- a/src/HTMLRenderer.h +++ b/src/HTMLRenderer.h @@ -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; ////////////////////////////////////////////////////