Skip to content

Instantly share code, notes, and snippets.

@fjyuu
Created June 17, 2012 07:36
Show Gist options
  • Save fjyuu/2943838 to your computer and use it in GitHub Desktop.
Save fjyuu/2943838 to your computer and use it in GitHub Desktop.
TeXフォントチェック
\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