From 45cce1faadfd2d1c5bc1d453fb9c86a22e23fb4b Mon Sep 17 00:00:00 2001 From: stanton Date: Thu, 4 Feb 1999 20:59:48 +0000 Subject: * library/prolog.ps: Changed string that determines font height to include European character with an umlaut. --- library/prolog.ps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/prolog.ps b/library/prolog.ps index 6a2ba6c..9c76878 100644 --- a/library/prolog.ps +++ b/library/prolog.ps @@ -3,7 +3,7 @@ % This is a standard prolog for Postscript generated by Tk's canvas % widget. -% RCS: @(#) $Id: prolog.ps,v 1.2 1998/09/14 18:23:24 stanton Exp $ +% RCS: @(#) $Id: prolog.ps,v 1.3 1999/02/04 20:59:48 stanton Exp $ % The definitions below just define all of the variables used in % any of the procedures here. This is needed for obscure reasons @@ -230,7 +230,7 @@ systemdict /ISOLatin1Encoding known not { % Compute the baseline offset and the actual font height. - 0 0 moveto (TXygqPZ) false charpath + 0 0 moveto (TXygqPZÄ) false charpath pathbbox dup /baseline exch def exch pop exch sub /height exch def pop newpath -- cgit v0.12