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