mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
495dabf964
commit
2dbb226e0e
@ -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;
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
namespace pdf2htmlEX {
|
||||
|
||||
class HTMLRenderer;
|
||||
class HTMLRenderer::TextLineBuffer
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user