Merge branch 'master' into python-textplacement
This commit is contained in:
commit
f4346d4751
1 changed files with 0 additions and 5 deletions
|
@ -168,11 +168,6 @@ public:
|
|||
*/
|
||||
virtual bool next()=0;
|
||||
virtual ~text_placement_info() {}
|
||||
/** Initialize values used by placement finder. Only has to be done once
|
||||
* per object.
|
||||
*/
|
||||
void init(double scale_factor_,
|
||||
unsigned w = 0, unsigned h = 0, bool has_dimensions_ = false);
|
||||
|
||||
/** Properties actually used by placement finder and renderer. Values in
|
||||
* here are modified each time next() is called. */
|
||||
|
|
Loading…
Reference in a new issue