summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/cjk-gs-integrate/tests/otfcidsample.tex
blob: e1a03ba5a98ac8c15dbe4e64050eb743750f723f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% -*- coding: utf-8-unix -*-
\documentclass{jsarticle}
\usepackage[deluxe,multi]{otf}
\newcommand{\sampleSC}{\UTFC{76F4}\UTFC{9AA8}}
\newcommand{\sampleTC}{\UTFT{76F4}\UTFT{9AA8}}
\newcommand{\sampleJ}{\UTF{76F4}\UTF{9AA8}}
\newcommand{\sampleK}{\UTFK{76F4}\UTFK{9AA8}}

\begin{document}\noindent
\begin{center}
 \begin{tabular}{lllll}
  & SC & TC & J & K\\
  Serif              
  & {\sampleSC}                   
  & %{\sampleTC}                   
  & {\sampleJ}                   
  & {\sampleK}                  
  \\
  Serif bold         
  & %{\bfseries\sampleSC}          
  & %{\bfseries\sampleTC}          
  & {\bfseries\sampleJ}          
  & {\bfseries\sampleK}         
  \\
  Sans serif         
  & {\gtfamily\sampleSC}          
  & %{\gtfamily\sampleTC}          
  & {\gtfamily\sampleJ}          
  & {\gtfamily\sampleK}         
  \\
  Sans serif bold    
  & %{\gtfamily\bfseries\sampleSC} 
  & %{\gtfamily\bfseries\sampleTC} 
  & {\gtfamily\bfseries\sampleJ} 
  & {\gtfamily\bfseries\sampleK}
  \\
  Sans serif variant 
  & %{\mgfamily\sampleSC}          
  & %{\mgfamily\sampleTC}          
  & {\mgfamily\sampleJ}          
  & {\mgfamily\sampleK}         
 \end{tabular}
\end{center}

Note. SC: Simplified Chinese, TC: Traditional Chinese, J: Japanese, K: Korean.
\end{document}