summaryrefslogtreecommitdiff
path: root/fonts/oca/ocra.mf
blob: 373e9c3838f9e6ed21189beb37f1d9c12e2afa17 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% METAFONT-84 Definition for OCR-A Optical Character Recognition Font
% (C) Copyright 1988, 1989 Richard B. Wales.  All Rights Reserved.
%
% Coded by:
%
%	Richard B. Wales
%	Computer Science Department
%	University of California, Los Angeles (UCLA)
%	Los Angeles, California 90024-1596 (USA)
%	+1 (213) 825-5683
%	wales@CS.UCLA.EDU
%
% Source of information:
%
%	ANSI Standard X3.17-1977 (approved January 20, 1977, by the
%	American National Standards Institute, Inc.)
%
% Based on an earlier version by:
%
%	Tor Lillqvist
%	Computing Services
%	Technical Research Centre of Finland
%	TML@FINGATE.BITNET; mcvax!santra!tml
%
% Terms of copyright:
%
%	You may do anything you wish with this font definition, as
%	long as you retain the original copyright notice and credit
%	information intact in the source, and do not charge any fee
%	for distribution of either the source or any fonts derived
%	from it beyond a reasonable copying or communications charge.
%
% Disclaimer:
%
%	While I have made every reasonable effort to make this font
%	definition correspond to the specifications in ANSI Standard
%	X3.17-1977, I do not guarantee that it conforms fully to all
%	official requirements for the OCR-A font, nor that the char-
%	acters produced from this definition will be usable by any
%	particular OCR hardware and/or software.  It is the respon-
%	sibility of the user to determine the usability of this font
%	definition for his application.  Use of this font definition
%	is totally at the user's own risk and without any warranty
%	whatsoever, express or implied.  Neither the author nor his
%	employer will be responsible for any damages, including
%	secondary or consequential damages, arising out of the use of
%	this font definition.
%
%	The four ASCII characters "Tilde", "Underline", "Grave Accent",
%	and "Vertical Bar" do not appear as part of ANSI X3.17-1977.
%	In order to make a complete ASCII character set, I supplemented
%	the standard with my own designs for these four characters.
%	Since these characters are not part of any standard, they will
%	presumably *NOT* be readable by any existing OCR-A equipment.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Much of the following material is copied essentially intact from
% Lillqvist's work; specifically, the "join", "fill_corners", and
% "angle_fill_corner" routines.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%
% Miscellaneous stuff.
%
mode_setup;
% letter_fit# := 1.25T#;
letter_fit# := 0;
define_whole_pixels (W, H, L, T, Y, R, letter_fit);    % round off
theta := (2*94/55)*(W/H);	% 2-degree angle for some small letters
def adjust_fit =
    l := -letter_fit;
    interim xoffset := -l;
    charwd := charwd + 2letter_fit#;
    r := l + hround (charwd*hppp);
    w := r - letter_fit;
enddef;
extra_beginchar := extra_beginchar & "adjust_fit;";
extra_endchar := extra_endchar & "penlabels (range 1 thru 20);";


%
% Curvature radii defined in ANSI X3.17 for various characters.
%
r1# = H#/16 *     ((7H#)/(6W#) + sqrt(((7H#)/(6W#))**2 + 1));
r2# = W#/8  *     ((6W#)/(7H#) + sqrt(((6W#)/(7H#))**2 + 1));
r3# = W#/8  * (1 - H#/(2W#)    + sqrt((H#/(2W#))**2    + 1));
r4# = H#/16 * (1 - (4W#)/(3H#) + sqrt(((4W#)/(3H#))**2 + 1));
r5# = H#/16 * (1 - (5H#)/(6W#) + sqrt(((5H#)/(6W#))**2 + 1));
r6# = W#/8  * (1 - (6W#)/(5H#) + sqrt(((6W#)/(5H#))**2 + 1));
define_pixels (r1, r2, r3, r4, r5, r6);


%
% ocrpen:
%	A circular pen of diameter T; used for virtually all characters.
%
pickup pencircle scaled T;
ocrpen := savepen;


