summaryrefslogtreecommitdiff
path: root/fonts/raleway/doc/raleway-otf-specimen.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/raleway/doc/raleway-otf-specimen.tex
Initial commit
Diffstat (limited to 'fonts/raleway/doc/raleway-otf-specimen.tex')
-rw-r--r--fonts/raleway/doc/raleway-otf-specimen.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/fonts/raleway/doc/raleway-otf-specimen.tex b/fonts/raleway/doc/raleway-otf-specimen.tex
new file mode 100644
index 0000000000..646aec31c8
--- /dev/null
+++ b/fonts/raleway/doc/raleway-otf-specimen.tex
@@ -0,0 +1,34 @@
+\documentclass[11pt]{standalone}
+\usepackage{array}
+\usepackage[default,opentype]{raleway}
+
+\newcommand*\spA{abcde}
+\newcommand*\spB{01469}
+\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1\\}
+\begin{document}
+\begin{tabular}{
+ >{}l
+ >{\ralewaythin}c
+ >{\ralewayextra}c
+ >{\ralewaylight}c
+ >{\raleway}c
+ >{\ralewaymedium}c
+ >{\ralewaylight\bfseries}c
+ >{\raleway\bfseries}c
+ >{\ralewayextra\bfseries}c
+ >{\ralewaythin\bfseries}c }
+ & Thin & ExtraLight & Light & Regular & Medium & Semibold & Bold & Extrabold & Black \\
+ normal \spr
+ italic \spr[\itshape\spA]
+ small-caps \spr[\scshape\spA]
+ italic small-caps \spr[\scshape\itshape\spA]
+ capitals \spr[\MakeUppercase\spA]
+ italic capitals \spr[\itshape\MakeUppercase\spA]
+ lining \spr[\liningnums{\spB}]
+ lining italic \spr[\liningnums{\itshape\spB}]
+% lining small-caps \spr[\liningnums{\scshape\spB}]
+ old-style \spr[\oldstylenums{\spB}]
+ old-style italic \spr[\oldstylenums{\itshape\spB}]
+% old-style small-caps \spr[\oldstylenums{\scshape\spB}]
+\end{tabular}
+\end{document} \ No newline at end of file