summaryrefslogtreecommitdiff
path: root/fonts/frcursive/latex/t1frc.fd
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/frcursive/latex/t1frc.fd
Initial commit
Diffstat (limited to 'fonts/frcursive/latex/t1frc.fd')
-rw-r--r--fonts/frcursive/latex/t1frc.fd34
1 files changed, 34 insertions, 0 deletions
diff --git a/fonts/frcursive/latex/t1frc.fd b/fonts/frcursive/latex/t1frc.fd
new file mode 100644
index 0000000000..54ab280609
--- /dev/null
+++ b/fonts/frcursive/latex/t1frc.fd
@@ -0,0 +1,34 @@
+%-*- TeX -*-
+% NFSS definition for the French Cursive font family
+% Bugfixes by Mariusz Wodzicki.
+
+\ProvidesFile{t1frc.fd}[2004/06/12 French Cursive font definition]
+\DeclareFontFamily{T1}{frc}{}
+
+\newcommand\DeclareFrenchCursiveShape[3]{
+ \DeclareFontShape{T1}{frc}{#2}{#3}{%
+ <-8> frc#16
+ <8-14> frc#110
+ <14-> frc#114}{}}
+
+\DeclareFrenchCursiveShape {r} {m}{n}
+\DeclareFrenchCursiveShape {sl} {m}{sl}
+\DeclareFrenchCursiveShape {bx} {bx}{n}
+\DeclareFrenchCursiveShape {slbx} {bx}{sl}
+
+\newcommand\DeclareReducedFrenchCursiveShape[3]{
+ \DeclareFontShape{T1}{frc}{#2}{#3}{%
+ <-14> frc#110
+ <14-> frc#114}{}}
+
+\DeclareReducedFrenchCursiveShape {c} {cal}{n} % calligraphic
+\DeclareReducedFrenchCursiveShape {slc} {cal}{sl} % slanted calligraphic
+\DeclareReducedFrenchCursiveShape {f} {ft}{n} % fixed-thickness
+
+\DeclareFontShape{T1}{frc}{m}{ac}{<-> frca10}{}
+\DeclareFontShape{T1}{frc}{w}{n}{<-> frcw10}{}
+
+\DeclareFontShape{T1}{frc}{m}{it}{<-> sub * frc/m/sl}{}
+\DeclareFontShape{T1}{frc}{bx}{it}{<-> sub * frc/bx/sl}{}
+
+\endinput