We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1fb04ed commit 37f3de3Copy full SHA for 37f3de3
src/core/pal/feature.h
@@ -220,7 +220,7 @@ namespace pal
220
* \param distance distance to offset label along curve by
221
* \param labeledLineSegmentIsRightToLeft if TRUE label is reversed from lefttoright to righttoleft
222
* \param applyAngleConstraints TRUE if label feature character angle constraints should be applied
223
- * \param uprightOnly TRUE if only upright label placement should be generated
+ * \param flags curved text behavior flags
224
* \returns calculated label position
225
*/
226
std::unique_ptr< LabelPosition > curvedPlacementAtOffset( PointSet *mapShape, const std::vector<double> &pathDistances,
0 commit comments