summaryrefslogtreecommitdiff
path: root/fonts/vicentino/kilfiger/vicent.sty
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/vicentino/kilfiger/vicent.sty
Initial commit
Diffstat (limited to 'fonts/vicentino/kilfiger/vicent.sty')
-rw-r--r--fonts/vicentino/kilfiger/vicent.sty15
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts/vicentino/kilfiger/vicent.sty b/fonts/vicentino/kilfiger/vicent.sty
new file mode 100644
index 0000000000..817e845af5
--- /dev/null
+++ b/fonts/vicentino/kilfiger/vicent.sty
@@ -0,0 +1,15 @@
+%This was written by James Kilfiger, to support the Vicentino fonts of
+%Willibald Kraml
+\ProvidesFile{vicent.sty}[1999/09/24 Vicentino Font Package]
+\newcommand\cursiveshape{\fontencoding{OT1}\fontfamily{vc}\fontshape{it}\selectfont}
+\newcommand\modernscriptshape{\fontencoding{OT1}\fontfamily{vc}\fontshape{sl}\selectfont}
+\newcommand\twistshape{\fontencoding{OT1}\fontfamily{vc}\fontshape{ui}\selectfont}
+\newcommand\vicentinofamily{\fontencoding{OT1}\fontfamily{vc}\selectfont}
+
+\DeclareTextFontCommand{\textcursive}{\cursiveshape}
+\DeclareTextFontCommand{\textmodernscript}{\modernscriptshape}
+\DeclareTextFontCommand{\texttwist}{\twistshape}
+\DeclareTextFontCommand{\textvicentino}{\vicentinofamily}
+
+
+