% txmacros.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)
%
% Version 1.0
% 31-AUG-1995
%
% Additional macros needed for the tc fonts

% |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;