% dxroman.mf % % (c) Copyright 1995 J"org Knappen % (c) Copyright 1990, 1992 Norbert Schwarz % % This file is part of dcfonts version 1.2 % % Please read the files 00readme.txt, 00inst.txt, 00error.txt, and % copyrite.txt for further information % % You find some documentation in dcdoc.tex (needs LaTeX2e) % % Content: % % driver file, called by parameter files with roman style fonts mode_setup; font_setup; % % dx r l west % i u east % : : : % : : west '3xx / east '2xx % : uppercase/lowercase % roman / italic input dxaccess; % accessories for polish special letters input dxpseudo; % pseudoparameters input dxruwest; input dxrlwest; input dxrueast; input dxrleast; % input dxbraces; % ^ ~ cwm ( ) < | > [ ] \ { } _ - (177) space (040) input dxpunct; % < << > >> ! ` ' * + , . / = ; : (spanish !) % input dxaccent; % input dxsign; % zero for mille, " # $ % @ pound sign % input dxrlig; % dotless i,j; letter ligatures ff fi fl ffi ffl % input dxromp; % (roman punctuation) & ? (spanish ?) % input dxrulett; % upper case (majuscules) input dxrllett; % lower case (minuscules) 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#; if monospace: font_normal_space 9u#; % no stretching or shrinking font_quad 18u#; font_extra_space 9u#; input dxmligtb; % do the ligature programs for monospaced fonts else: font_normal_space 6u#+2letter_fit#; font_normal_stretch 3u#; font_normal_shrink 2u#; font_quad 18u#+4letter_fit#; font_extra_space 2u#; input dxrligtb; % do the ligature programs, not for monospaced fonts fi 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.