mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: Bugfixing
This commit is contained in:
@@ -73,6 +73,9 @@ public:
|
||||
/// Creates brush from painter graphicState
|
||||
static QBrush createBrushFromState(const PDFPageContentProcessorState* graphicState, double alpha);
|
||||
|
||||
static void applyPenToGraphicState(PDFPageContentProcessorState* graphicState, const QPen& pen);
|
||||
static void applyBrushToGraphicState(PDFPageContentProcessorState* graphicState, const QBrush& brush);
|
||||
|
||||
/// Decompose transform
|
||||
static PDFTransformationDecomposition decomposeTransform(const QTransform& transform);
|
||||
|
||||
|
Reference in New Issue
Block a user