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