aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-22 14:03:13 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-22 14:10:05 +0100
commit07a2bb332d5e352fb6a339f6f44268a41a14a0a2 (patch)
tree1470a4afaba3b5b3cfb69c880a7a73a51e938a8c /manual
parent3b4b9efd21edcf16bad19dbce75f0b2059addf52 (diff)
downloadqpdf-07a2bb332d5e352fb6a339f6f44268a41a14a0a2.tar.zst
Add documentation and release notes around 0 Tf issue
Diffstat (limited to 'manual')
-rw-r--r--manual/cli.rst4
-rw-r--r--manual/release-notes.rst8
2 files changed, 12 insertions, 0 deletions
diff --git a/manual/cli.rst b/manual/cli.rst
index 147cd71e..8dabaced 100644
--- a/manual/cli.rst
+++ b/manual/cli.rst
@@ -1587,6 +1587,10 @@ Related Options
:command:`qpdf` does not know enough about fonts and encodings to
correctly represent characters that fall outside of this range.
+ - For variable text fields where the default appearance stream
+ specifies that the font should be auto-sized, a fixed font size
+ is used rather than calculating the font size.
+
- Quadding is ignored. Quadding is used to specify whether the
contents of a field should be left, center, or right aligned with
the field.
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 6e6bcd50..daec3b25 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -6,6 +6,14 @@ Release Notes
For a detailed list of changes, please see the file
:file:`ChangeLog` in the source distribution.
+10.6.3: XXX
+ - Bug fixes:
+
+ - Fix edge cases with appearance stream generation for form fields
+ whose ``/DA`` field lacks proper font size specification or that
+ specifies auto sizing. At this time, qpdf does not support auto
+ sizing.
+
10.6.2: February 16, 2022
- Bug fixes: