Have you tried using the fontspec package?
I can use any installed font, even if there are spaces in the names. Please note that I am using a Mac, but according to the package documentation, it should work on any xetex-based system. In the following example, the Chinese font is "Apple LiSung." (Of course, the file encoding is UTF-8.)
\usepackage{fontspec}% provides font selecting commands \usepackage{xunicode}% provides unicode character macros \usepackage{xltxtra} % provides some fixes/extras \newfontfamily\zh{Apple LiSung} \begin{document} And then she asked: {\zh δ»ε€©δ½ θΏε₯½εοΌ} But I couldn't answer ...
See excellent package documentation here .
glts
source share