blob: 7b432c8756e1aee7f944abcebe8160b3bddd6a83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\documentclass[a4paper]{article}
\input MorrisIn.fd
\pagestyle{empty}
\begin{document}
\begin{center}
\fontsize{60pt}{72pt}\usefont{U}{MorrisIn}{xl}{n}
ABCDE \\
FGHIJK \\
LMNOP \\
QRSTU \\
VWXYZ \\
\end{center}
\vfill
\begin{center}
Font name: ``MorrisIn'' (MorrisInitialen)
\end{center}
\end{document}
|