diff options
author | stanton <stanton@noemail.net> | 1999-02-04 20:59:47 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-02-04 20:59:47 (GMT) |
commit | 5d366fdb236cbfdcd61f766a5ec198a01ed60b51 (patch) | |
tree | adb3af8d57445b062b917281dd8e0cd9f7728ea5 /library | |
parent | c068c0345ec9a24471c5330d087790b89b3e82ac (diff) | |
download | tk-5d366fdb236cbfdcd61f766a5ec198a01ed60b51.zip tk-5d366fdb236cbfdcd61f766a5ec198a01ed60b51.tar.gz tk-5d366fdb236cbfdcd61f766a5ec198a01ed60b51.tar.bz2 |
* library/prolog.ps: Changed string that determines font height to
include European character with an umlaut.
FossilOrigin-Name: a3d9ee80e761a311d42cd45ce3f01d5147cb06f9
Diffstat (limited to 'library')
-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 |