diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/cff.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/cff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/cff.h b/Build/source/texk/dvipdfm-x/cff.h index 97eea6229f6..6e845b378f6 100644 --- a/Build/source/texk/dvipdfm-x/cff.h +++ b/Build/source/texk/dvipdfm-x/cff.h @@ -77,6 +77,7 @@ typedef struct int index; /* CFF fontset index */ int flag; /* Flag: see above */ + int is_notdef_notzero; /* 1 if .notdef is not the 1st glyph */ } cff_font; extern cff_font *cff_open (FILE *file, int offset, int idx); |