diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-27 18:39:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-27 18:39:38 +0000 |
commit | 44312bd516be1107dc213dfe465f82ed334545eb (patch) | |
tree | ec368cdd80f38f6e7e9bb157dfbd42a59fe61a24 /Master/texmf-dist/fonts/source/public | |
parent | 0b078b480c17159fc6593166629322d947f58514 (diff) |
scale to 8 for ljfour, not 4 (which is the value
for the 300dpi blackcx). Report and fix from DEK.
git-svn-id: svn://tug.org/texlive/trunk@24955 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/misc/blacklj.mf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/fonts/source/public/misc/blacklj.mf b/Master/texmf-dist/fonts/source/public/misc/blacklj.mf index 640f36ea508..a1808c8a6c8 100644 --- a/Master/texmf-dist/fonts/source/public/misc/blacklj.mf +++ b/Master/texmf-dist/fonts/source/public/misc/blacklj.mf @@ -1,9 +1,9 @@ -% Black font for LJ with proofsheet resolution 150 pixels per inch. +% Black font for LJ with proofsheet resolution 75 pixels per inch. if mode<>ljfour: errmessage "This file is for ljfour only"; fi font_identifier "BLACKLJ"; -picture pix_picture; pix_wd := pix_ht := 4; -pix_picture := unitpixel scaled 4; +picture pix_picture; pix_wd := pix_ht := 8; +pix_picture := unitpixel scaled 8; input grayf |