From f0c23e55f516cf985d7a142f1e559ea4b5a6b47d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 15 Feb 2014 00:20:58 +0000 Subject: given existence of black+gray+slant stuff in knuth-local, seems no reason to keep these git-svn-id: svn://tug.org/texlive/trunk@32972 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/fonts/source/public/misc/blackcx.mf | 9 --------- Master/texmf-dist/fonts/source/public/misc/graycx.mf | 10 ---------- Master/texmf-dist/fonts/source/public/misc/slantcx4.mf | 11 ----------- Master/texmf-dist/fonts/source/public/misc/slantcx6.mf | 11 ----------- Master/texmf-dist/fonts/source/public/misc/slantlj6.mf | 11 ----------- 5 files changed, 52 deletions(-) delete mode 100644 Master/texmf-dist/fonts/source/public/misc/blackcx.mf delete mode 100644 Master/texmf-dist/fonts/source/public/misc/graycx.mf delete mode 100644 Master/texmf-dist/fonts/source/public/misc/slantcx4.mf delete mode 100644 Master/texmf-dist/fonts/source/public/misc/slantcx6.mf delete mode 100644 Master/texmf-dist/fonts/source/public/misc/slantlj6.mf (limited to 'Master/texmf-dist/fonts/source') diff --git a/Master/texmf-dist/fonts/source/public/misc/blackcx.mf b/Master/texmf-dist/fonts/source/public/misc/blackcx.mf deleted file mode 100644 index c920d897e5f..00000000000 --- a/Master/texmf-dist/fonts/source/public/misc/blackcx.mf +++ /dev/null @@ -1,9 +0,0 @@ -% Black font for CX with proofsheet resolution 75 pixels per inch. - -if mode<>cx: errmessage "This file is for cx only"; fi - -font_identifier "BLACKCX"; -picture pix_picture; pix_wd := pix_ht := 4; -pix_picture := unitpixel scaled 4; - -input grayf diff --git a/Master/texmf-dist/fonts/source/public/misc/graycx.mf b/Master/texmf-dist/fonts/source/public/misc/graycx.mf deleted file mode 100644 index b1e75d6ee7f..00000000000 --- a/Master/texmf-dist/fonts/source/public/misc/graycx.mf +++ /dev/null @@ -1,10 +0,0 @@ -% Gray font for CX with proofsheet resolution 75 pixels per inch. -% Each pixel is represented by a 4x4 square, with 4/16 of the dots on. - -if mode<>cx: errmessage "This file is for cx only"; fi - -font_identifier "GRAYCX"; - -boolean lightweight; - -input grayf diff --git a/Master/texmf-dist/fonts/source/public/misc/slantcx4.mf b/Master/texmf-dist/fonts/source/public/misc/slantcx4.mf deleted file mode 100644 index 34df2b82c85..00000000000 --- a/Master/texmf-dist/fonts/source/public/misc/slantcx4.mf +++ /dev/null @@ -1,11 +0,0 @@ -% slant font for slope 1/4 on the CX - -if mode<>cx: errmessage "This file is for cx only"; fi - -s=1/4; -n=30; -r#=.4; -u=2; % an approximation to r in pixels - -font_identifier "SLANTCX4"; -input slant diff --git a/Master/texmf-dist/fonts/source/public/misc/slantcx6.mf b/Master/texmf-dist/fonts/source/public/misc/slantcx6.mf deleted file mode 100644 index 6c43be0bda1..00000000000 --- a/Master/texmf-dist/fonts/source/public/misc/slantcx6.mf +++ /dev/null @@ -1,11 +0,0 @@ -% slant font for slope 1/6 on the CX - -if mode<>cx: errmessage "This file is for cx only"; fi - -s=1/6; -n=30; -r#=.4; -u=2; % an approximation to r in pixels - -font_identifier "SLANTCX6"; -input slant diff --git a/Master/texmf-dist/fonts/source/public/misc/slantlj6.mf b/Master/texmf-dist/fonts/source/public/misc/slantlj6.mf deleted file mode 100644 index 4611c455124..00000000000 --- a/Master/texmf-dist/fonts/source/public/misc/slantlj6.mf +++ /dev/null @@ -1,11 +0,0 @@ -% slant font for slope 1/6 on the LJ - -if mode<>ljfour: errmessage "This file is for ljfour only"; fi - -s=1/6; -n=30; -r#=.4; -u=2; % an approximation to r in pixels - -font_identifier "SLANTLJ6"; -input slant -- cgit v1.2.3