Merge branch 'master' into python-textplacement

This commit is contained in:
Hermann Kraus 2012-02-03 23:35:08 +01:00
commit f4346d4751

View file

@ -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. */