1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00
This commit is contained in:
Lu Wang 2013-04-04 22:07:12 +08:00
parent 66bfab3fb4
commit 0b2bbbfa2e
2 changed files with 0 additions and 6 deletions

View File

@ -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);

View File

@ -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);