rizwan3d / noto

Automatically exported from code.google.com/p/noto
1 stars 0 forks source link

Cannot use Noto Sans CJK in XeTeX #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I tried to use Noto Sans CJK in XeTeX, like

\documentclass{article}
\usepackage{xeCJK}
\setCJKmainfont{Noto Sans CJK SC}
\title{中文}
\begin{document}
\maketitle
\end{document}

There's an error when compiling:

** WARNING ** Failed to load ToUnicode CMap for font "NotoSansCJKsc-Regular"

Original issue reported on code.google.com by wentao....@gmail.com on 20 Dec 2014 at 6:09

GoogleCodeExporter commented 9 years ago
Based on the following thread from July (the first message in the thread is 
provided), XeTeX or one of its libraries has an issue when dealing with 
CID-keyed or possibly CFF-based fonts: 
http://tug.org/pipermail/xetex/2014-July/025385.html

Original comment by ken.lu...@gmail.com on 20 Dec 2014 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by stua...@google.com on 28 Feb 2015 at 12:29

GoogleCodeExporter commented 9 years ago
This should be fixed in newer XeTeX according to this thread:
http://tug.org/pipermail/xetex/2014-July/thread.html#25385

Original comment by behdad@google.com on 5 Mar 2015 at 8:08