%
% "ocrchar" macro:
%	Used at the start of almost every character definition.  Note
%	that the point "z0" is the lower left-hand corner of most char-
%	acters.  The height of the bounding box is equal to the full
%	height of the character (including stroke thickness), and the
%	characters are all centered left-to-right within the box.  This
%	requires all character point definitions to be stated relative
%	to the point "z0".
%
def ocrchar (expr code) =
    beginchar (code, R#, H#+T#, 0);
    pickup ocrpen;
    join_radius := T/2;
    z0 = ((R-W)/2, T/2);
enddef;


%
% "join" operator:
%	Joins two strokes so that the pen center curvature radius
%	is "join_radius".  ("join_radius" must already be defined.)
%
tertiarydef p join q =
    begingroup
	% "ipq_" is the point where the paths "p" and "q" would cross.
	pair ipq_;
	ipq_ := p intersectionpoint q;

	% "dirv0" is the angular direction at the end of "p";
	% "dirv1" is the angular direction at the start of "q".
	pair dirv[];
	dirv0 = dir angle direction (length p) of p;
	dirv1 = dir angle direction 0 of q;

	% If the directions of "p" and "q" are close enough,
	% just connect the paths without any fancy stuff.
	if length (dirv1 - dirv0) < 1/10:
	    p .. q

	% Otherwise, compute a joining of the required curvature.
	else:
	    path par[];
	    k_ := if ypart (dirv1 rotated -angle dirv0) > 0:
		     90 else: -90 fi;
	    forsuffixes $=0, 1:
		par$ := ((ipq_ - (20join_radius*dirv$))--
			 (ipq_ + (20join_radius*dirv$)))
			shifted ((join_radius*dirv$) rotated k_);
	    endfor;
	    numeric pt_, qt_;
	    (pt_, qt_) = par0 intersectiontimes par1;
	    if pt_ < 0:
		errmessage "No intersection curvature center found";
	    fi
	    pair icc_; icc_ = point pt_ of par0;
	    numeric cp_, cpp_, cq_, cqp_;
	    (cp_, cpp_) = p intersectiontimes
		(icc_--icc_+(2join_radius*dirv0 rotated -k_));
	    (cq_, cqp_) = q intersectiontimes
		(icc_--icc_+(2join_radius*dirv1 rotated -k_));
	    subpath (0, cp_) of p ..
		(icc_ + join_radius*unitvector(dirv0-dirv1)) ..
		subpath (cq_, length q) of q
	fi
    endgroup
enddef;


%
% "fill_corners" macro:
%	Fills in one or more corners to be sharp right-angle bends.
%
def fill_corners (text t) =
    begingroup
	forsuffixes $=t:
	    fill unitsquare shifted (-.5, -.5) scaled T shifted z$;
	endfor
    endgroup
enddef;


%
% "angle_fill_corners" macro:
%	Fills in a corner to be a sharp bend, but not a right angle.
%	The parameters are three points that define the angle, with
%	the corner specified second.
%
def angle_fill_corner (suffix a, b, c) =
    begingroup
	save p;
	path p.q, p.w, p.e, p.r;
	p.q = (z.a--z.b+(z.b-z.a))
	      shifted (T/2*unitvector (z.b-z.a) rotated 90);
	p.w = (z.a--z.b+(z.b-z.a))
	      shifted (T/2*unitvector (z.b-z.a) rotated -90);
	p.e = (z.b-(z.c-z.b)--z.c)
	      shifted (T/2*unitvector (z.c-z.b) rotated 90);
	p.r = (z.b-(z.c-z.b)--z.c)
	      shifted (T/2*unitvector (z.c-z.b) rotated -90);

	save q;
	pair q.u, q.l;
	q.u = p.q intersectionpoint p.e;
	q.l = p.w intersectionpoint p.r;

	fill point 0 of p.q -- q.u -- point 1 of p.e --
	     point 1 of p.r -- q.l -- point 0 of p.w -- cycle;
    endgroup
enddef;


%
% "to_mid" macro:
%	Defines a path starting at the first point and continuing to
%	a point between the two points (slightly past the middle).
%
def to_mid (expr a, b) =
    (a -- .6[a,b])
enddef;


%
% "from_mid" macro:
%	Defines a path starting between two points (slightly before the
%	middle) and continuing to the second point.
%
def from_mid (expr a, b) =
    (.4[a,b] -- b)
enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%								       %
%			  CHARACTER DEFINITIONS			       %
%								       %
%   For debugging purposes, you may wish to remove the initial "%%%"   %
%   from the "def" and "enddef" lines below.  This will allow you to   %
%   invoke the character definitions one at a time (e.g., to inspect   %
%   them on a bit-mapped display).                                     %
%								       %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Digits.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%% def draw_zero =
    ocrchar ("0"); "Number ZERO";
	z1 = (x0, y0); z2 = (x0+W, y1);
	z3 = (x2, y0+H); z4 = (x1, y3);

	draw from_mid (z1, z2)
	     join (z2 -- z3)
	     join to_mid (z3, z4);
	draw from_mid (z3, z4)
	     join (z4 -- z1)
	     join to_mid (z1, z2);
    endchar;
%%% enddef;


%%% def draw_one =
    ocrchar ("1"); "Number ONE";
	z1 = (x0, y0); z2 = (x0+W, y1); z3 = (x2, y0+3/8H);
	z4 = .5[z1,z2]; z5 = (x4, y0+H); z6 = (x1, y5);

	draw z1 -- z2 -- z3;
	draw z4 -- z5 -- z6;
	fill_corners (5);
    endchar;
%%% enddef;


%%% def draw_two =
    ocrchar ("2"); "Number TWO";
	z1 = (x0+W, y0); z2 = (x0, y1); z3 = (x2, y0+1/2H);
	z4 = (x1, y3); z5 = (x1, y0+H); z6 = (x2, y5);

	draw (z1 -- z2 -- z3)
	     join (z3 -- z4)
	     join (z4 -- z5)
	     join (z5 -- z6);
	fill_corners (2);
    endchar;
%%% enddef;


%%% def draw_three =
    ocrchar ("3"); "Number THREE";
	z1 = (x0, y0); z2 = (x0+W, y1); z3 = (x2, y0+1/2H);
	z4 = (x0+1/4W, y3); z5 = (x0+W, y0+H); z6 = (x0, y5);

	draw (z1 -- z2)
	     join to_mid (z2, z3);
	draw from_mid (z3, z5)
	     join (z5 -- z6);
	join_radius := T;
	draw from_mid (z2, z3)
	     join (z3 -- z4);
	draw (z4 -- z3)
	     join to_mid (z3,z5);
    endchar;
%%% enddef;


%%% def draw_four =
    ocrchar ("4"); "Number FOUR";
	z1 = (x0+13/16W, y0); z2 = (x1, y0+7/8H);
	z3 = (x0+15/16W, y0+3/8H); z4 = (x0+1/16W, y3); z5 = (x4, y0+H);

	draw z1 -- z2;
	draw z3 -- z4 -- z5;
	fill_corners (4);
    endchar;
%%% enddef;


%%% def draw_five =
    ocrchar ("5"); "Number FIVE";
	z1 = (x0+W, y0+H); z2 = (x0+1/4W, y1); z3 = (x2, y0+1/2H);
	z4 = (x1, y3); z5 = (x1, y0);
	z6 = (x0+1/4W, y5); z7 = (x0, y0+1/16H);

	draw z1 -- z2 -- to_mid (z3, z4);
	draw from_mid (z3, z4)
	     join (z4 -- z5)
	     join to_mid (z5, z6);
	join_radius := T;
	draw from_mid (z5, z6)
	     join (z6 -- z7);
	fill_corners (2, 3);
    endchar;
%%% enddef;


%%% def draw_six =
    ocrchar ("6"); "Number SIX";
	z1 = (x0+1/8W, y0+H); z2 = (x0, y0+H); z3 = (x0, y0);
	z4 = (x0+W, y0); z5 = (x0+W, y0+3/8H); z6 = (x0, y5);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_seven =
    ocrchar ("7"); "Number SEVEN";
	z1 = (x0, y0+15/16H); z2 = (x0, y0+H); z3 = (x0+W, y0+H);
	z4 = (x0+W, y0+5/8H); z5 = (x0+1/2W, y0+3/8H); z6 = (x5, y0);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
	fill_corners (3);
    endchar;
%%% enddef;


%%% def draw_eight =
    ocrchar ("8"); "Number EIGHT";
	z1 = (x0+1/4W, y0+1/2H); z2 = (x1, y0+H);
	z3 = (x0+3/4W, y0+H); z4 = (x3, y1);
	z5 = (x0, y0+1/2H); z6 = (x0+W, y5);
	z7 = (x0+W, y0); z8 = (x0, y0);

	draw z1 -- z2 -- z3 -- z4;
	draw from_mid (z5, z6)
	     join (z6 -- z7)
	     join to_mid (z7, z8);
	draw from_mid (z7,z8)
	     join (z8 -- z5)
	     join to_mid (z5, z6);
    endchar;
%%% enddef;


%%% def draw_nine =
    ocrchar ("9"); "Number NINE";
	z1 = (x0+7/8W, y0); z2 = (x0+W, y0); z3 = (x0+W, y0+H);
	z4 = (x0, y0+H); z5 = (x0, y0+5/8H); z6 = (x0+W, y5);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
    endchar;
%%% enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Upper-case letters.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%% def draw_a =
    ocrchar ("A"); "Letter A";
	z1 = (x0, y0); z2 = (x0+1/2W, y0+H); z3 = (x0+W, y0);
	z4 = 1/4[z1,z2]; z5 = 1/4[z3,z2];

	draw z1 -- z2 -- z3;
	draw z4 -- z5;
    endchar;
%%% enddef;


%%% def draw_b =
    ocrchar ("B"); "Letter B";
	z1 = (x0, y0); z2 = (x0+W, y0); z3 = (x0+W, y0+1/2H);
	z4 = (x0, y3); z5 = (x0+W, y0+H); z6 = (x0, y0+H);

	join_radius := 3/2T;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4);
	draw (z6 -- z5)
	     join (z5 -- z3)
	     join (z3 -- z4);
	draw z1 -- z6;
	fill_corners (1, 6);
    endchar;
%%% enddef;


%%% def draw_c =
    ocrchar ("C"); "Letter C";
	z1 = (x0+W, y0); z2 = (x0+3/8W, y0); z3 = (x0, y0+7/16H);
	z4 = (x1, y0+H); z5 = (x2, y0+H); z6 = (x3, y0+9/16H);

	join_radius := T;
	draw (z1 -- z2)
	     join to_mid (z2, z3);
	draw (z4 -- z5)
	     join to_mid (z5, z6);
	join_radius := r1;
	draw from_mid (z2, z3)
	     join (z3 -- z6)
	     join to_mid (z6, z5);
    endchar;
%%% enddef;


%%% def draw_d =
    ocrchar ("D"); "Letter D";
	z1 = (x0, y0); z2 = (x0+5/8W, y0); z3 = (x0+W, y0+7/16H);
	z4 = (x1, y0+H); z5 = (x2, y0+H); z6 = (x3, y0+9/16H);
	z7 = (x0+1/4W, y0); z8 = (x7, y0+H);

	join_radius := T;
	draw (z1 -- z2)
	     join to_mid (z2, z3);
	draw (z4 -- z5)
	     join to_mid (z5, z6);
	join_radius := r1;
	draw from_mid (z2, z3)
	     join (z3 -- z6)
	     join to_mid (z6, z5);
	draw z7 -- z8;
    endchar;
%%% enddef;


%%% def draw_e =
    ocrchar ("E"); "Letter E";
	z1 = (x0+W, y0); z2 = (x0, y0);
	z3 = (x0, y0+H); z4 = (x0+W, y0+H);
	z5 = (x0, y0+1/2H); z6 = (x0+1/2W, y5);

	draw z1 -- z2 -- z3 -- z4;
	draw z5 -- z6;
	fill_corners (2, 3);
    endchar;
%%% enddef;


%%% def draw_f =
    ocrchar ("F"); "Letter F";
	z1 = (x0, y0); z2 = (x0, y0+H); z3 = (x0+W, y0+H);
	z4 = (x0, y0+5/8H); z5 = (x0+3/4W, y4);

	draw z1 -- z2 -- z3;
	draw z4 -- z5;
	fill_corners (2);
    endchar;
%%% enddef;


%%% def draw_g =
    ocrchar ("G"); "Letter G";
	z1 = (x0+W, y0+H); z2 = (x0+1/2W, y0+H); z3 = (x0, y0+5/8H);
	z4 = (x0, y0); z5 = (x0+W, y0);
	z6 = (x0+W, y0+3/8H); z7 = (x0+5/8W, y6);

	join_radius := T;
	draw (z1 -- z2)
	     join to_mid (z2, z3);
	draw from_mid (z3, z4)
	     join (z4 -- z5)
	     join (z5 -- z6)
	     -- z7;
	join_radius := 3/2T;
	draw from_mid (z2, z3)
	     join to_mid (z3, z4);
	fill_corners (6);
    endchar;
%%% enddef;


%%% def draw_h =
    ocrchar ("H"); "Letter H";
	z1 = (x0, y0); z2 = (x0, y0+H);
	z3 = (x0+W, y0); z4 = (x0+W, y0+H);
	z5 = (x0, y0+1/2H); z6 = (x0+W, y5);

	draw z1 -- z2;
	draw z3 -- z4;
	draw z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_i =
    ocrchar ("I"); "Letter I";
	z1 = (x0+1/2W, y0); z2 = (x1, y0+H);
	z3 = (x0, y0); z4 = (x0+W, y0);
	z5 = (x0, y0+H); z6 = (x0+W, y0+H);

	draw z1 -- z2;
	draw z3 -- z4;
	draw z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_j =
    ocrchar ("J"); "Letter J";
	z1 = (x0+7/8W, y0+H); z2 = (x1, y0);
	z3 = (x0+1/8W, y0); z4 = (x3, y0+3/8H);

	join_radius := T;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4);
    endchar;
%%% enddef;


