diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-25 13:56:38 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-25 13:56:38 +0000 |
commit | 796176898c849ec72156930daa2ea150b68c48a3 (patch) | |
tree | df9ae1a767183ead147947882f8895cf07f2417a /Build/source/texk/dvipdfm-x/tt_post.h | |
parent | 31053cc388d6f0b348b297a3a0b950e8d707916a (diff) |
Remove most of font related #ifdef XETEX
Almost all of this is not needed now since XeTeX’s native fonts are
always passed by file name and face index now, so we can use original
dvipdfmx direct file based code instead of using a FreeType font face.
Has the side effect of fixing:
https://sourceforge.net/p/xetex/bugs/97/
git-svn-id: svn://tug.org/texlive/trunk@34718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/tt_post.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/tt_post.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/tt_post.h b/Build/source/texk/dvipdfm-x/tt_post.h index b9ab91bba6a..1369f868ee1 100644 --- a/Build/source/texk/dvipdfm-x/tt_post.h +++ b/Build/source/texk/dvipdfm-x/tt_post.h @@ -47,5 +47,6 @@ extern struct tt_post_table *tt_read_post_table (sfnt *sfont); extern void tt_release_post_table (struct tt_post_table *post); extern USHORT tt_lookup_post_table (struct tt_post_table *post, const char *glyphname); +extern char* tt_get_glyphname (struct tt_post_table *post, USHORT gid); #endif /* _TT_POST_H_ */ |