summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/specials.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2020-06-27 22:12:55 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2020-06-27 22:12:55 +0000
commit89512d1f7c29187e836317d91edd4f189d2f2296 (patch)
treefae937be9bd5d2f7341904e54753a618fabed614 /Build/source/texk/dvipdfm-x/specials.h
parente9f99c166c22a7382f45b1ce1415159345ea4747 (diff)
Workaround for \phantom text annot issue (S. Hirata).
git-svn-id: svn://tug.org/texlive/trunk@55681 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/specials.h')
-rw-r--r--Build/source/texk/dvipdfm-x/specials.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/specials.h b/Build/source/texk/dvipdfm-x/specials.h
index 0ce9785a314..ee94d53e6a6 100644
--- a/Build/source/texk/dvipdfm-x/specials.h
+++ b/Build/source/texk/dvipdfm-x/specials.h
@@ -59,6 +59,13 @@ extern int spc_end_annot (struct spc_env *spe);
extern int spc_resume_annot (struct spc_env *spe);
extern int spc_suspend_annot (struct spc_env *spe);
+extern int spc_is_tracking_boxes (struct spc_env *spe);
+
+/* linkmode 0: normal, 1: capture phantom texts */
+extern void spc_set_linkmode (struct spc_env *spe, int mode);
+/* set default height of phantom texts */
+extern void spc_set_phantom (struct spc_env *spe, double height, double depth);
+
extern void spc_push_object (const char *key, pdf_obj *value);
extern void spc_flush_object (const char *key);
extern void spc_clear_objects (void);