From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- fonts/ocr-b/ocrb10g.mf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 fonts/ocr-b/ocrb10g.mf (limited to 'fonts/ocr-b/ocrb10g.mf') diff --git a/fonts/ocr-b/ocrb10g.mf b/fonts/ocr-b/ocrb10g.mf new file mode 100644 index 0000000000..16af069c13 --- /dev/null +++ b/fonts/ocr-b/ocrb10g.mf @@ -0,0 +1,24 @@ +% This is OCRB10G_mf (outline,slanted) +% Copyright 1995, 2010 Norbert Schwarz +% You may freely use, modify and/or distribute this file, without limitation. + +font_identifier:="OCRB10G"; +font_size 10pt#; +designsize:=10; + +%%%%%%%%%%%%%%%%%%%%%%%%% font parameters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +sharpedges := 0; % 0 -> rounded edges | 1 -> sharp edges +globalslant := 0.2; % slant factor (typical zero or 0.2) +lightfactor := 0.60; % (typical 0.6 for outlined characters) +negativ := 0; % 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. -- cgit v1.2.3