diff options
author | joye <joye> | 2014-06-18 16:15:12 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-18 16:15:12 (GMT) |
commit | beab7dc79315ecc4ae62b09ffae62e90a86e8638 (patch) | |
tree | e21b8eea300593ea9abbdcfb8c067b7d0efb69a6 /src | |
parent | 36fd7fea2c8c99aa7c11b92382e196fe06dfc908 (diff) | |
download | blt-beab7dc79315ecc4ae62b09ffae62e90a86e8638.zip blt-beab7dc79315ecc4ae62b09ffae62e90a86e8638.tar.gz blt-beab7dc79315ecc4ae62b09ffae62e90a86e8638.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltGrPSOutput.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index e698be4..eba268c 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -694,7 +694,7 @@ void PostScript::prolog() "\n" "/SetFont { \n" " % Stack: pointSize fontName\n" -" findfont exch scalefont ISOEncode setfont\n" +" findfont exch 1.25 mul scalefont ISOEncode setfont\n" "} def\n" "\n" "/Box {\n" |