summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfmx/src/agl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfmx/src/agl.h')
-rw-r--r--Build/source/texk/dvipdfmx/src/agl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfmx/src/agl.h b/Build/source/texk/dvipdfmx/src/agl.h
index 00e54a87686..da7f52ca40d 100644
--- a/Build/source/texk/dvipdfmx/src/agl.h
+++ b/Build/source/texk/dvipdfmx/src/agl.h
@@ -1,8 +1,8 @@
-/* $Header: /home/cvsroot/dvipdfmx/src/agl.h,v 1.17 2005/07/07 08:00:31 chofchof Exp $
+/* $Header: /home/cvsroot/dvipdfmx/src/agl.h,v 1.18 2007/11/14 02:07:14 chofchof Exp $
This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks.
- Copyright (C) 2002 by Jin-Hwan Cho and Shunsaku Hirata,
+ Copyright (C) 2007 by Jin-Hwan Cho and Shunsaku Hirata,
the dvipdfmx project team <dvipdfmx@project.ktug.or.kr>
Copyright (C) 1998, 1999 by Mark A. Wicks <mwicks@kettering.edu>
@@ -26,6 +26,7 @@
#define _AGL_H_
#define AGL_DEFAULT_LISTFILE "glyphlist.txt"
+#define AGL_PREDEF_LISTFILE "pdfglyphlist.txt"
#define AGL_EXTRA_LISTFILE "texglyphlist.txt"
#define AGL_MAX_UNICODES 16
@@ -35,6 +36,7 @@ struct agl_name {
int n_components;
long unicodes[AGL_MAX_UNICODES];
struct agl_name *alternate;
+ int is_predef;
};
typedef struct agl_name agl_name;