]> mj.ucw.cz Git - paperjam.git/blobdiff - pdf-tools.h
Allow bare identifiers as values of string arguments
[paperjam.git] / pdf-tools.h
index 0225e9c457f951806aa07129c9a692ab55856f9e..de79f534565d51476914470bb74755712754975f 100644 (file)
@@ -130,6 +130,8 @@ 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);
 private:
        bool parse(QPDFObjectHandle h);