1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00
This commit is contained in:
Lu Wang 2013-03-24 18:24:09 +08:00
parent 90d99d5000
commit f8ee702dfe

View File

@ -286,7 +286,8 @@ void HTMLRenderer::check_state_change(GfxState * state)
* For horizontal text, set dy = 0, and try to solve dx
* If dx can be solved, we can simply append a x-offset without creating a new line
*
* TODO, writing mode, set dx and solve dy
* TODO, writing mode, set dx = 0 and solve dy
* TODO, try to merge when cur_tx and draw_tx are proportional
*/
bool merged = false;