%%% def draw_k =
    ocrchar ("K"); "Letter K";
	z1 = (x0, y0+H); z2 = (x0, y0);
	z3 = (x0+W, y0+H); z4 = (x0, y0+1/2H); z5 = (x0+W, y0);

	draw z1 -- z2;
	draw z3 -- z4 -- z5;
    endchar;
%%% enddef;


%%% def draw_l =
    ocrchar ("L"); "Letter L";
	z1 = (x0, y0+H); z2 = (x0, y0); z3 = (x0+W, y0);

	draw z1 -- z2 -- z3;
	fill_corners (2);
    endchar;
%%% enddef;


%%% def draw_m =
    ocrchar ("M"); "Letter M";
	z1 = (x0, y0); z2 = (x0, y0+H); z3 = (x0+1/8W, y0+H);
	z4 = (x0+7/8W, y0+H); z5 = (x0+W, y0+H); z6 = (x0+W, y0);
	z7 = (x0+1/2W, y0+11/16H); z8 = (x7, y0+5/8H);

	draw z1 -- z2 -- z3 -- z7 -- z4 -- z5 -- z6;
	draw z7 -- z8;
	fill_corners (2, 5);
	angle_fill_corner (2, 3, 7);
	angle_fill_corner (7, 4, 5);
    endchar;
%%% enddef;


%%% def draw_n =
    ocrchar ("N"); "Letter N";
	z1 = (x0, y0); z2 = (x0, y0+H); z3 = (x0+1/8W, y0+H);
	z4 = (x0+7/8W, y0); z5 = (x0+W, y0); z6 = (x0+W, y0+H);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
	fill_corners (2, 5);
	angle_fill_corner (2, 3, 4);
	angle_fill_corner (3, 4, 5);
    endchar;
%%% enddef;


%%% def draw_o =
    ocrchar ("O"); "Letter O";
	z1 = (x0, y0+7/16H); z2 = (x1, y0+9/16H);
	z3 = (x0+3/8W, y0+H); z4 = (x0+5/8W, y3);
	z5 = (x0+W, y2); z6 = (x5, y1);
	z7 = (x4, y0); z8 = (x3, y7);

	join_radius := r1;
	draw from_mid (z8, z1)
	     join (z1 -- z2)
	     join to_mid (z2, z3);
	draw from_mid (z4, z5)
	     join (z5 -- z6)
	     join to_mid (z6, z7);
	join_radius := r2;
	draw from_mid (z2, z3)
	     join (z3 -- z4)
	     join to_mid (z4, z5);
	draw from_mid (z6, z7)
	     join (z7 -- z8)
	     join to_mid (z8, z1);
    endchar;
%%% enddef;


%%% def draw_p =
    ocrchar ("P"); "Letter P";
	z1 = (x0, y0); z2 = (x0, y0+H);
	z3 = (x0+W, y2); z4 = (x3, y0+7/16H);
	z5 = (x0, y4);

	join_radius := T;
	draw z1 -- z2 -- to_mid (z2, z3);
	draw from_mid (z2, z3)
	     join (z3 -- z4)
	     join (z4 -- z5);
	fill_corners (2);
    endchar;
%%% enddef;


%%% def draw_q =
    ocrchar ("Q"); "Letter Q";
	z1 = (x0+1/4W, y0); z1a = (x0, y0); z2 = (x0, y0+5/8H);
	z3 = (x0+3/4W, y0+H); z3a = (x0+W, y3); z4 = (x3a, y0+3/8H);
	z5 = (x0+1/2W, y4); z6 = (x3, y0); z7 = (x4, y0);

	join_radius := 3/2T;
	draw from_mid (z1a, z2)
	     join to_mid (z2, z3);
	draw from_mid (z3a, z4)
	     join to_mid (z4, z1);
	join_radius := r3;
	draw from_mid (z2, z3)
	     join (z3 -- z3a)
	     join to_mid (z3a, z4);
	draw from_mid (z4, z1)
	     join (z1 -- z1a)
	     join to_mid (z1a, z2);
	draw z5 -- z6 -- z7;
	angle_fill_corner (5, 6, 7);
    endchar;
%%% enddef;


%%% def draw_r =
    ocrchar ("R"); "Letter R";
	z1 = (x0, y0); z2 = (x0, y0+H);
	z3 = (x0+W, y2); z4 = (x3, y0+5/8H); z5 = (x0, y4);
	z6 = (x0+3/8W, y4); z7 = (x3, y1);

	join_radius := T;
	draw z1 -- z2 -- to_mid (z2, z3);
	draw from_mid (z2, z3)
	     join (z3 -- z4)
	     join (z4 -- z5);
	draw z6 -- z7;
	fill_corners (2);
    endchar;
%%% enddef;


%%% def draw_s =
    ocrchar ("S"); "Letter S";
	z1 = (x0, y0+1/8H); z1a = (x1, y0);
	z1b = (x0+W, y1a); z2 = (x1b, y1);
	z3 = (x1b, y0+7/8H); z3a = (x3, y0+H);
	z3b = (x0, y3a); z4 = (x3b, y3);

	join_radius := 1/8H;
	draw (z1 -- z1a)
	     join to_mid (z1a, z1b);
	draw (z3 -- z3a)
	     join to_mid (z3a, z3b);
	join_radius := r4;
	draw from_mid (z1a, z1b)
	     join (z1b -- z2)
	     join (z2 -- z4)
	     join (z4 -- z3b)
	     join to_mid (z3b, z3a);
    endchar;
%%% enddef;


%%% def draw_t =
    ocrchar ("T"); "Letter T";
	z1 = (x0, y0+7/8H); z2 = (x1, y0+H);
	z3 = (x0+W, y2); z4 = (x3, y1);
	z5 = (x0+1/2W, y2); z6 = (x5, y0);

	draw z1 -- z2 -- z3 -- z4;
	draw z5 -- z6;
	fill_corners (2, 3);
    endchar;
%%% enddef;


%%% def draw_u =
    ocrchar ("U"); "Letter U";
	z1 = (x0, y0+H); z2 = (x0, y0);
	z3 = (x0+W, y0); z4 = (x3, y1);

	join_radius := T;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4);
    endchar;
%%% enddef;


%%% def draw_v =
    ocrchar ("V"); "Letter V";
	z1 = (x0, y0+H); z2 = (x1, y0+3/4H); z3 = (x0+1/2W, y0);
	z4 = (x0+W, y2); z5 = (x4, y1);

	draw z1 -- z2 -- z3 -- z4 -- z5;
	angle_fill_corner (1, 2, 3);
	angle_fill_corner (3, 4, 5);
    endchar;
%%% enddef;


%%% def draw_w =
    ocrchar ("W"); "Letter W";
	z1 = (x0, y0+H); z2 = (x0, y0+1/8H); z3 = (x0+1/8W, y0);
	z4 = (x0+3/8W, y0); z5 = (x0+1/2W, y2); z6 = (x0+5/8W, y0);
	z7 = (x0+7/8W, y0); z8 = (x0+W, y2); z9 = (x8, y1);
	z10 = (x5, y0+5/8H);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6 -- z7 -- z8 -- z9;
	draw z5 -- z10;
	angle_fill_corner (1, 2, 3);
	angle_fill_corner (7, 8, 9);
    endchar;
%%% enddef;


%%% def draw_x =
    ocrchar ("X"); "Letter X";
	z1 = (x0, y0+H); z2 = (x0+W, y0);
	z3 = (x1, y2); z4 = (x2, y1);

	draw z1 -- z2;
	draw z3 -- z4;
    endchar;
%%% enddef;


%%% def draw_y =
    ocrchar ("Y"); "Letter Y";
	z1 = (x0, y0+H); z2 = (x1, y0+7/8H); z3 = (x0+1/2W, y0+1/2H);
	z4 = (x0+W, y2); z5 = (x4, y1); z6 = (x3, y0);

	draw z1 -- z2 -- z3 -- z4 -- z5;
	draw z3 -- z6;
	angle_fill_corner (1, 2, 3);
	angle_fill_corner (3, 4, 5);
    endchar;
%%% enddef;


%%% def draw_z =
    ocrchar ("Z"); "Letter Z";
	z1 = (x0, y0+H); z2 = (x0+W, y1);
	z3 = (x0, y0); z4 = (x2, y0);

	draw z1 -- z2 -- z3 -- z4;
	fill_corners (2, 3);
	unfill unitsquare
	       shifted (-1.5,-0.5) scaled T
	       rotated (angle (z2-z3) - 90) shifted z3;
	unfill unitsquare
	       shifted (0.5,-0.5) scaled T
	       rotated (angle (z2-z3) - 90) shifted z2;
    endchar;
%%% enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% ASCII punctuation symbols.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%
% Note that there is also a new "alternate" period shape.
%
%%% def draw_period =
    ocrchar ("."); "Period";
	z1 = (x0+3/8W, y0+3/16H); z2 = (x0+5/8W, y1);
	z3 = (x2, y0+5/16H); z4 = (x1, y3);

	draw z1 -- z2 -- z3 -- z4 -- cycle;
	fill z1 -- z2 -- z3 -- z4 -- cycle;
    endchar;
