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 2012-12-11 20:52:36 +08:00
parent 495dabf964
commit 2dbb226e0e
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ void HTMLRenderer::TextLineBuffer::append_state(void)
void HTMLRenderer::TextLineBuffer::flush(void)
{
/*
* Each Line is an independent absolute positioined block
* Each Line is an independent absolute positioned block
* so even we have a few states or offsets, we may omit them
*/
if(text.empty()) return;

View File

@ -6,6 +6,7 @@
namespace pdf2htmlEX {
class HTMLRenderer;
class HTMLRenderer::TextLineBuffer
{
public: