OSDN Git Service

updated with TeX Live 2014.
[putex/putex.git] / src / dvipdfmx-pu / src / dvicodes.h
index 964da57..5b49f0d 100644 (file)
                               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 OLD_CDI_ID     2       /* old CDI file ID Byte value */
+#define CDI_ID         100     /* new CDI file ID Byte value */
 #ifdef XETEX
 #define XDVI_ID    5    /* XeTeX ".xdv" output that uses XDV opcodes below */
 #endif
 #define PADDING    223
 #define PTEXDIR 255 /* Ascii pTeX DIR command */
 
+#define CFNT 250         /* k[2] */
+#define CFNT_DEF 251  /* k[2] a[1] n[a] c[1] size[4] dsize[4] weight[2] style[1]
+                         width[4] height[4] depth[4]
+                         fw_width[4] fw_height[4] fw_depth[4] */
+
 #ifdef XETEX
 #define XDV_PIC_FILE        251 /* include graphic or PDF file */
 #define XDV_NATIVE_FONT_DEF 252 /* fontdef for native platform font */