Added label clip path to page renderer.
This commit is contained in:
@@ -49,6 +49,7 @@ namespace glabels
|
||||
bool isSimilarTo( Frame* other ) const;
|
||||
|
||||
const QPainterPath& path() const;
|
||||
const QPainterPath& clipPath() const;
|
||||
QPainterPath marginPath( const Distance& size ) const;
|
||||
|
||||
|
||||
@@ -58,6 +59,7 @@ namespace glabels
|
||||
Distance mWaste;
|
||||
|
||||
QPainterPath mPath;
|
||||
QPainterPath mClipPath;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user