mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
9673bd760e
commit
e3e732971b
1
TODO
1
TODO
@ -1,4 +1,3 @@
|
||||
optimize font_size & transform matrix tracking
|
||||
print css for draw/link/image...
|
||||
|
||||
== Future: ==
|
||||
|
@ -254,10 +254,9 @@ protected:
|
||||
} new_line_state;
|
||||
|
||||
|
||||
// track the original (unscaled) values to determine scaling and merge lines
|
||||
// current position
|
||||
double cur_tx, cur_ty; // real text position, in text coords
|
||||
|
||||
// cur_font_size and cur_text_tm are unscaled (the same as in PDF)
|
||||
double cur_font_size;
|
||||
// this is CTM * TextMAT in PDF
|
||||
// [4] and [5] are ignored,
|
||||
@ -280,7 +279,6 @@ protected:
|
||||
// font & size
|
||||
const FontInfo * cur_font_info;
|
||||
|
||||
|
||||
// managers store values actually used in HTML (i.e. scaled)
|
||||
////////////////////////////////////////////////
|
||||
TransformMatrixManager transform_matrix_manager;
|
||||
|
Loading…
Reference in New Issue
Block a user