summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/jknappen/fc/b-fcitt.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/jknappen/fc/b-fcitt.mf')
-rw-r--r--Master/texmf-dist/fonts/source/jknappen/fc/b-fcitt.mf25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/jknappen/fc/b-fcitt.mf b/Master/texmf-dist/fonts/source/jknappen/fc/b-fcitt.mf
new file mode 100644
index 00000000000..2fbad8f8445
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/jknappen/fc/b-fcitt.mf
@@ -0,0 +1,25 @@
+% African Computer Modern Italic Typewriter Text
+if unknown cmbase: input cmbase fi
+
+font_identifier:="FCITT"; font_size design_size * pt#;
+
+% This font is a modification of African Computer Modern Typewriter Text
+
+univ_acc_breadth:=0.5; % zusatz parameter for the universal accent
+input c-cmtt; % compute cm typewriter parameters
+ % ... but change the following ones:
+
+letter_fit#:= % extra space added to all sidebars
+ ((letter_fit#*360pt#) + (design_size * 15))/360pt#;
+
+jut#:= % protrusion of lowercase serifs
+ ((jut#*360pt#) + (design_size * 6))/360pt#;
+
+slant:= % tilt ratio $(\Delta x/\Delta y)$
+ 0.25;
+
+variant_g:= % should an italic-style g be used?
+ true;
+
+generate fcitalic; % switch to the driver file
+endinput;