From e2593e2efe140d47870b0c511cbf5160db080edd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 12 Feb 2021 04:44:15 -0500 Subject: Move QPDFMatrix into the public API --- manual/qpdf-manual.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manual') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 241431b9..58012e30 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5220,6 +5220,15 @@ print "\n"; rotations. + + + The QPDFMatrix class, formerly a + private, internal class, has been added to the public API. + See include/qpdf/QPDFMatrix.hh for + details. This class is for working with transformation + matrices. + + -- cgit v1.2.3-54-g00ecf