summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-12 10:44:15 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-13 08:30:00 +0100
commite2593e2efe140d47870b0c511cbf5160db080edd (patch)
treefe3879e2e4a916fe02b513f24e88ebca58331563 /manual
parent07f40bd25442f25c0af948ae1b0dac7fdff1688c (diff)
downloadqpdf-e2593e2efe140d47870b0c511cbf5160db080edd.tar.zst
Move QPDFMatrix into the public API
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml9
1 files changed, 9 insertions, 0 deletions
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.
</para>
</listitem>
+ <listitem>
+ <para>
+ The <classname>QPDFMatrix</classname> class, formerly a
+ private, internal class, has been added to the public API.
+ See <filename>include/qpdf/QPDFMatrix.hh</filename> for
+ details. This class is for working with transformation
+ matrices.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
<listitem>