% dbroman.mf [1995/10/05 v0.998c WaS] % (c) Copyright 1995 Walter Schmidt % (c) Copyright 1995 J"org Knappen % (c) Copyright 1990, 1992 Norbert Schwarz % 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)'. % % Content: % % Driver file, called by parameter files with roman style fonts mode_setup; font_setup; define_pixels(sym_u);define_whole_vertical_pixels(sym_height); % (CMBR) % % dx r l west % i u east % : : : % : : west '3xx / east '2xx % : uppercase/lowercase % roman / italic input dxaccess; % accessories for polish special letters input dbpseudo; % pseudoparameters (CMBR) input dxruwest; input dbrlwest; % (CMBR) input dxrueast; input dbrleast; % (CMBR) % input dxbraces; % ^ ~ cwm ( ) < | > [ ] \ { } _ - (177) space (040) input dbpunct; % < << > >> ! ` ' * + , . / = ; : (spanish !) (CMBR) % input dxaccent; % input dxsign; % zero for mille, " # $ % @ pound sign % input dbrlig; % dotless i,j; letter ligatures ff fi fl ffi ffl (CMBR) % input dxromp; % (roman punctuation) & ? (spanish ?) % input dxrulett; % upper case (majuscules) input dbrllett; % lower case (minuscules) (CMBR) input dxrdigit; % roman digits % % Fontparameter % font_coding_scheme:="Extended TeX Font Encoding - Latin"; if known boundarychar: boundarychar:=oct"027"; fi font_slant slant; font_x_height x_height#; font_normal_space 5.7u#+2letter_fit#; % (CMBR) font_normal_stretch 2.85u#; font_normal_shrink 1.9u#; % (CMBR) font_quad 18u#+4letter_fit#; font_extra_space 1.9u#; % (CMBR) input dbrligtb; % (CMBR) font_character_set 1; font_acc_height acc_height#; font_cap_height cap_height#; font_asc_height asc_height#; font_rule_thickness rule_thickness#; %font_baselineskip baselineskip#; bye.