aboutsummaryrefslogtreecommitdiff
path: root/latex_frcursive/texmf/tex/latex/frcursive/t1frc.fd
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2018-01-01 13:59:18 +0100
committerSébastien Dailly <sebastien@chimrod.com>2018-01-01 13:59:18 +0100
commit68b91fae3b623d719ada6d5d15b5ced4871ec0b0 (patch)
tree8011dced6f898470e195d145d578d0a62abf1f73 /latex_frcursive/texmf/tex/latex/frcursive/t1frc.fd
parent110af509a41e8c3bbc8f282be70a5d746423548f (diff)
Added frcursive for latex
Diffstat (limited to 'latex_frcursive/texmf/tex/latex/frcursive/t1frc.fd')
-rw-r--r--latex_frcursive/texmf/tex/latex/frcursive/t1frc.fd34
1 files changed, 34 insertions, 0 deletions
diff --git a/latex_frcursive/texmf/tex/latex/frcursive/t1frc.fd b/latex_frcursive/texmf/tex/latex/frcursive/t1frc.fd
new file mode 100644
index 0000000..54ab280
--- /dev/null
+++ b/latex_frcursive/texmf/tex/latex/frcursive/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