mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
e64a0cfab0
commit
c609f5e8e8
@ -26,8 +26,7 @@ public:
|
||||
HTMLTextLine (const Param & param, AllStateManater & all_manager)
|
||||
: param(param), all_manager(all_manager) { }
|
||||
|
||||
class State : public HTMLState {
|
||||
public:
|
||||
struct State : public HTMLState {
|
||||
// before output
|
||||
void begin(std::ostream & out, const State * prev_state);
|
||||
// after output
|
||||
@ -64,8 +63,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
class Offset {
|
||||
public:
|
||||
struct Offset {
|
||||
Offset(size_t size_idx, double width)
|
||||
:start_idx(size_idx),width(width)
|
||||
{ }
|
||||
|
Loading…
Reference in New Issue
Block a user