File: msk-ocrb10ffg.mp

package info (click to toggle)
fonts-ocr-b 0.2~dfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 628 kB
  • ctags: 34
  • sloc: sh: 625; perl: 356; makefile: 232
file content (29 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
%
% Modified by Matthew Skala, March 2011, to make it MetaType1 compatible
%

% This is OCRB10F_mf   (outline)
% Copyright 1995, 2010 Norbert Schwarz
% You may freely use, modify and/or distribute this file, without limitation.

input fntbase.mp;
% font_identifier:="OCRB10F";
font_size:=10pt#;
designsize:=10pt#;

%%%%%%%%%%%%%%%%%%%%%%%%% font parameters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

sharpedges  := 0;          %  0 -> rounded edges   |  1 -> sharp edges
globalslant := 0;          %  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 msk-ocrbmac.mp;
input msk-ocrbdef.mp;

for kkk:=0 step 1 until 144 : makechar kkk; endfor

end.