[poppler] poppler/Annot.h

Pino Toscano pino at kemper.freedesktop.org
Sun Apr 6 04:10:17 PDT 2008


 poppler/Annot.h |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit a6f70f465a3e6719d63cefbe3c27bae015be43c1
Author: Pino Toscano <pino at kde.org>
Date:   Sun Apr 6 13:12:01 2008 +0200

    add getters for the coordinates in an AnnotLine

diff --git a/poppler/Annot.h b/poppler/Annot.h
index ae3d18a..c821096 100644
--- a/poppler/Annot.h
+++ b/poppler/Annot.h
@@ -863,6 +863,10 @@ public:
   Dict *getMeasure() const { return measure; }
   double getCaptionTextHorizontal() const { return captionTextHorizontal; }
   double getCaptionTextVertical() const { return captionTextVertical; }
+  double getX1() const { return x1; }
+  double getY1() const { return y1; }
+  double getX2() const { return x2; }
+  double getY2() const { return y2; }
 
 protected:
 


More information about the poppler mailing list