summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-05-24 12:14:04 +0200
committerRobin Watts <robin.watts@artifex.com>2018-06-22 16:48:45 +0100
commit2e4cabe774d46dda735164e137f0ed11885bbec5 (patch)
tree0b7a29081c51d17c5b2a95814c3398c91d2004df /include
parent0bf88278d160b93a6103c36e885a5db4980e92d6 (diff)
downloadmupdf-2e4cabe774d46dda735164e137f0ed11885bbec5.tar.xz
Remove rich text properties when editing annotation contents or styles.
We do not support rich text content; remove the properties rather than leave them untouched and out of sync with the simple contents and styles.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/name-table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/pdf/name-table.h b/include/mupdf/pdf/name-table.h
index cffd08cf..bff67b0d 100644
--- a/include/mupdf/pdf/name-table.h
+++ b/include/mupdf/pdf/name-table.h
@@ -102,6 +102,7 @@ PDF_MAKE_NAME("DL", DL)
PDF_MAKE_NAME("DOS", DOS)
PDF_MAKE_NAME("DP", DP)
PDF_MAKE_NAME("DR", DR)
+PDF_MAKE_NAME("DS", DS)
PDF_MAKE_NAME("DV", DV)
PDF_MAKE_NAME("DW", DW)
PDF_MAKE_NAME("DW2", DW2)
@@ -325,6 +326,7 @@ PDF_MAKE_NAME("Q", Q)
PDF_MAKE_NAME("QuadPoints", QuadPoints)
PDF_MAKE_NAME("R", R)
PDF_MAKE_NAME("RBGroups", RBGroups)
+PDF_MAKE_NAME("RC", RC)
PDF_MAKE_NAME("RClosedArrow", RClosedArrow)
PDF_MAKE_NAME("RGB", RGB)
PDF_MAKE_NAME("RI", RI)