summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/dvicodes.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-23 15:39:51 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-23 15:39:51 +0000
commit9c5cdb75e355c4041ec4d706dbb8860706f9d9e2 (patch)
tree0c045ff110d822370c7dfb19b167a4a1dc9e125d /Build/source/texk/dvipdfm-x/dvicodes.h
parentda1dad220867bd8ba8b9868aedcaa0b584e9659d (diff)
texk/dvipdfmx: Support a new primitive in XeTeX 0.99995 (from Jonathan)
git-svn-id: svn://tug.org/texlive/trunk@39835 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/dvicodes.h')
-rw-r--r--Build/source/texk/dvipdfm-x/dvicodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/dvipdfm-x/dvicodes.h b/Build/source/texk/dvipdfm-x/dvicodes.h
index fcaa40a740f..3f8026322d4 100644
--- a/Build/source/texk/dvipdfm-x/dvicodes.h
+++ b/Build/source/texk/dvipdfm-x/dvicodes.h
@@ -100,7 +100,8 @@
one byte unsigned comment length followed by comment. */
#define DVI_ID 2 /* ID Byte for current DVI file */
#define DVIV_ID 3 /* with Ascii pTeX VW mode extension */
-#define XDV_ID 6 /* XeTeX ".xdv" output that uses XDV opcodes below */
+#define XDV_ID_OLD 6 /* older XeTeX ".xdv" output that does not have XDV_TEXT_AND_GLYPHS */
+#define XDV_ID 7 /* XeTeX ".xdv" output that uses XDV opcodes below */
#define POST 248 /* Postamble- -- similar to preamble
four byte pointer to final bop
four byte numerator
@@ -122,8 +123,7 @@
/* XeTeX ".xdv" codes */
#define XDV_NATIVE_FONT_DEF 252 /* fontdef for native platform font */
#define XDV_GLYPHS 253 /* string of glyph IDs with X and Y positions */
-
-#define NOT_USED 254 /* not used */
+#define XDV_TEXT_AND_GLYPHS 254 /* like XDV_GLYPHS plus original Unicode text */
#define PTEXDIR 255 /* Ascii pTeX DIR command */