%%% enddef;


%
% Note that there is also a new "alternate" comma shape.
%
%%% def draw_comma =
    ocrchar (","); "Comma";
	z1 = (x0+1/4W, y0+3/8H); z2 = (x0+3/4W, y1); z3 = (x2, y0);

	draw z1 -- z2 -- z3;
    endchar;
%%% enddef;


%%% def draw_colon =
    ocrchar (":"); "Colon";
	z1 = (x0+3/8W, y0+3/16H); z2 = (x0+5/8W, y1);
	z3 = (x2, y0+5/16H); z4 = (x1, y3);
	z5 = (x1, y1+1/2H); z6 = (x2, y2+1/2H);
	z7 = (x3, y3+1/2H); z8 = (x4, y4+1/2H);

	draw z1 -- z2 -- z3 -- z4 -- cycle;
	draw z5 -- z6 -- z7 -- z8 -- cycle;
	fill z1 -- z2 -- z3 -- z4 -- cycle;
	fill z5 -- z6 -- z7 -- z8 -- cycle;
    endchar;
%%% enddef;


%%% def draw_semicolon =
    ocrchar (";"); "Semicolon";
	z1 = (x0+1/4W, y0+3/8H); z2 = (x0+3/4W, y1); z3 = (x2, y0);
	z4 = (x1, y0+3/4H); z5 = (x0+1/2W, y4);
	z6 = (x5, y0+7/8H); z7 = (x4, y6);

	draw z1 -- z2 -- z3;
	draw z4 -- z5 -- z6 -- z7 -- cycle;
	fill z4 -- z5 -- z6 -- z7 -- cycle;
    endchar;
%%% enddef;


%%% def draw_equals_sign =
    ocrchar ("="); "Equals Sign";
	z1 = (x0, y0+3/8H); z2 = (x0+W, y1);
	z3 = (x1, y0+11/16H); z4 = (x2, y3);

	draw z1 -- z2;
	draw z3 -- z4;
    endchar;
%%% enddef;


%%% def draw_plus_sign =
    ocrchar ("+"); "Plus Sign";
	z1 = (x0, y0+1/2H); z2 = (x0+W, y1);
	z3 = (x0+1/2W, y1+1/2W); z4 = (x3, y3-W);

	draw z1 -- z2;
	draw z3 -- z4;
    endchar;
%%% enddef;


%%% def draw_slant =
    ocrchar ("/"); "Slant";
	z1 = (x0, y0); z2 = (x0+W, y0+H);

	draw z1 -- z2;
    endchar;
%%% enddef;


%%% def draw_asterisk =
    ocrchar ("*"); "Asterisk";
	z1 = (x0+1/2W, y0+1/8H); z2 = (x1, y0+7/8H);
	z3 = (x0, y0+1/4H); z4 = (x0+W, y0+3/4H);
	z5 = (x3, y4); z6 = (x4, y3);

	draw z1 -- z2;
	draw z3 -- z4;
	draw z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_quotation_mark =
    ocrchar (ditto); "Quotation Mark";
	z1 = (x0+1/4W, y0+H); z2 = (x0+1/8W, y0+5/8H);
	z3 = (x0, y1); z4 = (x0+W, y1);
	z5 = (x0+7/8W, y2); z6 = (x0+3/4W, y1);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
	fill z1 -- z2 -- z3 -- cycle;
	fill z4 -- z5 -- z6 -- cycle;
	fill_corners (3, 4);
	unfill unitsquare
	       shifted (-1.5,-0.5) scaled T
	       rotated (angle (z3-z2) - 90) shifted z3;
	unfill unitsquare
	       shifted (1.5,-0.5) scaled T
	       rotated (90 - angle (z6-z5)) shifted z6;
    endchar;
%%% enddef;


%%% def draw_opening_brace =
    ocrchar ("{"); "Opening Brace";
	z1 = (x0+W, y0); z2 = (x0+1/2W, y0);
	z3 = (x2, y0+1/2H); z4 = (x0, y3);
	z5 = (x2, y0+H); z6 = (x1, y5);

	draw (z1 -- z2)
	     join to_mid (z2, z3);
	draw (z6 -- z5)
	     join to_mid (z5, z3);
	join_radius := T;
	draw from_mid (z2, z3)
	     join (z3 -- z4);
	draw from_mid (z5, z3)
	     join (z3 -- z4);
    endchar;
%%% enddef;


%%% def draw_closing_brace =
    ocrchar ("}"); "Closing Brace";
	z1 = (x0, y0); z2 = (x0+1/2W, y0);
	z3 = (x2, y0+1/2H); z4 = (x0+W, y3);
	z5 = (x2, y0+H); z6 = (x1, y5);

	draw (z1 -- z2)
	     join to_mid (z2, z3);
	draw (z6 -- z5)
	     join to_mid (z5, z3);
	join_radius := T;
	draw from_mid (z2, z3)
	     join (z3 -- z4);
	draw from_mid (z5, z3)
	     join (z3 -- z4);
    endchar;
%%% enddef;


%%% def draw_percent_sign =
    ocrchar ("%"); "Percent Sign";
	z1 = (x0+3/4W, y0); z2 = (x0+W, y1);
	z3 = (x2, y0+1/8H); z4 = (x1, y3);
	z5 = (x0, y0+7/8H); z6 = (x0+1/4W, y5);
	z7 = (x6, y0+H); z8 = (x5, y7);
	z9 = (x0, y3); z10 = (x0+W, y5);

	draw z1 -- z2 -- z3 -- z4 -- cycle;
	draw z5 -- z6 -- z7 -- z8 -- cycle;
	draw z9 -- z10;
	fill z1 -- z2 -- z3 -- z4 -- cycle;
	fill z5 -- z6 -- z7 -- z8 -- cycle;
    endchar;
%%% enddef;


%
% Note that there is also a new "alternate" question mark shape.
%
%%% def draw_question_mark =
    ocrchar ("?"); "Question Mark";
	z1 = (x0, y0+5/8H); z2 = (x0+3/4W, y0+H);
	z3 = (x0+W, y0+7/8H); z4 = (x3, y0+3/4H);
	z5 = (x0+1/4W, y0+3/8H); z6 = (x5, y0+1/4H);
	z7 = (x5, y0);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
	drawdot z7;
    endchar;
%%% enddef;


%%% def draw_ampersand =
    ocrchar ("&"); "Ampersand";
	z1 = (x0+W, y0); z2 = (x0, y0+5/8H);
	z3 = (x0, y0+7/8H); z4 = (x0+3/4W, y3);
	z5 = (x4, y2); z6 = (x0, y0+1/4H);
	z7 = (x0, y0); z8 = (x0+1/2W, y0); z9 = (x1, y6);

	join_radius := T;
	draw z1 -- z2;
	draw (z2 -- z3)
	     join (z3 -- z4)
	     join (z4 -- z5);
	draw z5 -- z6;
	draw (z6 -- z7)
	     join (z7 -- z8);
	draw z8 -- z9;
    endchar;
%%% enddef;


%
% This is a new apostrophe shape.  The older shape has been made
% into an "alternate" form.
%
%%% def draw_apostrophe =
    ocrchar ("'"); "Apostrophe";
	z1 = (x0+3/8W, y0+H); z2 = (x1, y0+1/2H); z3 = (x0+5/8W, y1);

	draw z1 -- z2 -- z3 -- cycle;
	fill z1 -- z2 -- z3 -- cycle;
    endchar;
%%% enddef;


%
% This is a new hyphen shape.  The older shape has been made
% into an "alternate" form.
%
%%% def draw_hyphen =
    ocrchar ("-"); "Hyphen";
	z1 = (x0, y0+1/2H); z2 = (x0+W, y1);
	z3 = (x2, y0+7/16H); z4 = (x1, y3);

	draw z1 -- z2 -- z3 -- z4 -- cycle;
	fill z1 -- z2 -- z3 -- z4 -- cycle;
    endchar;
%%% enddef;


%%% def draw_dollar_sign =
    ocrchar ("$"); "Dollar Sign";
	z1 = (x0, y0+1/4H); z2 = (x0+W, y1); z3 = (x2, y0+1/2H);
	z4 = (x1, y3); z5 = (x4, y0+3/4H); z6 = (x2, y5);
	z7 = (x0+1/2W, y0); z8 = .5[z1,z2];
	z9 = (x7, y0+H); z10 = .5[z5,z6];

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
	draw z7 -- z8;
	draw z9 -- z10;
    endchar;
%%% enddef;


%%% def draw_upward_arrowhead =
    ocrchar ("^"); "Upward Arrowhead";
	z1 = (x0, y0+3/16H); z2 = (x0+1/2W, y0+5/8H);
	z3 = (x0+W, y1); z4 = (x2, y0+3/4H);

	draw z1 -- z2 -- z3 -- z4 -- cycle;
	fill z1 -- z2 -- z3 -- z4 -- cycle;
    endchar;
%%% enddef;


