]> mj.ucw.cz Git - paperjam.git/blobdiff - pdf-tools.h
TODO
[paperjam.git] / pdf-tools.h
index 0225e9c457f951806aa07129c9a692ab55856f9e..46430f4bd426d9f9835b5db7b6ba1ec6127dfa14 100644 (file)
@@ -130,7 +130,10 @@ struct BBox {
        double height() { return y_max - y_min; }
        void transform(pdf_matrix &m);
        BBox transformed(pdf_matrix &m);
+       void enlarge(double by);
+       BBox enlarged(double by);
        void join(BBox &with);
+       void intersect(BBox &with);
 private:
        bool parse(QPDFObjectHandle h);
 };