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