1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 17:48:38 +00:00
This commit is contained in:
Lu Wang 2013-04-06 23:54:07 +08:00
parent e64a0cfab0
commit c609f5e8e8

View File

@ -26,8 +26,7 @@ public:
HTMLTextLine (const Param & param, AllStateManater & all_manager) HTMLTextLine (const Param & param, AllStateManater & all_manager)
: param(param), all_manager(all_manager) { } : param(param), all_manager(all_manager) { }
class State : public HTMLState { struct State : public HTMLState {
public:
// before output // before output
void begin(std::ostream & out, const State * prev_state); void begin(std::ostream & out, const State * prev_state);
// after output // after output
@ -64,8 +63,7 @@ public:
}; };
class Offset { struct Offset {
public:
Offset(size_t size_idx, double width) Offset(size_t size_idx, double width)
:start_idx(size_idx),width(width) :start_idx(size_idx),width(width)
{ } { }