1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00
This commit is contained in:
Lu Wang 2013-01-27 04:38:34 +08:00
parent 4798945c1d
commit 4a7b62a0b7

View File

@ -153,7 +153,7 @@ class HTMLRenderer : public OutputDev
virtual void endPage();
/*
* To optmize false alarms
* To optimize false alarms
* We just mark as changed, and recheck if they have been changed when we are about to output a new string
*/
@ -380,7 +380,7 @@ class HTMLRenderer : public OutputDev
// we try to render the final font size directly
// to reduce the effect of ctm as much as possible
// draw_ctm is cur_ctm scaled by 1/draw_text_scale,
// draw_text_tm is cur_text_tm scaled by 1/draw_text_scale,
// so everything redenered should be multiplied by draw_text_scale
double draw_text_tm[6];
double draw_font_size;