%%% def draw_opening_bracket =
    ocrchar ("["); "Opening Bracket";
	z1 = (x0+W, y0); z2 = (x0, y0);
	z3 = (x2, y0+H); z4 = (x1, y3);
	z5 = (5/8[x1,x2], y1); z6 = (x5, y3);

	draw z1 -- z2 -- z3 -- z4;
	draw z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_closing_bracket =
    ocrchar ("]"); "Closing Bracket";
	z1 = (x0, y0); z2 = (x0+W, y0);
	z3 = (x2, y0+H); z4 = (x1, y3);
	z5 = (5/8[x1,x2], y1); z6 = (x5, y3);

	draw z1 -- z2 -- z3 -- z4;
	draw z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_less_than_sign =
    ocrchar ("<"); "Less Than Sign";
	z1 = (x0+W, y0+1/8H); z2 = (x0, y0+15/32H);
	z3 = (x2, y0+17/32H); z4 = (x1, y0+7/8H);

	draw z1 -- z2 -- z3 -- z4;
    endchar;
%%% enddef;


%%% def draw_greater_than_sign =
    ocrchar (">"); "Greater Than Sign";
	z1 = (x0, y0+1/8H); z2 = (x0+W, y0+15/32H);
	z3 = (x2, y0+17/32H); z4 = (x1, y0+7/8H);

	draw z1 -- z2 -- z3 -- z4;
    endchar;
%%% enddef;


%%% def draw_opening_parenthesis =
    ocrchar ("("); "Opening Parenthesis";
	z1 = (x0+3/4W, y0); z2 = (x0+3/8W, y0+9/32H);
	z3 = (x2, y0+23/32H); z4 = (x1, y0+H);

	join_radius := 3/2T;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4);
    endchar;
%%% enddef;


%%% def draw_closing_parenthesis =
    ocrchar (")"); "Closing Parenthesis";
	z1 = (x0+1/4W, y0); z2 = (x0+5/8W, y0+9/32H);
	z3 = (x2, y0+23/32H); z4 = (x1, y0+H);

	join_radius := 3/2T;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4);
    endchar;
%%% enddef;


%%% def draw_exclamation_point =
    ocrchar ("!"); "Exclamation Point";
	z1 = (x0+7/16W, y0); z2 = (x0+9/16W, y1);
	z3 = (x2, y0+1/16H); z4 = (x1, y3);
	z5 = (x0+1/2W, y0+7/16H); z6 = (x1, y0+H); z7 = (x2, y6);

	draw z1 -- z2 -- z3 -- z4 -- cycle;
	draw z5 -- z6 -- z7 -- cycle;
	fill z1 -- z2 -- z3 -- z4 -- cycle;
	fill z5 -- z6 -- z7 -- cycle;
    endchar;
%%% enddef;


%%% def draw_number_sign =
    ocrchar ("#"); "Number Sign";
	z1 = (x0+1/4W, y0+3/16H); z2 = (x1, y0+H);
	z3 = (x0+3/4W, y1); z4 = (x3, y2);
	z5 = (x0, y0+7/16H); z6 = (x0+W, y5);
	z7 = (x5, y0+3/4H); z8 = (x6, y7);

	draw z1 -- z2;
	draw z3 -- z4;
	draw z5 -- z6;
	draw z7 -- z8;
    endchar;
%%% enddef;


%%% def draw_commercial_at =
    ocrchar ("@"); "Commercial At";
	z1 = (x0, y0+7/8H); z2 = (x0, y0+H); z3 = (x0+W, y2);
	z4 = (x3, y0); z5 = (x0+1/2W, y0); z6 = (x5, y0+9/16H);
	z7 = (x0, y6); z8 = (x0, y0);

	join_radius := 3/16H;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join to_mid (z3, z4);
	join_radius := 1/4W;
	draw from_mid (z3, z4)
	     join (z4 -- z5)
	     join (z5 -- z6);
	draw (z6 -- z7)
	     join (z7 -- z8)
	     join (z8 -- z5)
	     join to_mid (z5, z6);
    endchar;
%%% enddef;


%%% def draw_reverse_slant =
    ocrchar ("\\"); "Reverse Slant";
	z1 = (x0, y0+H); z2 = (x0+W, y0);

	draw z1 -- z2;
    endchar;
%%% enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Lower-case letters.
% Note that ANSI X3.17-1977 defines these characters as part of OCR-A
% only for the smallest size (Size I).  Also, if lower-case letters are
% used, the standard requires a minimum vertical line spacing of five
% lines per inch (instead of the normal six lines per inch).
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%% def draw_small_a =
    ocrchar ("a"); "Small Letter A";
	z1 = (x0+W, y0);
	z2 = (0, H) rotated theta shifted (z1);
	z3 = ((x0, y0+1/8H) -- (x0+W, y0+1/8H))
		 intersectionpoint (z1 -- z2);
	z4 = (x0+5/8W, y0);
	z5 = (x0, y0);
	z6 = (x0, y0+3/8H);
	z7 = (z6 -- (x1, y6)) intersectionpoint (z1 -- z2);
	z8 = (x0+1/4W, y0+11/16H);
	z9 = (z8 -- (x1, y8)) intersectionpoint (z1 -- z2);

	join_radius := 1/4W;
	draw z3 -- z4 -- to_mid (z4, z5);
	draw from_mid (z4, z5)
	     join (z5 -- z6)
	     join (z6 -- z7)
	     join (z7 -- z3);
	draw (z8 -- z9)
	     join (z9 -- z1);
    endchar;
%%% enddef;


%%% def draw_small_b =
    ocrchar ("b"); "Small Letter B";
	z1 = (x0, y0); z2 = (x1, y0+H);
	z3 = (x1, y0+3/16H); z4 = (x0+3/8W, y0);
	z5 = (x0+3/4W, y4); z6 = (x0+W, y0+1/8H);
	z7 = (x6, y0+9/16H); z8 = (x5, y0+11/16H);
	z9 = (x4, y8); z10 = (x3, y0+1/2H);

	join_radius := 1/4W;
	draw z1 -- z2;
	draw from_mid (z3, z4)
	     join (z4 -- z5)
	     join (z5 -- z6)
	     join (z6 -- z7)
	     join to_mid (z7, z8);
	draw from_mid (z7, z8)
	     join (z8 -- z9)
	     join (z9 -- z10)
	     join (z10 -- z3)
	     join to_mid (z3, z4);
    endchar;
%%% enddef;


%%% def draw_small_c =
    ocrchar ("c"); "Small Letter C";
	z1 = (x0+W, y0); z2 = (x0+3/8W, y1);
	z3 = (x0, y0+3/16H); z4 = (x3, y0+1/2H);
	z5 = (x2, y0+11/16H); z6 = (x1, y5);

	join_radius := 1/4W;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4)
	     join (z4 -- z5)
	     join (z5 -- z6);
    endchar;
%%% enddef;


%%% def draw_small_d =
    ocrchar ("d"); "Small Letter D";
	z1 = (x0+W, y0); z2 = (x1, y0+H);
	z3 = (x2, y0+3/16H); z4 = (x0+5/8W, y0);
	z5 = (x0+1/4W, y4); z6 = (x0, y0+1/8H);
	z7 = (x6, y0+9/16H); z8 = (x5, y0+11/16H);
	z9 = (x4, y8); z10 = (x3, y0+1/2H);

	join_radius := 1/4W;
	draw z1 -- z2;
	draw from_mid (z3, z4)
	     join (z4 -- z5)
	     join (z5 -- z6)
	     join (z6 -- z7)
	     join to_mid (z7, z8);
	draw from_mid (z7, z8)
	     join (z8 -- z9)
	     join (z9 -- z10)
	     join (z10 -- z3)
	     join to_mid (z3, z4);
    endchar;
%%% enddef;


%%% def draw_small_e =
    ocrchar ("e"); "Small Letter E";
	z1 = (x0+W, y0); z2 = (x0+1/4W, y1);
	z3 = (x0, y0+1/8H); z4 = (x3, y0+9/16H);
	z5 = (x2, y0+11/16H); z6 = (x0+3/4W, y5);
	z7 = (x1, y4); z8 = (x7, y0+5/16H); z9 = (x3, y8);

	join_radius := 1/4W;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4)
	     join (z4 -- z5)
	     join (z5 -- z6)
	     join (z6 -- z7)
	     join (z7 -- z8)
	     -- z9;
    endchar;
%%% enddef;


%%% def draw_small_f =
    ocrchar ("f"); "Small Letter F";
	z1 = (x0+3/8W-1/4T, y0);
	z2 = (x1, y0+H); z3 = (x0+W-1/4T, y2);
	z4 = (x0+1/8W-1/4T, y0+11/16H);
	z5 = (x0+3/4W-1/4T, y4);

	join_radius := .32W;
	draw (z1 -- z2)
	     join (z2 -- z3);
	draw z4 -- z5;
    endchar;
%%% enddef;


