OSDN Git Service

Regenerated luatexja-{ja,en,zh}.pdf.
[luatex-ja/luatexja.git] / test / test09-fontspec.tex
index b72f460..d0d4bf6 100644 (file)
@@ -16,7 +16,7 @@
 
 \begin{document}
 
-\section{fontspec のテスト}
+\section{fontspecのテスト}
 
 ※テストのため,欧文文字に対して和文文字のサイズを大きくしています.
 
 
 \vspace{1\zw}
 
-{
-\jfontspec[NoEmbed]{GothicBBB-Medium}
-ここだけ非埋め込みゴシック(フォントのプロパティを見てみよう).
+\subsection{Kerning}
+{\jfontspec[NoEmbed]{Ryumin-Light}
+
+アノ ← Kerning=Off
+
+\noindent{\addjfontfeatures{Kerning=On} アノ ← Kerning=On}
 }
 
+\subsection{unicode}
+
+設定依存:「\char"201C」「\char"010F」%"
+常に和文:「\ltjjachar"201C」「\ltjjachar"010F」%"
+常に欧文:「\ltjalchar"201C」「\ltjalchar"010F」%"
+
+{\tracingall\let\char=\ltjalchar\textquotedblleft}あ\textquotedblleft あ%
+{\let\char=\ltjjachar\textquotedblleft}あ“あ
+
+\begin{itemize}
+\item hoge
+\begin{itemize}
+\item hoge\textendash\ltjjachar"2013\ltjalchar"2013
+\begin{itemize}
+\item hoge
+\begin{itemize}
+\item hoge|\textperiodcentered|\ltjjachar"00B7|\ltjalchar"00B7|・|
+\end{itemize}
+\end{itemize}
+\end{itemize}
+\end{itemize}
 \end{document}