From: Hironori Kitagawa Date: Sun, 14 Jun 2015 14:09:16 +0000 (+0900) Subject: tex/test01.tex: added hkna/vkna feature test X-Git-Tag: 20150906.0~18 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=a1e92459c8c2e753ea359e446a0316e16eaaf543;p=luatex-ja%2Fluatexja.git tex/test01.tex: added hkna/vkna feature test --- diff --git a/test/test01.pdf b/test/test01.pdf index 95dc572..0394536 100644 Binary files a/test/test01.pdf and b/test/test01.pdf differ diff --git a/test/test01.tex b/test/test01.tex index 519144f..83fc40b 100644 --- a/test/test01.tex +++ b/test/test01.tex @@ -109,4 +109,21 @@ \test{ujis} \test{jis} \test{min} + +\bigskip +{\noindent\bf\tengt ■pdftotext} +\jfont\jisnorm={file:KozMinPr6N-Regular.otf:script=latn;color=0000007f;jfm=ujis} +\jfont\jishkna={file:KozMinPr6N-Regular.otf:script=latn;+hkna;color=ff00007f;jfm=ujis} +\jfont\jisvkna={file:KozMinPr6N-Regular.otf:script=latn;+vkna;color=0000ff7f;jfm=ujis} + +\setbox0=\hbox{\jisnorm あいうえお} +\setbox2=\hbox{\jishkna あいうえお} +\setbox4=\hbox{\jisvkna あいうえお} + +\leavevmode \copy0 \rlap{\copy0}\copy2 \copy2 + +\leavevmode \rlap{\copy0}\copy4 \rlap{\copy2}\copy4 + +\leavevmode \copy4 + \end