summaryrefslogtreecommitdiff
path: root/fonts/cm/mf/title.mf
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/cm/mf/title.mf
Initial commit
Diffstat (limited to 'fonts/cm/mf/title.mf')
-rw-r--r--fonts/cm/mf/title.mf31
1 files changed, 31 insertions, 0 deletions
diff --git a/fonts/cm/mf/title.mf b/fonts/cm/mf/title.mf
new file mode 100644
index 0000000000..d639e2d7cb
--- /dev/null
+++ b/fonts/cm/mf/title.mf
@@ -0,0 +1,31 @@
+% THIS IS THE OFFICIAL COMPUTER MODERN SOURCE FILE title.mf BY D E KNUTH.
+% IT MUST NOT BE MODIFIED IN ANY WAY UNLESS THE FILE NAME IS CHANGED!
+
+% This makes a short font (caps and digits only)
+
+font_coding_scheme:="ASCII caps and digits";
+
+mode_setup; font_setup;
+
+input romanu; % upper case (majuscules)
+input romand; % numerals
+
+font_slant slant; font_x_height x_height#;
+if monospace: font_normal_space 9u#; % no stretching or shrinking
+ font_quad 18u#;
+ font_extra_space 9u#;
+else: font_normal_space 6u#+2letter_fit#;
+ font_normal_stretch 3u#; font_normal_shrink 2u#;
+ font_quad 18u#+4letter_fit#;
+ font_extra_space 2u#;
+ k#:=-.5u#; kk#:=-1.5u#; kkk#:=-2u#; % three degrees of kerning
+ ligtable "P": "T": "Y": "A" kern kk#;
+ ligtable "F": "V": "W": "A" kern if serifs: kkk# else: kk#\\fi,
+ "K": "X": "O" kern k#, "C" kern k#, "G" kern k#, "Q" kern k#;
+ ligtable "O": "D": "X" kern k#, "W" kern k#, "A" kern k#,
+ "V" kern k#, "Y" kern k#;
+ ligtable "A": if serifs: "R": fi
+ "C" kern k#, "O" kern k#, "G" kern k#, "U" kern k#, "Q" kern k#,
+ "L": "T" kern kk#, "Y" kern kkk#, "V" kern kk#, "W" kern kkk#;
+ ligtable "I": "I" kern -k#; fi % Richard III
+bye.