diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/ocr-b/ocrb10e.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/ocr-b/ocrb10e.mf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/ocr-b/ocrb10e.mf b/Master/texmf-dist/fonts/source/public/ocr-b/ocrb10e.mf new file mode 100644 index 00000000000..1110a73a790 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/ocr-b/ocrb10e.mf @@ -0,0 +1,24 @@ +% This is OCRB10E_mf (sharp edges + negativ) +% Copyright 1995, 2010 Norbert Schwarz +% You may freely use, modify and/or distribute this file, without limitation. + +font_identifier:="OCRB10E"; +font_size 10pt#; +designsize:=10; + +%%%%%%%%%%%%%%%%%%%%%%%%% font parameters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +sharpedges := 1; % 0 -> rounded edges | 1 -> sharp edges +globalslant := 0; % slant factor (typical zero or 0.2) +lightfactor := 0; % (typical 0.6 for outlined characters) +negativ := 1; % 0 -> normal | 1 -> white characters + % on dark background +extraline := 0; % 0 -> normal +%%%%%%% do the job %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +input ocrbmac +input ocrbdef + +for kkk:=0 step 1 until 144 : makechar kkk; endfor + +end. |