On May 23, 2008, at 11:36 PM, Taco Hoekwater wrote:
Jin-Hwan Cho wrote:
On May 23, 2008, at 11:14 PM, Taco Hoekwater wrote:
Jin-Hwan Cho wrote:
Looks quite interesting. Does it use fontforge library? I tested a little with the fontforge library in LuaTeX. But it was not successful for CJK fonts. It took too much time.
Yes, it uses fontforge. I attach a small plain.tex test file and hacked version of Wlodek's opentype.lua. This is just a rough demonstration, proper support needs (much?) more work done of course. I just wanted to show that the glyphs are really there and can be accessed. Thank you very much. \pdfoutput=1
\directlua0{ dofile('opentype.lua') } Where can I find "opentype.lua"?
Same email message, second attachment.
I found. Actually I wonder that what "\byecallback" is. Thanks again. Best regards, ChoF.