summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/cmbright/ttsymb.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/cmbright/ttsymb.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/cmbright/ttsymb.mf64
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/cmbright/ttsymb.mf b/Master/texmf-dist/fonts/source/public/cmbright/ttsymb.mf
new file mode 100644
index 00000000000..9a5e5ff1ecb
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/cmbright/ttsymb.mf
@@ -0,0 +1,64 @@
+% ttsymb.mf
+%
+% (c) Copyright 1995, 1996, 1997 J"org Knappen
+% (c) Copyright 2000 J"org Knappen, Walter Schmidt
+%
+% This file is part of the CM Bright fonts v1.0f
+%
+% Driver file for the tc fonts,
+% to be used for the Typewriter Light typefaces.
+%
+
+version_check(1,0); % |version_check| was introduced in dc1.3
+
+input exaccess; % accent accessories
+input txpseudo; % pseudoparameters
+
+mode_setup; font_setup; pseudo_setup;
+
+input txaccent; % flat accents for capital letters
+input txgen; % genealogical symbols (by DEK)
+input ttsymbol; % misc. symbols % <-----------------
+if variant_g: % italics?
+ input txitlod; % old style digits (by GJL)
+ input txisuper; % superscript 1,2,3
+ input txifract; % fractions 1/4, 1/2, 3/4
+else: % roman
+ input txromod; % old style digits (by DEK)
+ input txrsuper; % superscript 1,2,3
+ input txrfract; % fractions 1/4, 1/2, 3/4
+fi;
+
+% Ligtable
+
+if not monospace:
+ ligtable "-": oct"177" =: oct"177"; % <hyphen><hyphenchar> => <hyphenchar>
+fi
+
+% Fontparameter
+%
+font_coding_scheme:="TeX text companion symbols 1---TS1";
+boundarychar:=oct"027";
+font_slant slant;
+font_x_height x_height#;
+font_cap_height cap_height#;
+font_asc_height asc_height#;
+font_acc_cap_height (cap_height#+acc_height#);
+font_desc_depth desc_depth#;
+font_max_height(max(asc_height#,body_height#,
+ cap_height#+acc_height#));
+font_max_depth(max(desc_depth#,paren_depth#,the_ogonek_depth#));
+% font_digit_width % set inside the digits file
+font_cap_stem cap_stem#; % No letter capital I in the symbols
+font_baselineskip max(1.2*designsize,body_height#+paren_depth#);
+
+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#;
+fi
+
+bye.