diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-27 23:04:49 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-27 23:04:49 +0000 |
commit | 5795568a60dba76e57cdb78fda5aab4e6e135991 (patch) | |
tree | 0a2586ae809d714303ed3a6b76b623765af408bd /Build/source/texk/dvipdfm-x/cid_p.h | |
parent | 378fc061ff4879abb4983d8e48f593f1b4b779d9 (diff) |
Fix CID-keyed fonts glyph lookup
Keep cff_charsets parsed from CID font around if exists. Use the
cff_charsets to do GID -> CID lookup.
git-svn-id: svn://tug.org/texlive/trunk@34743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/cid_p.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/cid_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/cid_p.h b/Build/source/texk/dvipdfm-x/cid_p.h index 80d2133d0c3..fb409b6847a 100644 --- a/Build/source/texk/dvipdfm-x/cid_p.h +++ b/Build/source/texk/dvipdfm-x/cid_p.h @@ -42,6 +42,7 @@ typedef struct int style; int embed; int stemv; + void *cff_charsets; } cid_opt; struct CIDFont |