This commit is contained in:
Nyall Dawson 2019-11-28 17:49:24 +10:00
parent 938ddfd6d5
commit 0f73eb6326

View File

@ -256,7 +256,14 @@ namespace pal
//! Returns the number of upside down characters for this label position
int upsideDownCharCount() const { return mUpsideDownCharCount; }
/**
* Removes the label position from the specified \a index.
*/
void removeFromIndex( RTree<LabelPosition *, double, 2, double> &index );
/**
* Inserts the label position into the specified \a index.
*/
void insertIntoIndex( RTree<LabelPosition *, double, 2, double> &index );
struct PruneCtx