%%% def draw_small_g =
    ocrchar ("g"); "Small Letter G";
	z1 = (x0+W, y8); z2 = (x1, y0-3/16H);
	z2a = (x0+3/4W, y0-5/16H); z2b = (x0+1/8W, y2a);
	z3 = (x2, y0+1/4H); z4 = (x0+5/8W, y0+1/16H);
	z5 = (x0+1/4W, y4); z6 = (x0, y0+3/16H);
	z7 = (x6, y0+9/16H); z8 = (x5, y0+11/16H);
	z9 = (x4, y8); z10 = (x3, y0+1/2H);

	join_radius := 1/4W;
	draw (z1 -- z2)
	     join (z2 -- z2a)
	     join (z2a -- z2b);
	draw from_mid (z3, z4)
	     join (z4 -- z5)
	     join (z5 -- z6)
	     join (z6 -- z7)
	     join to_mid (z7, z8);
	draw from_mid (z7, z8)
	     join (z8 -- z9)
	     join (z9 -- z10)
	     join (z10 -- z3)
	     join to_mid (z3, z4);
    endchar;
%%% enddef;


%%% def draw_small_h =
    ocrchar ("h"); "Small Letter H";
	z1 = (x0+W, y0);
	z2 = (0, H) rotated theta shifted (z1);
	z3 = (x0, y0); z4 = (x0, y0+H);
	z5 = (x3, y0+1/2H); z6 = (x0+1/2W, y0+11/16H);
	z7 = (z6 -- (x1, y6)) intersectionpoint (z1 -- z2);

	join_radius := 1/4W;
	draw z3 -- z4;
	draw (z5 -- z6)
	     join (z6 -- z7)
	     join (z7 -- z1);
    endchar;
%%% enddef;


%%% def draw_small_i =
    ocrchar ("i"); "Small Letter I";
	z1 = (x0+1/2W, y0); z2 = (x1, y0+11/16H); z3 = (x0+1/8W, y2);
	z4 = (x3, y0); z5 = (x0+7/8W, y4);
	z6 = (x1, y0+H); z7 = (x6, y0+17/16H);
	z8 = (x0+3/8W, y7); z9 = (x8, y6);

	draw z1 -- z2 -- z3;
	draw z4 -- z5;
	draw z6 -- z7 -- z8 -- z9 -- cycle;
	fill z6 -- z7 -- z8 -- z9 -- cycle;
    endchar;
%%% enddef;


%%% def draw_small_j =
    ocrchar ("j"); "Small Letter J";
	z1 = (x0+3/8W, y0+11/16H); z2 = (x0+7/8W, y1);
	z3 = (x2, y0-5/16H); z4 = (x0+1/8W, y3); z5 = (x4, y0-3/16H);
	z6 = (x2, y0+H); z7 = (x6, y0+17/16H);
	z8 = (x0+3/4W, y7); z9 = (x8, y6);

	join_radius := 1/4W;
	draw (z5 -- z4)
	     join (z4 -- z3)
	     join (z3 -- z2)
	     -- z2 -- z1;
	draw z6 -- z7 -- z8 -- z9 -- cycle;
	fill z6 -- z7 -- z8 -- z9 -- cycle;
    endchar;
%%% enddef;


%%% def draw_small_k =
    ocrchar ("k"); "Small Letter K";
	z1 = (x0, y0); z2 = (x1, y0+H);
	z3 = (x1, y0+1/4H); z4 = (x0+7/8W, y0+11/16H);
	z5 = (x0+1/4W, y0+3/8H); z6 = (x0+W, y0);

	draw z1 -- z2;
	draw z3 -- z4;
	draw z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_small_l =
    ocrchar ("l"); "Small Letter L";
	z1 = (x0+1/2W, y0); z2 = (x1, y0+H); z3 = (x0+1/8W, y2);
	z4 = (x3, y0); z5 = (x0+7/8W, y4);

	draw z1 -- z2 -- z3;
	draw z4 -- z5;
    endchar;
%%% enddef;


%%% def draw_small_m =
    ocrchar ("m"); "Small Letter M";
	z1 = (x0-.02W, y0+11/16H); z2 = (x1, y0);
	z3 = (x1, y0+.55H); z4 = (x0+1/4W, y1);
	z5 = (x0+1/2W, y1); z6 = (x5, y0);
	z7 = (x5, y0+9/16H); z8 = (x0+3/4W, y1);
	z10 = (x0+1.02W, y0);
	z10a = (0, H) rotated theta shifted (z10);
	z9 = (z8 -- (x10, y8)) intersectionpoint (z10 -- z10a);
	z9b = (z7 -- (x10, y7)) intersectionpoint (z10 -- z10a);

	join_radius := 0.181W;
	draw z1 -- z2;
	draw (z3 -- z4)
	     join (z4 -- z5)
	     join (z5 -- z7)
	     -- z6;
	join_radius := 0.176W;
	draw (z7 -- z8)
	     join (z8 -- z9)
	     join (z9 -- z9b)
	     -- z10;
    endchar;
%%% enddef;


%%% def draw_small_n =
    ocrchar ("n"); "Small Letter N";
	z1 = (x0+W, y0);
	z2 = (0, H) rotated theta shifted (z1);
	z3 = (x0, y0); z4 = (x0, y6);
	z5 = (x3, y0+1/2H); z6 = (x0+1/2W, y0+11/16H);
	z7 = (z6 -- (x1, y6)) intersectionpoint (z1 -- z2);

	join_radius := 1/4W;
	draw z3 -- z4;
	draw (z5 -- z6)
	     join (z6 -- z7)
	     join (z7 -- z1);
    endchar;
%%% enddef;


%%% def draw_small_o =
    ocrchar ("o"); "Small Letter O";
	z1 = (x0, y0+1/8H); z2 = (x0+1/4W, y0);
	z3 = (x0+3/4W, y2); z4 = (x0+W, y1);
	z5 = (x4, y0+9/16H); z6 = (x3, y0+11/16H);
	z7 = (x2, y6); z8 = (x1, y5);

	join_radius := 1/4W;
	draw from_mid (z8, z1)
	     join (z1 -- z2)
	     join to_mid (z2, z3);
	draw from_mid (z2, z3)
	     join (z3 -- z4)
	     join to_mid (z4, z5);
	draw from_mid (z4, z5)
	     join (z5 -- z6)
	     join to_mid (z6, z7);
	draw from_mid (z6, z7)
	     join (z7 -- z8)
	     join to_mid (z8, z1);
    endchar;
%%% enddef;


%%% def draw_small_p =
    ocrchar ("p"); "Small Letter P";
	z1 = (x0, y0+23/32H); z2 = (x1, y0-5/16H);
	z3 = (x1, y0+3/16H); z4 = (x0+3/8W, y0-1/32H);
	z5 = (x0+5/8W, y4); z6 = (x0+W, y0+.157H);
	z7 = (x6, y0+.529H); z8 = (x5, y0+23/32H);
	z9 = (x4, y8); z10 = (x3, y0+1/2H);

	join_radius := 1/4W;
	draw z1 -- z2;
	draw from_mid (z3, z4)
	     join (z4 -- z5)
	     join (z5 -- z6)
	     join (z6 -- z7)
	     join to_mid (z7, z8);
	draw from_mid (z7, z8)
	     join (z8 -- z9)
	     join (z9 -- z10)
	     join (z10 -- z3)
	     join to_mid (z3, z4);
    endchar;
%%% enddef;


%%% def draw_small_q =
    ocrchar ("q"); "Small Letter Q";
	z1 = (x0+W, y0+11/16H); z2 = (x1, y0-5/16H);
	z3 = (x2, y0+3/16H); z4 = (x0+5/8W, y0);
	z5 = (x0+1/4W, y4); z6 = (x0, y0+1/8H);
	z7 = (x6, y0+9/16H); z8 = (x5, y0+11/16H);
	z9 = (x4, y8); z10 = (x3, y0+1/2H);

	join_radius := 1/4W;
	draw z1 -- z2;
	draw from_mid (z3, z4)
	     join (z4 -- z5)
	     join (z5 -- z6)
	     join (z6 -- z7)
	     join to_mid (z7, z8);
	draw from_mid (z7, z8)
	     join (z8 -- z9)
	     join (z9 -- z10)
	     join (z10 -- z3)
	     join to_mid (z3, z4);
    endchar;
%%% enddef;


%%% def draw_small_r =
    ocrchar ("r"); "Small Letter R";
	z1 = (x0, y0+11/16H); z2 = (x1, y0);
	z3 = (x1, y0+7/16H); z4 = (x0+1/2W, y1);
	z5 = (x0+W, y4); z6 = (x5, y0+1/2H);

	join_radius := 1/4W;
	draw z1 -- z2;
	draw z3 -- z4;
	draw (z6 -- z5)
	     join (z5 -- z4);
    endchar;
%%% enddef;


%%% def draw_small_s =
    ocrchar ("s"); "Small Letter S";
	z1 = (x0, y0+1/16H); z1a = (x0+.07W, y0+.03H);
	z2 = (x0+.20W, y0); z3 = (x0+W, y2); z4 = (x3, y0+1/4H);
	z5 = (x0+.027W, y0+1/2H); z6 = (x5, y0+11/16H);
	z6a = (x0+1/2W, y6); z7 = (x0+.92W, y6);
	z8 = (x0+.973W, y0+5/8H);

	join_radius := .32W;
	draw (z1 -- z1a)
	     join (z1a -- z2)
	     join to_mid (z2, z3);
	join_radius := .26W;
	draw from_mid (z2, z3)
	     join (z3 -- z4)
	     join to_mid (z4, z5);
	join_radius := .20W;
	draw from_mid (z4, z5)
	     join (z5 -- z6)
	     join (z6 -- z6a);
	join_radius := .25W;
	draw (z8 -- z7)
	     join (z7 -- z6a);
    endchar;
