diff options
author | stanton <stanton> | 1999-02-04 20:59:48 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-04 20:59:48 (GMT) |
commit | 45cce1faadfd2d1c5bc1d453fb9c86a22e23fb4b (patch) | |
tree | adb3af8d57445b062b917281dd8e0cd9f7728ea5 /library/prolog.ps | |
parent | f24f33c90542b7651835ef2883cd302389178d0d (diff) | |
download | tk-45cce1faadfd2d1c5bc1d453fb9c86a22e23fb4b.zip tk-45cce1faadfd2d1c5bc1d453fb9c86a22e23fb4b.tar.gz tk-45cce1faadfd2d1c5bc1d453fb9c86a22e23fb4b.tar.bz2 |
* library/prolog.ps: Changed string that determines font height to
include European character with an umlaut.
Diffstat (limited to 'library/prolog.ps')
-rw-r--r-- | library/prolog.ps | 4 |
1 files 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 |