OSDN Git Service

lltjext.sty: direction option of picture environment
[luatex-ja/luatexja.git] / test / test09-fontspec.tex
index d0d4bf6..0fba77e 100644 (file)
@@ -2,14 +2,15 @@
 \documentclass{article}
 
 \usepackage{luatexja}
-\usepackage{luatexja-fontspec}
+\usepackage{luatexja-fontspec,booktabs,array}
 
 \defaultfontfeatures{Numbers=OldStyle}
 \setmainfont{TeXGyreTermes}
 \setsansfont{TeXGyreHeros}
 
 \defaultjfontfeatures{Scale=1.2}
-\setmainjfont[BoldFont=IPAexGothic]{IPAexMincho} % default: JFM=ujis
+\defaultjfontfeatures[main-ipa]{UprightFont=IPAexMincho,BoldFont=IPAexGothic}
+\setmainjfont{main-ipa} % default: JFM=ujis
 \setsansjfont{IPAexGothic}
 
 \newjfontfamily\ipajisninety[CJKShape=JIS1990]{IPAexMincho}
 \end{itemize}
 \end{itemize}
 \end{itemize}
+
+\newpage
+\section{fontspecによる非埋め込みフォント}
+\newjfontfamily\test[NoEmbed]{Ryumin-Light}
+
+\test
+\begin{tabular}{ll>{\itshape}l>{\slshape}l>{\scshape}l}
+\toprule
+&Upright&Italic&Slanted&Small Caps\\
+\midrule
+Regular&あいうえお&あいうえお&あいうえお&あいうえお\\
+Bold   &\textbf{あいうえお}&\textbf{あいうえお}&\textbf{あいうえお}&\textbf{あいうえお}\\
+\bottomrule
+\end{tabular}
+
 \end{document}