about TrueType Font can't be embedded by use the pdftex
Dear Michael, You say: ########################################## Otftotfm generates map lines that tell pdftex to embed the TTF directly (cool!). Unfortunately, pdftex does not like the Version 3.0 OS/2 table included in OpenType TTFs (boo!), so I hacked the font to change the OS/2 version number to 2.0. Alternately, one could recompile pdftex, after changing line 1026 of writettf.c to: if (version != 0x0000 && version != 0x0001 && version != 0x0002 && version != 0x0003) ================================================= Martin, can you please include this patch into the next release? Thanks. ########################################### But I can't compile the pdftex 1.30.6 from source, when I use ./build.sh in the directory pdftex-1.30.6 , the error message are: ############################# cat: ../src/Makefile.in: No such file or directory ./build.sh: line 49: cd: texk/web2c/web2c: 没有那个文件或目录 make: Nothing to be done for `all'. ./build.sh: line 50: cd: texk/web2c: 没有那个文件或目录 make: *** 没有规则可以创建目标“../kpathsea/libkpathsea.la”。 停止。 ################################# Why? In addition, how can I hack the font to change the OS/2 version number to 2.0. as you hve done? Best, Hongsheng. __________________________________________________ �Ͽ�ע���Ż����������������? http://cn.mail.yahoo.com
2006/9/17, zhaohs
Martin, can you please include this patch into the next release? Thanks.
It's already fixed, see bug 592: http://sarovar.org/tracker/index.php?func=detail&aid=592&group_id=106&atid=493 Best Martin
participants (2)
-
Martin Schröder
-
zhaohs