mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
66bfab3fb4
commit
0b2bbbfa2e
@ -29,11 +29,6 @@ using std::endl;
|
||||
using std::find;
|
||||
using std::abs;
|
||||
|
||||
void HTMLRenderer::TextLineBuffer::set_pos(GfxState * state)
|
||||
{
|
||||
state->transform(state->getCurX(), state->getCurY(), &x, &y);
|
||||
}
|
||||
|
||||
void HTMLRenderer::TextLineBuffer::append_unicodes(const Unicode * u, int l)
|
||||
{
|
||||
text.insert(text.end(), u, u+l);
|
||||
|
@ -71,7 +71,6 @@ public:
|
||||
double width;
|
||||
};
|
||||
|
||||
void set_pos(GfxState * state);
|
||||
void append_unicodes(const Unicode * u, int l);
|
||||
void append_offset(double width);
|
||||
void append_state(const HTMLState & html_state);
|
||||
|
Loading…
Reference in New Issue
Block a user