%%% enddef;


%%% def draw_small_t =
    ocrchar ("t"); "Small Letter T";
	z1 = (x0+W, y0+1/8H); z2 = (x1, y0);
	z3 = (x0+1/4W, y2); z4 = (x3, y0+15/16H);
	z5 = (x0, y0+11/16H); z6 = (x0+7/8W, y5);

	join_radius := 1/4W;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4);
	draw z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_small_u =
    ocrchar ("u"); "Small Letter U";
	z1 = (x0, y0+11/16H);
	z2 = (0, -H) rotated theta shifted (z1);
	z3 = (x0+W, y1); z4 = (x3, y0);
	z5 = (x3, y0+3/16H); z6 = (x0+1/2W, y0);
	z7 = (z6 -- (x1, y6)) intersectionpoint (z1 -- z2);

	join_radius := 1/4W;
	draw z3 -- z4;
	draw (z5 -- z6)
	     join (z6 -- z7)
	     join (z7 -- z1);
    endchar;
%%% enddef;


%%% def draw_small_v =
    ocrchar ("v"); "Small Letter V";
	z1 = (x0, y0+11/16H); z2 = (x1, y0+9/16H);
	z3 = (x0+.421W, y0); z4 = (x0+.579W, y0);
	z5 = (x0+W, y2); z6 = (x5, y1);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
    endchar;
%%% enddef;


%%% def draw_small_w =
    ocrchar ("w"); "Small Letter W";
	z1 = (x0, y0+1/4H); z2 = (x0+1/8W, y0); z3 = (x0+1/4W, y0);
	z4 = (x0+1/2W, y1); z5 = (x4, y0+7/16H);
	z6 = (x0+3/4W, y0); z7 = (x0+7/8W, y0); z8 = (x0+W, y1);
	z9a = (0, H) rotated theta shifted (z1);
	z9b = (0, H) rotated -theta shifted (z8);
	z10a = (x0-1/4W, y0+11/16H); z10b = (x0+5/4W, y10a);
	z11a = (z10a -- z10b) intersectionpoint (z1 -- z9a);
	z11b = (z10a -- z10b) intersectionpoint (z8 -- z9b);

	draw z11a -- z1 -- z2 -- z3 -- z4 -- z6 -- z7 -- z8 -- z11b;
	draw z4 -- z5;
    endchar;
%%% enddef;


%%% def draw_small_x =
    ocrchar ("x"); "Small Letter X";
	z1 = (x0, y0); z2 = (x0+.973W, y0+11/16H);
	z3 = (x0+W, y0); z4 = (x0+.027W, y0+11/16H);

	draw z1 -- z2;
	draw z3 -- z4;
    endchar;
%%% enddef;


%%% def draw_small_y =
    ocrchar ("y"); "Small Letter Y";
	z1 = (x0, y0+11/16H); z2 = (x1, y0+9/16H);
	z3 = (x0+3/8W, y0+1/16H); z4 = (x0+5/8W, y3);
	z5 = (x0+W, y1); z6 = (x5, y2);
	z8 = (x0, y0-5/16H);
	z7 = (z6 -- z4+(z4-z6))
		 intersectionpoint (z8 -- (x8+W, y8));

	draw z1 -- z2 -- z3 -- z4;
	draw z5 -- z6 -- z7 -- z8;
    endchar;
%%% enddef;


%%% def draw_small_z =
    ocrchar ("z"); "Small Letter Z";
	z1 = (x0+.061W, y0+11/16H); z2 = (x0+W, y1);
	z3 = (x2, y0+5/8H); z4 = (x0, y0+1/16H);
	z5 = (x0, y0); z6 = (x2, y5);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
    endchar;
%%% enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Alternate symbol forms.
% These are all new shapes, except for Apostrophe and Hyphen, where
% the "alternate" shapes are the older versions.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%
% Alternate period was introduced because the standard character causes
% paper punch-through on some printers.
%
%%% def draw_period_alt =
    ocrchar (14); "Period (Alternate)";
	z1 = (x0+5/16W, y0); z2 = (x0+11/16W, y1);
	z3 = (x2, y0+3/8W); z4 = (x1, y3);
	% NOTE:  The use of "W" in the Y-coordinate of "z3"
	% is as given in the spec, to make a square period.

	draw z1 -- z2 -- z3 -- z4 -- cycle;
	fill z1 -- z2 -- z3 -- z4 -- cycle;
    endchar;
%%% enddef;


%
% Alternate comma was introduced because the standard character causes
% paper punch-through on some printers.
%
%%% def draw_comma_alt =
    ocrchar (15); "Comma (Alternate)";
	z1 = (x0+1/4W, y0+5/16H); z2 = (x1, y0+3/8H);
	z3 = (x0+3/4W, y2); z4 = (x3, y0); z5 = (x0+5/8W, y4);
	z6 = (x5, y1);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6 -- cycle;
	fill z1 -- z2 -- z3 -- z4 -- z5 -- z6 -- cycle;
    endchar;
%%% enddef;


%
% Alternate question mark was introduced because the small dot at the
% bottom of the standard character is difficult or impossible to form
% on some embossed plates/cards, and also causes paper punch-through
% on some printers.
%
%%% def draw_question_mark_alt =
    ocrchar (16); "Question Mark (Alternate)";
	z1 = (x0, y0+5/8H); z2 = (x0+3/4W, y0+H);
	z3 = (x0+W, y0+7/8H); z4 = (x3, y0+3/4H);
	z5 = (x0+1/4W, y0+3/8H); z6 = (x5, y0);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
    endchar;
%%% enddef;


%
% A new apostrophe was introduced (and the older character changed to
% alternate status) because the older character causes paper punch-
% through on some printers and cannot be properly recognized by some
% readers which do not store vertical-position data.
%
%%% def draw_apostrophe_alt =
    ocrchar (17); "Apostrophe (Alternate)";
	z1 = (x0+3/8W, y0+H); z2 = (x0+1/2W, y0+5/8H);
	z3 = (x0+5/8W, y1);

	draw z1 -- z2 -- z3 -- cycle;
	fill z1 -- z2 -- z3 -- cycle;
    endchar;
%%% enddef;


%
% A new hyphen was introduced (and the older character changed to
% alternate status) because the older character causes paper punch-
% through on some printers.
%
%%% def draw_hyphen_alt =
    ocrchar (18); "Hyphen (Alternate)";
	z1 = (x0, y0+1/2H); z2 = (x0+W, y1);

	draw z1 -- z2;
    endchar;
%%% enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Special OCR characters.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%
% The "hook" symbol (looks sort of like a squared-off S) is defined in
% ANSI X3.17-1977 to go into the "tilde" spot in the ASCII table.
%
%%% def draw_symbol_hook =
    ocrchar (19); "Symbol HOOK";
	z1 = (x0, y0+3/8H); z2 = (x0, y0); z3 = (x0+1/2W, y0);
	z4 = (x3, y0+H); z5 = (x0+W, y0+H); z6 = (x0+W, y0+5/8H);

	draw z1 -- z2 -- z3 -- z4 -- z5 -- z6;
	fill_corners (2, 3, 4, 5);
    endchar;
%%% enddef;


%
% The "fork" symbol (looks sort of like a squared-off Y) is defined in
% ANSI X3.17-1977 to go into the "underline" spot in the ASCII table.
% However, a note in the standard says that this assignment should not
% preclude use of the Underline in applications not needing the "fork".
%
%%% def draw_symbol_fork =
    ocrchar (20); "Symbol FORK";
	z1 = (x0, y0+H); z2 = (x0, y0+1/2H);
	z3 = (x0+W, y2); z4 = (x0+W, y0+H);
	z5 = (x0+1/2W, y2); z6 = (x5, y0);

	draw z1 -- z2 -- z3 -- z4;
	draw z5 -- z6;
	fill_corners (2, 3);
    endchar;
%%% enddef;


%
% The "chair" symbol (looks sort of like a squared-off, backwards lower-
% case H) is defined in ANSI X3.17-1977 to go into the "grave accent"
% spot in the ASCII table.
%
%%% def draw_symbol_chair =
    ocrchar (21); "Symbol CHAIR";
	z1 = (x0+W, y0+H); z2 = (x1, y0);
	z3 = .5[z1,z2]; z4 = (x0, y3); z5 = (x0, y0);

	draw z1 -- z2;
	draw z3 -- z4 -- z5;
	fill_corners (4);
    endchar;
%%% enddef;


%
% The "Long Vertical Mark" is not really suitable as a representation
% of the ASCII "vertical bar" character.  The "Long Vertical Mark" is
% intended as a field separator and is significantly taller than other
% characters in the font.
%
%%% def draw_long_vertical_mark =
    ocrchar (22); "Long Vertical Mark";
	z1 = (x0+1/2W, y0+L-T/2); z2 = (x1, y0-Y+T/2);

	draw z1 -- z2;
	fill_corners (1, 2);
    endchar;
