From 44312bd516be1107dc213dfe465f82ed334545eb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 27 Dec 2011 18:39:38 +0000 Subject: 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 --- Master/texmf-dist/fonts/source/public/misc/blacklj.mf | 6 +++--- 1 file 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 -- cgit v1.2.3