mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #108: Add accessibility options in pdf reader
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "pdfrenderer.h"
|
||||
#include "pdfblendfunction.h"
|
||||
#include "pdfdocument.h"
|
||||
#include "pdfcolorconvertor.h"
|
||||
|
||||
#include <QCursor>
|
||||
#include <QPainterPath>
|
||||
@@ -474,8 +475,8 @@ struct AnnotationDrawParameters
|
||||
/// Appeareance mode (normal/rollover/down, and appearance state)
|
||||
PDFAppeareanceStreams::Key key;
|
||||
|
||||
/// Invert colors?
|
||||
bool invertColors = false;
|
||||
/// Color convertor
|
||||
PDFColorConvertor colorConvertor;
|
||||
};
|
||||
|
||||
/// Base class for all annotation types. Represents PDF annotation object.
|
||||
|
Reference in New Issue
Block a user