%%% enddef;


%
% "Character Erase" (a large rectangular black box) is defined in
% ANSI X3.17-1977 only for the smallest character size (Size I).
%
%%% def draw_character_erase =
    ocrchar (127); "Character Erase";
	z1 = (x0-3/4T, y0-3/4T); z2 = (x0+W+3/4T, y1);
	z3 = (x2, y0+H+3/4T); z4 = (x1, y3);

	fill z1 -- z2 -- z3 -- z4 -- cycle;
    endchar;
%%% enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Miscellaneous symbols.
% These are not an official part of ANSI OCR-A, but were included in an
% appendix to X3.17-1977.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%% def draw_aa =
    ocrchar (23); "Letter \AA";
	z1 = (x0, y0); z2 = (x0+3/8W, y0+3/4H);
	z3 = (x0+5/8W, y2); z4 = (x0+W, y1);
	z5 = (x0+1/8W, y2); z6 = (x0+7/8W, y2);
	z7 = (x6, y0+H); z8 = (x5, y7);
	z9 = (x5, y0+1/4H); z10 = (x6, y9);

	draw z1 -- z2;
	draw z3 -- z4;
	draw z9 -- z10;
	draw from_mid (z5, z6)
	     join (z6 -- z7)
	     join to_mid (z7, z8);
	draw from_mid (z7, z8)
	     join (z8 -- z5)
	     join to_mid (z5, z6);
    endchar;
%%% enddef;


%%% def draw_a_umlaut =
    ocrchar (24); "Letter \"&ditto&"A";
	z1 = (x0, y0); z2 = (x0+1/2W, y0+3/4H); z3 = (x0+W, y0);
	z4 = (x0+1/8W, y0+3/16H); z5 = (x0+7/8W, y4);
	z6 = (x1, y0+H); z7 = (x6, y0+7/8H);
	z8 = (x3, y6); z9 = (x8, y7);

	draw z1 -- z2 -- z3;
	draw z4 -- z5;
	draw z6 -- z7;
	draw z8 -- z9;
    endchar;
%%% enddef;


%%% def draw_ae =
    ocrchar (25); "Letter \AE";
	z1 = (x0, y0); z2 = (x0+5/8W, y0+H); z3 = (x0+W, y2);
	z4 = (x2, y0+1/2H); z5 = (x3, y4);
	z6 = (x2, y1); z7 = (x3, y1);
	z8 = 1/4[z1,z2]; z9 = 1/4[z6,z2];

	draw z1 -- z2 -- z3;
	draw z2 -- z6 -- z7;
	draw z4 -- z5;
	draw z8 -- z9;
    endchar;
%%% enddef;


%%% def draw_n_tilde =
    ocrchar (26); "Letter \~N";
	z1 = (x0, y0); z2 = (x1, y0+5/8H);
	z3 = (x0+W, y1); z4 = (x3, y2);
	z5 = (x1, y0+15/16H); z6 = (x5, y0+H);
	z7 = (x3, y5); z8 = (x3, y6);

	draw z1 -- z2 -- z3 -- z4;
	draw z5 -- z6 -- z7 -- z8;
    endchar;
%%% enddef;


%%% def draw_o_slant =
    ocrchar (27); "Letter \O";
	z1 = (x0, y0+7/16H); z2 = (x1, y0+9/16H);
	z3 = (x0+3/8W, y0+H); z4 = (x0+5/8W, y3);
	z5 = (x0+W, y2); z6 = (x5, y1);
	z7 = (x4, y0); z8 = (x3, y7);
	z9 = (x0, y0); z10 = (x0+W, y0+H);

	join_radius := r1;
	draw from_mid (z8, z1)
	     join (z1 -- z2)
	     join to_mid (z2, z3);
	draw from_mid (z4, z5)
	     join (z5 -- z6)
	     join to_mid (z6, z7);
	join_radius := r2;
	draw from_mid (z2, z3)
	     join (z3 -- z4)
	     join to_mid (z4, z5);
	draw from_mid (z6, z7)
	     join (z7 -- z8)
	     join to_mid (z8, z1);
	draw z9 -- z10;
    endchar;
%%% enddef;


%%% def draw_o_umlaut =
    ocrchar (28); "Letter \"&ditto&"O";
	z1 = (x0, y0+5/16H); z2 = (x1, y0+7/16H);
	z3 = (x0+3/8W, y0+3/4H); z4 = (x0+5/8W, y3);
	z5 = (x0+W, y2); z6 = (x5, y1);
	z7 = (x4, y0); z8 = (x3, y7);
	z9 = (x1, y0+H); z10 = (x1, y0+7/8H);
	z11 = (x5, y9); z12 = (x5, y10);

	join_radius := r5;
	draw from_mid (z8, z1)
	     join (z1 -- z2)
	     join to_mid (z2, z3);
	draw from_mid (z4, z5)
	     join (z5 -- z6)
	     join to_mid (z6, z7);
	join_radius := r6;
	draw from_mid (z2, z3)
	     join (z3 -- z4)
	     join to_mid (z4, z5);
	draw from_mid (z6, z7)
	     join (z7 -- z8)
	     join to_mid (z8, z1);
	draw z9 -- z10;
	draw z11 -- z12;
    endchar;
%%% enddef;


%%% def draw_u_umlaut =
    ocrchar (29); "Letter \"&ditto&"U";
	z1 = (x0, y0+3/4H); z2 = (x0, y0);
	z3 = (x0+W, y0); z4 = (x3, y1);
	z5 = (x0+1/4W, y0+H); z6 = (x5, y0+7/8H);
	z7 = (x0+3/4W, y5); z8 = (x7, y6);

	join_radius := T;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join (z3 -- z4);
	draw z5 -- z6;
	draw z7 -- z8;
    endchar;
%%% enddef;


%%% def draw_pound_sign =
    ocrchar (30); "Pound Sign";
	z1 = (x0, y0); z2 = (x0+W, y1);
	z3 = (x0+1/4W, y1); z4 = (x0+3/4W, y0+H); z5 = (x2, y4);
	z6 = (x1, y0+1/2H); z7 = (x2, y6);

	join_radius := T;
	draw z1 -- z2;
	draw (z3 -- z4)
	     join (z4 -- z5);
	draw z6 -- z7;
    endchar;
%%% enddef;


%%% def draw_yen_sign =
    ocrchar (31); "Yen Sign";
	z1 = (x0, y0+H); z2 = (x0+1/2W, y0+1/2H); z3 = (x0+W, y1);
	z4 = (x2, y0); z5 = (x1, y0+3/8H); z6 = (x3, y5);

	draw z1 -- z2 -- z3;
	draw z2 -- z4;
	draw z5 -- z6;
    endchar;
%%% enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Non-standard ASCII characters.
% I designed these characters myself in order to make a complete ASCII
% character set.  Note that these characters are *NOT* part of ANSI
% X3.17-1977 or any other OCR-A standard, and will almost certainly
% *NOT* be understood by any OCR-A scanner currently in existence.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%% def draw_tilde =
    ocrchar ("~"); "Tilde";
	z1 = (x0, y0+11/16H); z2 = (x1, y0+H);
	z3 = (x0+1/2W, y2); z4 = (x3, y0+5/8H);
	z5 = (x0+W, y4); z6 = (x5, y0+15/16H);

	join_radius := T;
	draw (z1 -- z2)
	     join (z2 -- z3)
	     join to_mid (z3, z4);
	draw (z6 -- z5)
	     join (z5 -- z4)
	     join to_mid (z4, z3);
    endchar;
%%% enddef;


%%% def draw_underline =
    ocrchar ("_"); "Underline";
	z1 = (x0, y0-T); z2 = (x0+W, y1);

	draw z1 -- z2;
    endchar;
%%% enddef;


%%% def draw_grave_accent =
    ocrchar ("`"); "Grave Accent";
	z1 = (x0+1/8W, y0+H); z2 = (x0+7/8W, y0+5/8H);
	z3 = (x0+3/8W, y1);

	draw z1 -- z2 -- z3 -- cycle;
	fill z1 -- z2 -- z3 -- cycle;
    endchar;
%%% enddef;


%%% def draw_vertical_bar =
    ocrchar ("|"); "Vertical Bar";
	z1 = (x0+1/2W, y0+H); z2 = (x1, y0+1/2H+T);
	z3 = (x1, y0+1/2H-T); z4 = (x1, y0);

	draw z1 -- z2;
	draw z3 -- z4;
	fill_corners (2, 3);
    endchar;
%%% enddef;


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%								       %
%			    Font parameters			       %
%								       %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


designsize := L#;
font_slant := 0;
font_normal_space := R#;
font_normal_stretch := 0;	% mustn't be more than .8R#, per spec
font_normal_shrink := 0;	% mustn't be more than .1R#, per spec
font_x_height := H#;
font_quad := 2W#;
font_extra_space := 0;

end.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%								       %
%		   END OF OCR-A METAFONT DEFINITION		       %
%								       %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%