Hello. I'm trying to use Adobe KentenGeneric OpenType Font, (http://sourceforge.net/projects/kenten-generic.adobe/files/) whose CID is Adobe-Identity-0.
I tested with the following source test.tex.
The PDF generated by XeTeX (test-xetex.pdf) is fine,
but that by LuaTeX (test-luatex.pdf) doesn't include
any glyphs of KentenGeneric.
Does anyone know a solution for this situation, or its cause?
--- test.tex ---
\documentclass{article}
\usepackage{fontspec}
\begin{document}
\fontspec{KentenGeneric.otf}\Huge
\fbox{%
\char"2022\char"25B2\char"25B3\char"25C9
\char"25CB\char"25CE\char"25CF\char"25E6
\char"FE45\char"FE46
}
\end{document}
---
Regards
Hironori KITAGAWA <[email protected]>
test-luatex.pdf
Description: Adobe PDF document
test-xetex.pdf
Description: Adobe PDF document
