summaryrefslogtreecommitdiff
path: root/fonts/bbold-type1/test.tex
blob: d353bdae517c741bb427b6ee9f31c89b27ab67d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{article}
\usepackage{bbold}
\begin{document}
\def\test#1{%
\noindent #1%
\textbb{ABCDEFGHIJKLMNOPQRSTUVWXYZ\\abcdefghijklmnopqrstuvwxyz}\par%
}
\test{\Huge}
\test{\huge}
\test{\LARGE}
\test{\Large}
\test{\large}
\test{\normalsize}
\test{\small}
\test{\footnotesize}
\test{\scriptsize}
\test{\tiny}
\end{document}