diff options
Diffstat (limited to 'Master/texmf-dist')
5 files changed, 0 insertions, 52 deletions
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 |