Created
June 17, 2012 07:36
-
-
Save fjyuu/2943838 to your computer and use it in GitHub Desktop.
TeXフォントチェック
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{jsarticle} | |
\usepackage[expert,deluxe]{otf} | |
\begin{document} | |
\noindent {\usekanji{JY1}{hmc}{m}{n} \Huge 漢字仮名交じり文の例:明朝} | |
\noindent {\mcfamily \Huge 漢字仮名交じり文の例:明朝} | |
\noindent {\usekanji{JY1}{hmc}{bx}{n} \Huge 漢字仮名交じり文の例:太明朝} | |
\noindent {\mcfamily\bfseries \Huge 漢字仮名交じり文の例:太明朝} | |
\noindent {\usekanji{JY1}{hgt}{m}{n} \Huge 漢字仮名交じり文の例:ゴシック} | |
\noindent {\gtfamily \Huge 漢字仮名交じり文の例:ゴシック} | |
\noindent {\usekanji{JY1}{hgt}{bx}{n} \Huge 漢字仮名交じり文の例:太ゴシック} | |
\noindent {\gtfamily\bfseries \Huge 漢字仮名交じり文の例:太ゴシック} | |
\noindent {\usekanji{JY1}{mg}{m}{n} \Huge 漢字仮名交じり文の例:丸ゴシック} | |
\noindent {\mgfamily \Huge 漢字仮名交じり文の例:丸ゴシック} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment