summaryrefslogtreecommitdiff
path: root/fonts/gothic/oldlatin/test_ol_bf.tex
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/gothic/oldlatin/test_ol_bf.tex')
-rw-r--r--fonts/gothic/oldlatin/test_ol_bf.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/fonts/gothic/oldlatin/test_ol_bf.tex b/fonts/gothic/oldlatin/test_ol_bf.tex
new file mode 100644
index 0000000000..f3d9ebb53e
--- /dev/null
+++ b/fonts/gothic/oldlatin/test_ol_bf.tex
@@ -0,0 +1,36 @@
+\documentclass[10pt,a4paper]{article}
+\font\olb=olb10 scaled 1000
+\font\olbxfive=olbx5 scaled 1000
+\font\olbxsix=olbx6 scaled 1000
+\font\olbxseven=olbx7 scaled 1000
+\font\olbxeight=olbx8 scaled 1000
+\font\olbxnine=olbx9 scaled 1000
+\font\olbxten=olbx10 scaled 1000
+\font\olbxtwelve=olbx12 scaled 1000
+\font\olbxs=olbxsl10 scaled 1000
+\newcommand{\Ligature}{%
+\input test_alphabet.tex
+}
+\begin{document}
+
+Computer Modern Roman 10pt:\\{\Ligature}
+
+Bold Roman 10pt:\\{\olb \Ligature}
+
+Bold Extended Roman 5pt:\\{\olbxfive \Ligature}
+
+Bold Extended Roman 6pt:\\{\olbxsix \Ligature}
+
+Bold Extended Roman 7pt:\\{\olbxseven \Ligature}
+
+Bold Extended Roman 8pt:\\{\olbxeight \Ligature}
+
+Bold Extended Roman 9pt:\\{\olbxnine \Ligature}
+
+Bold Extended Roman 10pt:\\{\olbxten \Ligature}
+
+Bold Extended Roman 12pt:\\{\olbxtwelve \Ligature}
+
+Bold Extended Slanted Roman 10pt:\\{\olbxs \Ligature}
+
+\end{document}