% txmacros.mf % % % (c) Copyright 1995, 1996 J"org Knappen % (c) Copyright 1990, 1992 Norbert Schwarz % % This file is part of dcfonts version 1.3 % % 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) % % Version 1.3 % 31-MAY-1996 % % Additional macros needed for the tc fonts version_check(0,9); % |version_check| was introduced in dc1.3 % |center_on| from cmbase def center_on(expr x) = if not monospace: % change width for symmetric fit r:=r+2x-w; w:=2x; fi enddef; % % The tc fonts contain accents for capital letters % vardef is_cap = true enddef; % endinput;