% tbsymb.mf [1995/10/19 v0.998k WaS] % (c) Copyright 1995 Walter Schmidt % (c) Copyright 1995 J"org Knappen % See the file `copyrite.txt' from the DC fonts package!!! % This file was taken from the DC fonts v 1.2 and adapted to the % CM Bright family of fonts. Changes are marked by `(CMBR)'. % % Driver file for the tc fonts % mode_setup; font_setup; define_pixels(sym_u);define_whole_vertical_pixels(sym_height); % (CMBR) % width of circles for copyright etc., ensures real circles! (CMBR) numeric circ_w#; % circ_w#=2u#+body_height#+max(paren_depth#,desc_depth#); input dxaccess; % accent accessories input tbpseudo; % pseudoparameters (CMBR) input txmacros; % additional macros input txaccent; % flat accents for capital letters input txolddig; % old style digits (original cm) input tbsymbol; % misc. symbols (CMBR) input tbdata; % Latin1/2, ISO-6937 symbols (CMBR) input txgen; % genealogical symbols (by DEK) if variant_g: % italics? input txisuper; % superscript 1,2,3 input txifract; % fractions 1/4, 1/2, 3/4 else: input txrsuper; % superscript 1,2,3 input txrfract; % fractions 1/4, 1/2, 3/4 fi; font_coding_scheme:="TeX text companion symbols 1---TS1"; if known boundarychar: boundarychar:=oct"027"; fi 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 font_character_set 11; % <-- preliminary setting font_acc_height acc_height#; font_cap_height cap_height#; font_asc_height asc_height#; font_rule_thickness rule_thickness#; %font_baselineskip baselineskip#; bye.