diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-17 23:51:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-17 23:51:57 +0000 |
commit | de6510b7405894d19b970120bca0e3891d1aeb44 (patch) | |
tree | cbc8527d183b0596769909f96d775e4db21c51d4 /Master/texmf-dist/fonts/source | |
parent | baf98b57c54aee59931b5bd2b6066ccb678ee27c (diff) |
nkarta 0.2 (16dec09)
git-svn-id: svn://tug.org/texlive/trunk@16437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source')
3 files changed, 533 insertions, 696 deletions
diff --git a/Master/texmf-dist/fonts/source/public/nkarta/nkarta.mf b/Master/texmf-dist/fonts/source/public/nkarta/nkarta.mf index 83658986b2b..1b384d0e5ca 100644 --- a/Master/texmf-dist/fonts/source/public/nkarta/nkarta.mf +++ b/Master/texmf-dist/fonts/source/public/nkarta/nkarta.mf @@ -1,33 +1,36 @@ -% Nkarta.mf -% Author: Daniel H. Luecking -% Description: Derived from karta.mf (author and license unknown) -% Date: 02 March 2004 -% License: Use at your own risk. If it is found that karta limits -% derived works, nkarta will be subject to those limits. +%% +%% This is file `nkarta.mf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% nkarta.dtx (with options: `MF') +%% ------------------------------------------------------------------- +%% Copyright 2002--2009, Daniel H. Luecking +%% +%% Nkarta is in the public domain +%% mode_setup; -smoothing := 0; autorounding := 0; -FS# := if (known FontSize) and (numeric FontSize): - FontSize - else: - 15pt# - fi/1000; +smoothing := 2; autorounding := 2; + +if (not known FontSize) or (not numeric FontSize): + numeric FontSize; + FontSize := 15pt#; +fi +FS# := FontSize/1000; define_pixels(FS); -% In the original, the following code occurred after each path P[n] was -% defined: -% if (turningnumber P[n])>=0: fill else: unfill reverse fi P[n]; -% This fails if turning number is 0. The following is more efficient -% and has the same effect. Moreover, it puts the repeated code in a -% macro issued only once per character. boolean debug; debug:=false; -path P[]; -def drawthem expr t = +path P[]; numeric P; +def setP = P[incr P] := enddef; + +def drawthem = if debug: % debug pickup pencircle scaled .4pt; % fi % - for n = 1 upto t: + for n = 1 upto P: if debug: % addto currentpicture doublepath (P[n] scaled FS); % else: % @@ -36,16 +39,15 @@ fi cullit; % debug endfor enddef; +extra_beginchar:= extra_beginchar & "P := 0;"; +extra_endchar:= "drawthem;" & extra_endchar; -% I don't know what a space is needed for, but I've kept it. beginchar (32,280*FS#,0*FS#,0*FS#); "space"; -P1 := ((0,0) --- cycle) ; -drawthem 1; % Seems useless. +setP (0,0) -- cycle ; endchar; -input nkchars.mf; +input nkchars; font_slant:=0; font_normal_space:=280*FS#; @@ -57,3 +59,5 @@ designsize:=FontSize; font_coding_scheme:="AppleStandard"; font_identifier:="NKarta"; end. +%% +%% End of file `nkarta.mf'. diff --git a/Master/texmf-dist/fonts/source/public/nkarta/nkarta15.mf b/Master/texmf-dist/fonts/source/public/nkarta/nkarta15.mf index 4c5b547e6c7..5f1d1a4886c 100644 --- a/Master/texmf-dist/fonts/source/public/nkarta/nkarta15.mf +++ b/Master/texmf-dist/fonts/source/public/nkarta/nkarta15.mf @@ -1,4 +1,17 @@ -% nkarta15.mf +%% +%% This is file `nkarta15.mf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% nkarta.dtx (with options: `fifteen') +%% ------------------------------------------------------------------- +%% Copyright 2002--2009, Daniel H. Luecking +%% +%% Nkarta is in the public domain +%% FontSize := 15pt#; input nkarta; end. +%% +%% End of file `nkarta15.mf'. diff --git a/Master/texmf-dist/fonts/source/public/nkarta/nkchars.mf b/Master/texmf-dist/fonts/source/public/nkarta/nkchars.mf index ebc682af795..6dfc8c728c6 100644 --- a/Master/texmf-dist/fonts/source/public/nkarta/nkchars.mf +++ b/Master/texmf-dist/fonts/source/public/nkarta/nkchars.mf @@ -1,18 +1,22 @@ -% I've also added these to avoid some error states: +%% +%% This is file `nkchars.mf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% nkarta.dtx (with options: `charsMF') +%% ------------------------------------------------------------------- +%% Copyright 2002--2009, Daniel H. Luecking +%% +%% Nkarta is in the public domain +%% turningcheck:=0; warningcheck:=0; -% Note: the names "exclam", etc., of these figures have nothing to do -% with the actual figures. They are apparently the names of the glyph at -% that position in AppleStandard encoding. I have kept them in case they -% convey any information to anyone. -% -% All paths have been kept unchanged. But the scaling by FS has been -% moved into the drawthem macro. beginchar (33,560*FS#,650*FS#,0*FS#); "exclam"; -P1 := ((30,400) +setP ((30,400) .. controls (30,260) and (140,150) .. (280,150) .. controls (420,150) and (530,260) @@ -22,7 +26,7 @@ P1 := ((30,400) .. controls (140,650) and (30,540) .. (30,400) -- cycle) ; -P2 := ((50,400) +setP ((50,400) .. controls (50,529) and (151,630) .. (280,630) .. controls (409,630) and (510,529) @@ -32,34 +36,33 @@ P2 := ((50,400) .. controls (151,170) and (50,271) .. (50,400) -- cycle) ; -drawthem 2; endchar; beginchar (34,620*FS#,741*FS#,0*FS#); "quotedbl"; -P1 := ((605,230) +setP ((605,230) -- (605,571) -- (310,741) -- (15,571) -- (15,230) -- (310,60) -- cycle) ; -P2 := ((585,238) +setP ((585,238) -- (310,82) -- (35,238) -- (35,562) -- (310,719) -- (585,562) -- cycle) ; -P3 := ((513,255) +setP ((513,255) -- (310,659) -- (106,255) -- cycle) ; -P4 := ((140,275) +setP ((140,275) -- (310,617) -- (481,275) -- cycle) ; -P5 := ((268,389) +setP ((268,389) .. controls (268,365) and (286,347) .. (310,347) .. controls (334,347) and (352,365) @@ -69,59 +72,55 @@ P5 := ((268,389) .. controls (286,432) and (268,414) .. (268,389) -- cycle) ; -drawthem 5; endchar; beginchar (35,560*FS#,650*FS#,0*FS#); "numbersign"; -P1 := ((530,150) +setP ((530,150) -- (280,650) -- (30,150) -- cycle) ; -P2 := ((65,170) +setP ((65,170) -- (280,600) -- (495,170) -- cycle) ; -drawthem 2; endchar; beginchar (36,560*FS#,683*FS#,0*FS#); "dollar"; -P1 := ((563,400) +setP ((563,400) -- (280,683) -- (-3,400) -- (280,117) -- cycle) ; -P2 := ((280,147) +setP ((280,147) -- (27,400) -- (280,653) -- (533,400) -- cycle) ; -drawthem 2; endchar; beginchar (37,560*FS#,650*FS#,0*FS#); "percent"; -P1 := ((424,150) +setP ((424,150) -- (569,400) -- (424,650) -- (136,650) -- (-9,400) -- (136,150) -- cycle) ; -P2 := ((148,170) +setP ((148,170) -- (15,400) -- (148,630) -- (412,630) -- (545,400) -- (412,170) -- cycle) ; -drawthem 2; endchar; beginchar (38,1236*FS#,916*FS#,216*FS#); "ampersand"; -P1 := ((1130,192) +setP ((1130,192) -- (1132,194) -- (928,330) -- (1166,432) @@ -154,26 +153,25 @@ P1 := ((1130,192) -- (1232,-214) -- (894,224) -- cycle) ; -drawthem 1; endchar; beginchar (39,620*FS#,741*FS#,0*FS#); "quotesingle"; -P1 := ((605,230) +setP ((605,230) -- (605,571) -- (310,741) -- (15,571) -- (15,230) -- (310,60) -- cycle) ; -P2 := ((585,238) +setP ((585,238) -- (310,82) -- (35,238) -- (35,562) -- (310,719) -- (585,562) -- cycle) ; -P3 := ((365,400) +setP ((365,400) .. controls (365,432) and (341,456) .. (310,456) .. controls (279,456) and (255,432) @@ -183,12 +181,11 @@ P3 := ((365,400) .. controls (341,346) and (365,370) .. (365,400) -- cycle) ; -drawthem 3; endchar; beginchar (40,232*FS#,669*FS#,0*FS#); "parenleft"; -P1 := ((202,47) +setP ((202,47) -- (184,47) -- (150,105) -- (150,419) @@ -212,12 +209,11 @@ P1 := ((202,47) -- (192,23) -- (202,23) -- cycle) ; -drawthem 1; endchar; beginchar (41,224*FS#,720*FS#,0*FS#); "parenright"; -P1 := ((142,545) +setP ((142,545) .. controls (142,559) and (130,565) .. (127,565) -- (127,658) @@ -246,12 +242,11 @@ P1 := ((142,545) .. controls (157,383) and (145,389) .. (142,389) -- cycle) ; -drawthem 1; endchar; beginchar (42,1538*FS#,1037*FS#,237*FS#); "asterisk"; -P1 := ((1538,327) +setP ((1538,327) -- (862,580) -- (989,1035) -- (987,1037) @@ -268,12 +263,11 @@ P1 := ((1538,327) -- (920,-108) -- (788,150) -- cycle) ; -drawthem 1; endchar; beginchar (43,600*FS#,625*FS#,0*FS#); "plus"; -P1 := ((485,175) +setP ((485,175) .. controls (521,175) and (550,204) .. (550,240) .. controls (550,275) and (521,305) @@ -283,7 +277,7 @@ P1 := ((485,175) .. controls (420,204) and (450,175) .. (485,175) -- cycle) ; -P2 := ((115,175) +setP ((115,175) .. controls (151,175) and (180,204) .. (180,240) .. controls (180,275) and (151,305) @@ -293,7 +287,7 @@ P2 := ((115,175) .. controls (50,204) and (80,175) .. (115,175) -- cycle) ; -P3 := ((300,495) +setP ((300,495) .. controls (336,495) and (365,524) .. (365,560) .. controls (365,595) and (336,625) @@ -303,12 +297,11 @@ P3 := ((300,495) .. controls (235,524) and (265,495) .. (300,495) -- cycle) ; -drawthem 3; endchar; beginchar (44,1056*FS#,684*FS#,0*FS#); "comma"; -P1 := ((942,613) +setP ((942,613) .. controls (927,631) and (902,650) .. (872,655) -- (718,683) @@ -327,7 +320,7 @@ P1 := ((942,613) .. controls (1023,482) and (1034,502) .. (1020,519) -- cycle) ; -P2 := ((224,421) +setP ((224,421) .. controls (204,428) and (212,442) .. (238,453) -- (679,642) @@ -340,7 +333,7 @@ P2 := ((224,421) .. controls (387,374) and (373,368) .. (354,375) -- cycle) ; -P3 := ((350,341) +setP ((350,341) .. controls (366,335) and (378,325) .. (378,293) -- (378,187) @@ -353,7 +346,7 @@ P3 := ((350,341) .. controls (162,408) and (174,403) .. (195,396) -- cycle) ; -P4 := ((871,597) +setP ((871,597) .. controls (888,607) and (902,601) .. (912,589) -- (968,521) @@ -366,37 +359,36 @@ P4 := ((871,597) .. controls (408,335) and (416,348) .. (430,356) -- cycle) ; -drawthem 4; endchar; beginchar (45,666*FS#,807*FS#,0*FS#); "hyphen"; -P1 := ((323,587) +setP ((323,587) -- (343,587) -- (343,807) -- (323,807) -- cycle) ; -P2 := ((409,572) +setP ((409,572) -- (423,558) -- (579,713) -- (565,728) -- cycle) ; -P3 := ((446,524) +setP ((446,524) -- (446,504) -- (666,504) -- (666,524) -- cycle) ; -P4 := ((243,558) +setP ((243,558) -- (257,572) -- (102,728) -- (87,714) -- cycle) ; -P5 := ((220,504) +setP ((220,504) -- (220,524) -- (0,524) -- (0,504) -- cycle) ; -P6 := ((473,0) +setP ((473,0) -- (398,500) .. controls (394,524) and (378,540) .. (353,540) @@ -405,12 +397,11 @@ P6 := ((473,0) .. (267,500) -- (193,0) -- cycle) ; -drawthem 6; endchar; beginchar (46,702*FS#,678*FS#,0*FS#); "period"; -P1 := ((372,370) +setP ((372,370) -- (589,586) -- (608,567) .. controls (632,542) and (654,508) @@ -443,12 +434,11 @@ P1 := ((372,370) -- (615,84) -- (637,105) -- cycle) ; -drawthem 1; endchar; beginchar (47,620*FS#,650*FS#,0*FS#); "slash"; -P1 := ((60,400) +setP ((60,400) .. controls (60,260) and (170,150) .. (310,150) .. controls (450,150) and (560,260) @@ -458,7 +448,7 @@ P1 := ((60,400) .. controls (170,650) and (60,540) .. (60,400) -- cycle) ; -P2 := ((312,170) +setP ((312,170) .. controls (181,170) and (80,271) .. (80,402) -- (308,402) @@ -467,12 +457,11 @@ P2 := ((312,170) .. (540,398) -- (312,398) -- cycle) ; -drawthem 2; endchar; beginchar (48,300*FS#,404*FS#,4*FS#); "zero"; -P1 := ((150,-4) +setP ((150,-4) .. controls (230,-5) and (291,59) .. (291,199) .. controls (291,339) and (230,404) @@ -482,7 +471,7 @@ P1 := ((150,-4) .. controls (9,59) and (70,-3) .. (150,-4) -- cycle) ; -P2 := ((150,58) +setP ((150,58) .. controls (98,58) and (71,115) .. (71,199) .. controls (71,284) and (98,342) @@ -492,12 +481,11 @@ P2 := ((150,58) .. controls (229,115) and (202,58) .. (150,58) -- cycle) ; -drawthem 2; endchar; beginchar (49,300*FS#,400*FS#,0*FS#); "one"; -P1 := ((99,320) +setP ((99,320) -- (139,320) -- (139,0) -- (201,0) @@ -506,12 +494,11 @@ P1 := ((99,320) .. controls (136,384) and (116,373) .. (99,370) -- cycle) ; -drawthem 1; endchar; beginchar (50,300*FS#,404*FS#,0*FS#); "two"; -P1 := ((284,0) +setP ((284,0) -- (284,62) -- (90,62) .. controls (94,95) and (118,123) @@ -532,12 +519,11 @@ P1 := ((284,0) .. controls (38,133) and (13,75) .. (13,0) -- cycle) ; -drawthem 1; endchar; beginchar (51,300*FS#,404*FS#,4*FS#); "three"; -P1 := ((153,186) +setP ((153,186) .. controls (204,188) and (225,160) .. (225,132) .. controls (225,99) and (194,58) @@ -566,12 +552,11 @@ P1 := ((153,186) .. (181,248) -- (153,248) -- cycle) ; -drawthem 1; endchar; beginchar (52,300*FS#,400*FS#,0*FS#); "four"; -P1 := ((203,400) +setP ((203,400) -- (0,137) -- (0,101) -- (200,101) @@ -583,16 +568,15 @@ P1 := ((203,400) -- (262,156) -- (262,400) -- cycle) ; -P2 := ((200,300) +setP ((200,300) -- (200,156) -- (89,156) -- cycle) ; -drawthem 2; endchar; beginchar (53,300*FS#,400*FS#,4*FS#); "five"; -P1 := ((28,198) +setP ((28,198) -- (85,180) .. controls (98,206) and (120,217) .. (148,217) @@ -616,12 +600,11 @@ P1 := ((28,198) -- (264,400) -- (37,400) -- cycle) ; -drawthem 1; endchar; beginchar (54,300*FS#,404*FS#,4*FS#); "six"; -P1 := ((171,404) +setP ((171,404) .. controls (65,325) and (11,211) .. (11,126) .. controls (11,32) and (88,-4) @@ -635,7 +618,7 @@ P1 := ((171,404) .. controls (138,302) and (186,347) .. (205,356) -- cycle) ; -P2 := ((150,58) +setP ((150,58) .. controls (96,59) and (73,89) .. (73,119) .. controls (73,148) and (96,179) @@ -645,12 +628,11 @@ P2 := ((150,58) .. controls (227,89) and (204,57) .. (150,58) -- cycle) ; -drawthem 2; endchar; beginchar (55,300*FS#,400*FS#,0*FS#); "seven"; -P1 := ((163,0) +setP ((163,0) .. controls (169,160) and (228,282) .. (286,333) -- (286,400) @@ -660,12 +642,11 @@ P1 := ((163,0) .. controls (136,243) and (99,123) .. (101,0) -- cycle) ; -drawthem 1; endchar; beginchar (56,300*FS#,404*FS#,4*FS#); "eight"; -P1 := ((150,-4) +setP ((150,-4) .. controls (230,-3) and (284,50) .. (284,126) .. controls (284,181) and (258,203) @@ -683,7 +664,7 @@ P1 := ((150,-4) .. controls (16,50) and (70,-5) .. (150,-4) -- cycle) ; -P2 := ((150,245) +setP ((150,245) .. controls (111,245) and (92,271) .. (92,293) .. controls (92,316) and (111,342) @@ -693,7 +674,7 @@ P2 := ((150,245) .. controls (208,271) and (189,245) .. (150,245) -- cycle) ; -P3 := ((150,186) +setP ((150,186) .. controls (201,186) and (222,156) .. (222,121) .. controls (222,88) and (201,58) @@ -703,12 +684,11 @@ P3 := ((150,186) .. controls (78,156) and (99,186) .. (150,186) -- cycle) ; -drawthem 3; endchar; beginchar (57,300*FS#,402*FS#,4*FS#); "nine"; -P1 := ((120,-4) +setP ((120,-4) .. controls (228,71) and (286,183) .. (289,268) .. controls (292,361) and (217,400) @@ -722,7 +702,7 @@ P1 := ((120,-4) .. controls (156,96) and (106,54) .. (88,46) -- cycle) ; -P2 := ((150,342) +setP ((150,342) .. controls (204,342) and (227,311) .. (227,281) .. controls (227,251) and (204,219) @@ -732,22 +712,21 @@ P2 := ((150,342) .. controls (73,311) and (96,342) .. (150,342) -- cycle) ; -drawthem 2; endchar; beginchar (58,620*FS#,650*FS#,0*FS#); "colon"; -P1 := ((560,150) +setP ((560,150) -- (560,650) -- (60,650) -- (60,150) -- cycle) ; -P2 := ((80,170) +setP ((80,170) -- (80,630) -- (540,630) -- (540,170) -- cycle) ; -P3 := ((255,400) +setP ((255,400) .. controls (255,369) and (279,345) .. (310,345) .. controls (341,345) and (365,369) @@ -757,12 +736,11 @@ P3 := ((255,400) .. controls (279,455) and (255,431) .. (255,400) -- cycle) ; -drawthem 3; endchar; beginchar (59,620*FS#,650*FS#,0*FS#); "semicolon"; -P1 := ((60,400) +setP ((60,400) .. controls (60,260) and (170,150) .. (310,150) .. controls (450,150) and (560,260) @@ -772,7 +750,7 @@ P1 := ((60,400) .. controls (170,650) and (60,540) .. (60,400) -- cycle) ; -P2 := ((80,400) +setP ((80,400) .. controls (80,529) and (181,630) .. (310,630) .. controls (439,630) and (540,529) @@ -782,7 +760,7 @@ P2 := ((80,400) .. controls (181,170) and (80,271) .. (80,400) -- cycle) ; -P3 := ((255,400) +setP ((255,400) .. controls (255,369) and (279,345) .. (310,345) .. controls (341,345) and (365,369) @@ -792,12 +770,11 @@ P3 := ((255,400) .. controls (279,455) and (255,431) .. (255,400) -- cycle) ; -drawthem 3; endchar; beginchar (60,700*FS#,643*FS#,0*FS#); "less"; -P1 := ((468,157) +setP ((468,157) -- (568,208) -- (670,402) -- (546,643) @@ -806,19 +783,18 @@ P1 := ((468,157) -- (30,384) -- (130,157) -- cycle) ; -P2 := ((145,177) +setP ((145,177) -- (52,387) -- (129,583) -- (467,583) -- (568,384) -- (462,177) -- cycle) ; -drawthem 2; endchar; beginchar (61,614*FS#,750*FS#,0*FS#); "equal"; -P1 := ((140,640) +setP ((140,640) -- (30,640) -- (30,610) -- (140,610) @@ -835,12 +811,11 @@ P1 := ((140,640) -- (170,750) -- (140,750) -- cycle) ; -drawthem 1; endchar; beginchar (62,632*FS#,687*FS#,0*FS#); "greater"; -P1 := ((153,260) +setP ((153,260) .. controls (129,285) and (86,277) .. (58,249) .. controls (30,221) and (30,171) @@ -867,41 +842,38 @@ P1 := ((153,260) -- (30,666) -- (295,401) -- cycle) ; -drawthem 1; endchar; beginchar (63,568*FS#,654*FS#,0*FS#); "question"; -P1 := ((538,146) +setP ((538,146) -- (538,654) -- (30,654) -- (30,146) -- cycle) ; -P2 := ((518,634) +setP ((518,634) -- (518,166) -- (50,166) -- cycle) ; -drawthem 2; endchar; beginchar (64,560*FS#,600*FS#,0*FS#); "at"; -P1 := ((480,200) +setP ((480,200) -- (480,600) -- (80,600) -- (80,200) -- cycle) ; -P2 := ((100,220) +setP ((100,220) -- (100,580) -- (460,580) -- (460,220) -- cycle) ; -drawthem 2; endchar; beginchar (65,653*FS#,701*FS#,0*FS#); "A"; -P1 := ((342,372) +setP ((342,372) -- (463,303) -- (469,194) -- (498,192) @@ -968,12 +940,11 @@ P1 := ((342,372) -- (432,174) -- (342,233) -- cycle) ; -drawthem 1; endchar; beginchar (66,520*FS#,750*FS#,0*FS#); "B"; -P1 := ((230,750) +setP ((230,750) -- (230,629) -- (126,629) -- (126,574) @@ -993,12 +964,11 @@ P1 := ((230,750) -- (290,629) -- (290,750) -- cycle) ; -drawthem 1; endchar; beginchar (67,890*FS#,700*FS#,0*FS#); "C"; -P1 := ((150,50) +setP ((150,50) -- (30,50) -- (30,0) -- (860,0) @@ -1022,12 +992,11 @@ P1 := ((150,50) -- (250,490) -- (150,490) -- cycle) ; -drawthem 1; endchar; beginchar (68,760*FS#,553*FS#,0*FS#); "D"; -P1 := ((380,553) +setP ((380,553) -- (122,40) -- (30,40) -- (30,0) @@ -1035,12 +1004,11 @@ P1 := ((380,553) -- (730,40) -- (638,40) -- cycle) ; -drawthem 1; endchar; beginchar (69,694*FS#,697*FS#,0*FS#); "E"; -P1 := ((347,697) +setP ((347,697) -- (260,471) -- (30,471) -- (206,329) @@ -1051,7 +1019,7 @@ P1 := ((347,697) -- (664,471) -- (435,471) -- cycle) ; -P2 := ((416,451) +setP ((416,451) -- (595,451) -- (450,340) -- (510,157) @@ -1062,12 +1030,11 @@ P2 := ((416,451) -- (279,451) -- (347,634) -- cycle) ; -drawthem 2; endchar; beginchar (70,689*FS#,585*FS#,9*FS#); "F"; -P1 := ((109,538) +setP ((109,538) .. controls (109,511) and (130,491) .. (157,491) .. controls (183,491) and (204,511) @@ -1077,7 +1044,7 @@ P1 := ((109,538) .. controls (130,585) and (109,564) .. (109,538) -- cycle) ; -P2 := ((416,491) +setP ((416,491) .. controls (416,466) and (436,447) .. (460,447) .. controls (485,447) and (504,466) @@ -1087,7 +1054,7 @@ P2 := ((416,491) .. controls (436,535) and (416,515) .. (416,491) -- cycle) ; -P3 := ((284,511) +setP ((284,511) .. controls (278,525) and (272,526) .. (260,519) -- (250,514) @@ -1100,7 +1067,7 @@ P3 := ((284,511) .. controls (348,384) and (350,388) .. (343,401) -- cycle) ; -P4 := ((580,463) +setP ((580,463) .. controls (575,474) and (570,475) .. (559,470) -- (551,465) @@ -1113,7 +1080,7 @@ P4 := ((580,463) .. controls (635,353) and (636,357) .. (631,368) -- cycle) ; -P5 := ((350,-7) +setP ((350,-7) -- (382,16) -- (292,261) .. controls (315,284) and (315,321) @@ -1137,7 +1104,7 @@ P5 := ((350,-7) -- (204,140) -- (245,206) -- cycle) ; -P6 := ((519,0) +setP ((519,0) -- (546,0) -- (494,91) -- (509,148) @@ -1161,26 +1128,25 @@ P6 := ((519,0) -- (469,-4) -- (486,57) -- cycle) ; -P7 := ((207,290) +setP ((207,290) .. controls (188,269) and (170,222) .. (157,157) -- (75,287) -- (164,320) -- (175,355) -- cycle) ; -P8 := ((509,271) +setP ((509,271) -- (470,194) -- (459,152) -- (390,273) -- (458,310) -- (477,349) -- cycle) ; -drawthem 8; endchar; beginchar (71,550*FS#,358*FS#,0*FS#); "G"; -P1 := ((500,0) +setP ((500,0) -- (500,30) -- (428,30) -- (428,226) @@ -1193,12 +1159,11 @@ P1 := ((500,0) -- (50,30) -- (50,0) -- cycle) ; -drawthem 1; endchar; beginchar (72,1026*FS#,524*FS#,0*FS#); "H"; -P1 := ((150,309) +setP ((150,309) .. controls (146,310) and (141,307) .. (140,303) -- (138,292) @@ -1211,7 +1176,7 @@ P1 := ((150,309) .. controls (425,247) and (421,252) .. (418,253) -- cycle) ; -P2 := ((641,206) +setP ((641,206) .. controls (637,207) and (632,204) .. (631,200) -- (629,189) @@ -1224,7 +1189,7 @@ P2 := ((641,206) .. controls (916,144) and (912,149) .. (909,150) -- cycle) ; -P3 := ((523,292) +setP ((523,292) .. controls (479,292) and (450,263) .. (450,219) .. controls (450,175) and (479,146) @@ -1234,7 +1199,7 @@ P3 := ((523,292) .. controls (596,263) and (567,292) .. (523,292) -- cycle) ; -P4 := ((996,24) +setP ((996,24) .. controls (996,30) and (990,35) .. (984,36) -- (71,227) @@ -1260,7 +1225,7 @@ P4 := ((996,24) .. (940,0) -- (996,0) -- cycle) ; -P5 := ((427,504) +setP ((427,504) -- (427,524) -- (414,524) -- (326,445) @@ -1281,7 +1246,7 @@ P5 := ((427,504) .. (915,321) -- (354,439) -- cycle) ; -P6 := ((523,269) +setP ((523,269) .. controls (553,269) and (573,249) .. (573,219) .. controls (573,189) and (553,169) @@ -1291,12 +1256,11 @@ P6 := ((523,269) .. controls (473,249) and (493,269) .. (523,269) -- cycle) ; -drawthem 6; endchar; beginchar (73,946*FS#,857*FS#,58*FS#); "I"; -P1 := ((702,-58) +setP ((702,-58) .. controls (736,-58) and (742,-50) .. (753,-18) -- (931,539) @@ -1318,7 +1282,7 @@ P1 := ((702,-58) .. controls (205,-50) and (210,-58) .. (245,-58) -- cycle) ; -P2 := ((260,-28) +setP ((260,-28) .. controls (227,-28) and (223,-21) .. (216,0) -- (45,530) @@ -1340,12 +1304,11 @@ P2 := ((260,-28) .. controls (724,-21) and (719,-28) .. (687,-28) -- cycle) ; -drawthem 2; endchar; beginchar (74,732*FS#,697*FS#,0*FS#); "J"; -P1 := ((365,104) +setP ((365,104) -- (367,104) -- (377,214) -- (391,190) @@ -1389,24 +1352,22 @@ P1 := ((365,104) -- (341,190) -- (355,214) -- cycle) ; -drawthem 1; endchar; beginchar (75,357*FS#,600*FS#,0*FS#); "K"; -P1 := ((221,600) +setP ((221,600) -- (50,600) -- (136,300) -- (50,0) -- (221,0) -- (307,300) -- cycle) ; -drawthem 1; endchar; beginchar (76,1020*FS#,810*FS#,10*FS#); "L"; -P1 := ((60,810) +setP ((60,810) .. controls (30,810) and (0,780) .. (0,750) -- (0,50) @@ -1419,7 +1380,7 @@ P1 := ((60,810) .. controls (1020,780) and (990,810) .. (960,810) -- cycle) ; -P2 := ((941,780) +setP ((941,780) .. controls (969,780) and (990,760) .. (990,732) -- (990,68) @@ -1432,12 +1393,11 @@ P2 := ((941,780) .. controls (30,760) and (50,780) .. (78,780) -- cycle) ; -drawthem 2; endchar; beginchar (77,586*FS#,890*FS#,52*FS#); "M"; -P1 := ((30,-52) +setP ((30,-52) -- (61,-52) -- (278,311) -- (278,206) @@ -1458,62 +1418,61 @@ P1 := ((30,-52) -- (278,850) -- (184,850) -- cycle) ; -P2 := ((478,317) +setP ((478,317) -- (538,-32) -- (533,-32) -- (324,317) -- cycle) ; -P3 := ((308,337) +setP ((308,337) -- (308,632) -- (311,632) -- (466,337) -- cycle) ; -P4 := ((120,337) +setP ((120,337) -- (275,632) -- (278,632) -- (278,337) -- cycle) ; -P5 := ((424,632) +setP ((424,632) -- (468,374) -- (466,374) -- (330,632) -- cycle) ; -P6 := ((256,632) +setP ((256,632) -- (120,374) -- (118,374) -- (162,632) -- cycle) ; -P7 := ((308,652) +setP ((308,652) -- (308,830) -- (312,830) -- (402,652) -- cycle) ; -P8 := ((184,652) +setP ((184,652) -- (274,830) -- (278,830) -- (278,652) -- cycle) ; -P9 := ((390,830) +setP ((390,830) -- (418,668) -- (413,668) -- (330,830) -- cycle) ; -P10 := ((256,830) +setP ((256,830) -- (173,668) -- (168,668) -- (196,830) -- cycle) ; -P11 := ((261,317) +setP ((261,317) -- (53,-32) -- (48,-32) -- (108,317) -- cycle) ; -drawthem 11; endchar; beginchar (78,642*FS#,554*FS#,0*FS#); "N"; -P1 := ((459,511) +setP ((459,511) .. controls (414,539) and (367,554) .. (317,554) .. controls (267,554) and (220,539) @@ -1524,7 +1483,7 @@ P1 := ((459,511) .. controls (332,351) and (350,345) .. (366,337) -- cycle) ; -P2 := ((414,251) +setP ((414,251) .. controls (413,233) and (410,214) .. (403,201) .. controls (396,187) and (386,181) @@ -1535,7 +1494,7 @@ P2 := ((414,251) .. controls (606,150) and (615,198) .. (611,251) -- cycle) ; -P3 := ((31,251) +setP ((31,251) .. controls (27,198) and (36,150) .. (60,105) .. controls (83,61) and (118,27) @@ -1546,7 +1505,7 @@ P3 := ((31,251) .. controls (232,214) and (229,233) .. (228,251) -- cycle) ; -P4 := ((273,254) +setP ((273,254) .. controls (273,227) and (294,206) .. (321,206) .. controls (348,206) and (369,227) @@ -1556,12 +1515,11 @@ P4 := ((273,254) .. controls (294,302) and (273,281) .. (273,254) -- cycle) ; -drawthem 4; endchar; beginchar (79,1442*FS#,799*FS#,0*FS#); "O"; -P1 := ((0,411) +setP ((0,411) .. controls (0,194) and (311,22) .. (721,22) .. controls (1125,22) and (1442,194) @@ -1571,7 +1529,7 @@ P1 := ((0,411) .. controls (318,799) and (0,628) .. (0,411) -- cycle) ; -P2 := ((30,411) +setP ((30,411) .. controls (30,611) and (335,769) .. (721,769) .. controls (1108,769) and (1412,611) @@ -1581,12 +1539,11 @@ P2 := ((30,411) .. controls (328,52) and (30,211) .. (30,411) -- cycle) ; -drawthem 2; endchar; beginchar (80,1154*FS#,899*FS#,100*FS#); "P"; -P1 := ((52,899) +setP ((52,899) .. controls (0,899) and (-13,876) .. (12,830) -- (537,-66) @@ -1596,7 +1553,7 @@ P1 := ((52,899) .. controls (1167,876) and (1154,899) .. (1102,899) -- cycle) ; -P2 := ((1065,869) +setP ((1065,869) .. controls (1116,869) and (1125,858) .. (1102,819) -- (606,-28) @@ -1606,51 +1563,49 @@ P2 := ((1065,869) .. controls (29,858) and (38,869) .. (89,869) -- cycle) ; -drawthem 2; endchar; beginchar (81,676*FS#,750*FS#,0*FS#); "Q"; -P1 := ((95,80) +setP ((95,80) -- (149,80) -- (149,452) -- (95,452) -- cycle) ; -P2 := ((203,80) +setP ((203,80) -- (257,80) -- (257,452) -- (203,452) -- cycle) ; -P3 := ((311,80) +setP ((311,80) -- (365,80) -- (365,452) -- (311,452) -- cycle) ; -P4 := ((419,80) +setP ((419,80) -- (473,80) -- (473,452) -- (419,452) -- cycle) ; -P5 := ((527,80) +setP ((527,80) -- (581,80) -- (581,452) -- (527,452) -- cycle) ; -P6 := ((338,750) +setP ((338,750) -- (30,482) -- (646,482) -- cycle) ; -P7 := ((626,0) +setP ((626,0) -- (626,50) -- (50,50) -- (50,0) -- cycle) ; -drawthem 7; endchar; beginchar (82,695*FS#,717*FS#,0*FS#); "R"; -P1 := ((30,400) +setP ((30,400) .. controls (30,223) and (170,83) .. (347,83) .. controls (524,83) and (665,223) @@ -1660,7 +1615,17 @@ P1 := ((30,400) .. controls (170,717) and (30,577) .. (30,400) -- cycle) ; -P3 := reverse ((410,491) +setP ((60,400) +.. controls (60,561) and (187,687) +.. (348,687) +.. controls (508,687) and (635,561) +.. (635,400) +.. controls (635,239) and (508,113) +.. (348,113) +.. controls (187,113) and (60,239) +.. (60,400) +-- cycle) ; +setP reverse ((410,491) -- (620,491) -- (450,364) -- (516,164) @@ -1671,22 +1636,11 @@ P3 := reverse ((410,491) -- (285,491) -- (348,687) -- cycle) ; -P2 := ((60,400) -.. controls (60,561) and (187,687) -.. (348,687) -.. controls (508,687) and (635,561) -.. (635,400) -.. controls (635,239) and (508,113) -.. (348,113) -.. controls (187,113) and (60,239) -.. (60,400) --- cycle) ; -drawthem 3; endchar; beginchar (83,963*FS#,713*FS#,0*FS#); "S"; -P1 := ((677,505) +setP ((677,505) .. controls (673,538) and (762,498) .. (819,500) .. controls (871,504) and (876,544) @@ -1733,7 +1687,7 @@ endchar; beginchar (84,695*FS#,717*FS#,0*FS#); "T"; -P1 := ((30,400) +setP ((30,400) .. controls (30,223) and (170,83) .. (347,83) .. controls (524,83) and (665,223) @@ -1743,7 +1697,7 @@ P1 := ((30,400) .. controls (170,717) and (30,577) .. (30,400) -- cycle) ; -P2 := ((60,400) +setP ((60,400) .. controls (60,561) and (187,687) .. (348,687) .. controls (508,687) and (635,561) @@ -1753,7 +1707,7 @@ P2 := ((60,400) .. controls (187,113) and (60,239) .. (60,400) -- cycle) ; -P3 := ((531,400) +setP ((531,400) .. controls (531,508) and (456,584) .. (348,584) .. controls (240,584) and (164,508) @@ -1763,7 +1717,7 @@ P3 := ((531,400) .. controls (456,216) and (531,292) .. (531,400) -- cycle) ; -P4 := ((501,400) +setP ((501,400) .. controls (501,309) and (438,246) .. (348,246) .. controls (257,246) and (194,309) @@ -1773,12 +1727,11 @@ P4 := ((501,400) .. controls (438,554) and (501,491) .. (501,400) -- cycle) ; -drawthem 4; endchar; beginchar (85,1063*FS#,921*FS#,122*FS#); "U"; -P1 := ((30,748) +setP ((30,748) .. controls (58,736) and (97,664) .. (97,608) .. controls (97,545) and (0,460) @@ -1813,7 +1766,7 @@ P1 := ((30,748) .. controls (323,824) and (271,862) .. (218,921) -- cycle) ; -P2 := ((936,608) +setP ((936,608) .. controls (951,511) and (1033,452) .. (1033,299) .. controls (1033,124) and (911,-58) @@ -1835,12 +1788,11 @@ P2 := ((936,608) .. controls (29,452) and (111,511) .. (126,608) -- cycle) ; -drawthem 2; endchar; beginchar (86,520*FS#,750*FS#,0*FS#); "V"; -P1 := ((420,0) +setP ((420,0) -- (420,320) -- (275,320) -- (275,499) @@ -1850,12 +1802,11 @@ P1 := ((420,0) -- (100,320) -- (100,0) -- cycle) ; -drawthem 1; endchar; beginchar (87,968*FS#,848*FS#,48*FS#); "W"; -P1 := ((499,-48) +setP ((499,-48) -- (499,134) .. controls (499,158) and (512,180) .. (528,180) @@ -1914,12 +1865,11 @@ P1 := ((499,-48) .. (469,134) -- (469,-48) -- cycle) ; -drawthem 1; endchar; beginchar (88,698*FS#,700*FS#,0*FS#); "X"; -P1 := ((170,428) +setP ((170,428) .. controls (114,412) and (30,358) .. (30,228) .. controls (30,105) and (128,0) @@ -1934,7 +1884,7 @@ P1 := ((170,428) .. controls (83,321) and (132,364) .. (172,378) -- cycle) ; -P2 := ((260,440) +setP ((260,440) -- (256,566) .. controls (282,566) and (318,593) .. (318,633) @@ -1956,12 +1906,11 @@ P2 := ((260,440) -- (433,390) -- (431,440) -- cycle) ; -drawthem 2; endchar; beginchar (89,700*FS#,800*FS#,0*FS#); "Y"; -P1 := ((0,800) +setP ((0,800) -- (0,300) .. controls (0,110) and (180,0) .. (350,0) @@ -1969,7 +1918,7 @@ P1 := ((0,800) .. (700,300) -- (700,800) -- cycle) ; -P2 := ((291,653) +setP ((291,653) .. controls (315,653) and (338,719) .. (348,775) -- (350,775) @@ -2033,12 +1982,11 @@ P2 := ((291,653) .. controls (260,671) and (278,653) .. (291,653) -- cycle) ; -drawthem 2; endchar; beginchar (90,302*FS#,700*FS#,0*FS#); "Z"; -P1 := ((206,503) +setP ((206,503) -- (253,503) .. controls (266,503) and (272,512) .. (272,528) @@ -2047,7 +1995,7 @@ P1 := ((206,503) .. (253,700) -- (206,700) -- cycle) ; -P2 := ((182,197) +setP ((182,197) .. controls (168,197) and (153,203) .. (146,228) .. controls (139,252) and (137,283) @@ -2066,7 +2014,7 @@ P2 := ((182,197) .. controls (112,45) and (142,8) .. (182,0) -- cycle) ; -P3 := ((203,0) +setP ((203,0) -- (250,0) .. controls (263,0) and (269,9) .. (269,25) @@ -2075,19 +2023,18 @@ P3 := ((203,0) .. (250,197) -- (203,197) -- cycle) ; -drawthem 3; endchar; beginchar (91,575*FS#,1100*FS#,100*FS#); "bracketleft"; -P1 := ((30,-98) +setP ((30,-98) -- (32,-100) -- (287,206) -- (543,-100) -- (545,-98) -- (287,788) -- cycle) ; -P2 := ((345,1088) +setP ((345,1088) -- (379,1082) -- (379,908) -- (206,1100) @@ -2109,18 +2056,17 @@ P2 := ((345,1088) -- (434,1100) -- (345,1100) -- cycle) ; -P3 := ((98,26) +setP ((98,26) -- (96,28) -- (285,691) -- (287,691) -- (287,253) -- cycle) ; -drawthem 3; endchar; beginchar (92,1871*FS#,1394*FS#,395*FS#); "backslash"; -P1 := ((927,772) +setP ((927,772) .. controls (846,757) and (736,671) .. (722,566) -- (436,503) @@ -2141,7 +2087,7 @@ P1 := ((927,772) -- (992,1057) -- (990,1057) -- cycle) ; -P2 := ((1037,1394) +setP ((1037,1394) -- (1037,1384) -- (1063,1379) -- (1063,1240) @@ -2163,7 +2109,7 @@ P2 := ((1037,1394) -- (1108,1384) -- (1108,1394) -- cycle) ; -P3 := ((1039,-194) +setP ((1039,-194) .. controls (1025,-193) and (1011,-188) .. (997,-188) .. controls (958,-188) and (932,-212) @@ -2190,7 +2136,7 @@ P3 := ((1039,-194) .. (1034,-238) -- (1043,-238) -- cycle) ; -P4 := ((138,603) +setP ((138,603) -- (138,593) -- (165,588) .. controls (163,578) and (159,567) @@ -2220,7 +2166,7 @@ P4 := ((138,603) -- (215,593) -- (215,603) -- cycle) ; -P5 := ((1793,500) +setP ((1793,500) -- (1798,478) -- (1807,478) .. controls (1805,494) and (1805,520) @@ -2246,7 +2192,7 @@ P5 := ((1793,500) -- (1743,424) -- (1743,500) -- cycle) ; -P6 := ((746,502) +setP ((746,502) .. controls (746,639) and (834,747) .. (991,747) .. controls (1148,747) and (1236,639) @@ -2256,32 +2202,31 @@ P6 := ((746,502) .. controls (834,257) and (746,365) .. (746,502) -- cycle) ; -P7 := ((943,772) +setP ((943,772) -- (989,989) -- (991,989) -- (991,772) -- cycle) ; -P8 := ((722,454) +setP ((722,454) -- (505,500) -- (505,502) -- (722,502) -- cycle) ; -P9 := ((1039,233) +setP ((1039,233) -- (993,16) -- (991,16) -- (991,233) -- cycle) ; -P10 := ((1260,550) +setP ((1260,550) -- (1478,504) -- (1478,502) -- (1260,502) -- cycle) ; -drawthem 10; endchar; beginchar (93,352*FS#,1662*FS#,662*FS#); "bracketright"; -P1 := ((234,1650) +setP ((234,1650) -- (268,1644) -- (268,1470) -- (95,1662) @@ -2303,7 +2248,7 @@ P1 := ((234,1650) -- (323,1662) -- (234,1662) -- cycle) ; -P2 := ((182,278) +setP ((182,278) .. controls (241,281) and (283,330) .. (283,381) .. controls (283,432) and (241,486) @@ -2323,32 +2268,31 @@ P2 := ((182,278) -- (176,-611) -- (283,-662) -- cycle) ; -P3 := ((270,380) +setP ((270,380) .. controls (265,335) and (230,286) .. (178,291) -- (178,380) -- cycle) ; -P4 := ((176,1228) +setP ((176,1228) -- (179,1228) -- (253,602) -- (176,636) -- cycle) ; -P5 := ((85,-640) +setP ((85,-640) -- (174,196) -- (176,196) -- (176,-597) -- cycle) ; -P6 := ((175,382) +setP ((175,382) -- (82,382) .. controls (82,439) and (123,468) .. (175,471) -- cycle) ; -drawthem 6; endchar; beginchar (94,1538*FS#,1037*FS#,237*FS#); "asciicircum"; -P1 := ((1538,327) +setP ((1538,327) -- (862,580) -- (989,1035) -- (987,1037) @@ -2365,7 +2309,7 @@ P1 := ((1538,327) -- (920,-108) -- (788,150) -- cycle) ; -P2 := ((759,164) +setP ((759,164) -- (867,-50) -- (865,-52) -- (656,92) @@ -2383,12 +2327,11 @@ P2 := ((759,164) -- (837,567) -- (1472,332) -- cycle) ; -drawthem 2; endchar; beginchar (95,666*FS#,694*FS#,0*FS#); "underscore"; -P1 := ((475,0) +setP ((475,0) -- (405,472) -- (602,357) -- (612,375) @@ -2410,12 +2353,11 @@ P1 := ((475,0) -- (265,473) -- (195,0) -- cycle) ; -drawthem 1; endchar; beginchar (96,458*FS#,691*FS#,0*FS#); "grave"; -P1 := ((378,333) +setP ((378,333) -- (410,333) -- (410,506) -- (260,575) @@ -2444,7 +2386,7 @@ P1 := ((378,333) -- (313,483) -- (364,480) -- cycle) ; -P2 := ((129,639) +setP ((129,639) .. controls (129,610) and (152,588) .. (181,588) .. controls (208,588) and (231,610) @@ -2454,12 +2396,11 @@ P2 := ((129,639) .. controls (152,691) and (129,668) .. (129,639) -- cycle) ; -drawthem 2; endchar; beginchar (97,754*FS#,464*FS#,6*FS#); "a"; -P1 := ((97,275) +setP ((97,275) .. controls (97,249) and (117,230) .. (142,230) .. controls (166,230) and (187,249) @@ -2469,7 +2410,7 @@ P1 := ((97,275) .. controls (117,320) and (97,300) .. (97,275) -- cycle) ; -P2 := ((460,406) +setP ((460,406) .. controls (445,419) and (420,439) .. (387,439) .. controls (358,439) and (330,429) @@ -2518,12 +2459,11 @@ P2 := ((460,406) -- (492,460) -- (507,442) -- cycle) ; -drawthem 2; endchar; beginchar (98,520*FS#,750*FS#,0*FS#); "b"; -P1 := ((420,0) +setP ((420,0) -- (420,320) -- (290,320) -- (290,574) @@ -2540,12 +2480,11 @@ P1 := ((420,0) -- (100,320) -- (100,0) -- cycle) ; -drawthem 1; endchar; beginchar (99,740*FS#,680*FS#,0*FS#); "c"; -P1 := ((30,340) +setP ((30,340) .. controls (30,150) and (180,0) .. (370,0) .. controls (560,0) and (710,150) @@ -2555,7 +2494,7 @@ P1 := ((30,340) .. controls (180,680) and (30,530) .. (30,340) -- cycle) ; -P2 := ((355,499) +setP ((355,499) .. controls (322,501) and (286,509) .. (253,521) .. controls (272,567) and (297,609) @@ -2563,21 +2502,21 @@ P2 := ((355,499) .. controls (335,648) and (345,649) .. (355,649) -- cycle) ; -P3 := ((355,355) +setP ((355,355) -- (213,355) .. controls (215,402) and (226,449) .. (244,496) .. controls (282,480) and (321,470) .. (355,468) -- cycle) ; -P4 := ((355,325) +setP ((355,325) -- (355,212) .. controls (321,210) and (282,200) .. (244,184) .. controls (226,232) and (215,280) .. (213,325) -- cycle) ; -P5 := ((355,31) +setP ((355,31) .. controls (345,31) and (335,32) .. (324,34) .. controls (296,71) and (272,115) @@ -2585,7 +2524,7 @@ P5 := ((355,31) .. controls (288,172) and (323,179) .. (355,181) -- cycle) ; -P6 := ((228,149) +setP ((228,149) .. controls (242,111) and (261,75) .. (284,44) .. controls (237,55) and (195,79) @@ -2593,7 +2532,7 @@ P6 := ((228,149) .. controls (179,125) and (202,138) .. (228,149) -- cycle) ; -P7 := ((183,325) +setP ((183,325) .. controls (184,283) and (196,228) .. (217,174) .. controls (187,161) and (160,147) @@ -2601,7 +2540,7 @@ P7 := ((183,325) .. controls (93,183) and (65,250) .. (62,325) -- cycle) ; -P8 := ((62,355) +setP ((62,355) .. controls (65,430) and (93,497) .. (139,548) .. controls (160,533) and (187,519) @@ -2609,7 +2548,7 @@ P8 := ((62,355) .. controls (197,452) and (185,398) .. (183,355) -- cycle) ; -P9 := ((227,532) +setP ((227,532) .. controls (201,543) and (178,556) .. (160,569) .. controls (195,601) and (237,625) @@ -2617,7 +2556,7 @@ P9 := ((227,532) .. controls (262,607) and (242,570) .. (227,532) -- cycle) ; -P10 := ((385,649) +setP ((385,649) .. controls (395,649) and (405,648) .. (416,646) .. controls (443,609) and (468,567) @@ -2625,21 +2564,21 @@ P10 := ((385,649) .. controls (454,509) and (418,501) .. (385,499) -- cycle) ; -P11 := ((385,468) +setP ((385,468) .. controls (419,470) and (458,480) .. (496,496) .. controls (514,449) and (525,402) .. (527,355) -- (385,355) -- cycle) ; -P12 := ((527,325) +setP ((527,325) .. controls (525,280) and (514,232) .. (496,184) .. controls (458,200) and (419,210) .. (385,212) -- (385,325) -- cycle) ; -P13 := ((385,181) +setP ((385,181) .. controls (417,179) and (452,172) .. (486,160) .. controls (468,115) and (444,71) @@ -2647,7 +2586,7 @@ P13 := ((385,181) .. controls (405,32) and (395,31) .. (385,31) -- cycle) ; -P14 := ((513,532) +setP ((513,532) .. controls (498,570) and (478,607) .. (456,637) .. controls (503,625) and (545,601) @@ -2655,7 +2594,7 @@ P14 := ((513,532) .. controls (562,556) and (539,543) .. (513,532) -- cycle) ; -P15 := ((557,355) +setP ((557,355) .. controls (555,398) and (543,452) .. (523,506) .. controls (553,519) and (580,533) @@ -2663,7 +2602,7 @@ P15 := ((557,355) .. controls (647,497) and (675,430) .. (678,355) -- cycle) ; -P16 := ((678,325) +setP ((678,325) .. controls (675,250) and (647,183) .. (601,132) .. controls (580,147) and (553,161) @@ -2671,7 +2610,7 @@ P16 := ((678,325) .. controls (544,228) and (556,283) .. (557,325) -- cycle) ; -P17 := ((512,149) +setP ((512,149) .. controls (538,138) and (561,125) .. (580,111) .. controls (545,79) and (503,55) @@ -2679,12 +2618,11 @@ P17 := ((512,149) .. controls (479,75) and (498,111) .. (512,149) -- cycle) ; -drawthem 17; endchar; beginchar (100,760*FS#,553*FS#,0*FS#); "d"; -P1 := ((380,553) +setP ((380,553) -- (122,40) -- (30,40) -- (30,0) @@ -2692,16 +2630,15 @@ P1 := ((380,553) -- (730,40) -- (638,40) -- cycle) ; -P2 := ((509,40) +setP ((509,40) -- (251,40) -- (380,293) -- cycle) ; -drawthem 2; endchar; beginchar (101,694*FS#,698*FS#,0*FS#); "e"; -P1 := ((347,698) +setP ((347,698) -- (260,472) -- (30,472) -- (206,330) @@ -2712,12 +2649,11 @@ P1 := ((347,698) -- (664,472) -- (435,472) -- cycle) ; -drawthem 1; endchar; beginchar (102,708*FS#,506*FS#,0*FS#); "f"; -P1 := ((678,0) +setP ((678,0) -- (678,30) -- (549,30) -- (549,272) @@ -2753,17 +2689,16 @@ P1 := ((678,0) -- (30,30) -- (30,0) -- cycle) ; -P2 := ((365,189) +setP ((365,189) -- (459,189) -- (459,30) -- (365,30) -- cycle) ; -drawthem 2; endchar; beginchar (103,580*FS#,750*FS#,0*FS#); "g"; -P1 := ((300,481) +setP ((300,481) -- (300,616) -- (418,683) -- (280,750) @@ -2775,12 +2710,11 @@ P1 := ((300,481) -- (410,276) -- (530,276) -- cycle) ; -drawthem 1; endchar; beginchar (104,682*FS#,650*FS#,0*FS#); "h"; -P1 := ((313,61) +setP ((313,61) .. controls (236,61) and (182,109) .. (120,188) -- (153,207) @@ -2821,7 +2755,7 @@ P1 := ((313,61) .. controls (268,474) and (287,461) .. (313,454) -- cycle) ; -P2 := ((292,551) +setP ((292,551) .. controls (292,579) and (314,600) .. (341,600) .. controls (368,600) and (390,579) @@ -2831,12 +2765,11 @@ P2 := ((292,551) .. controls (314,503) and (292,524) .. (292,551) -- cycle) ; -drawthem 2; endchar; beginchar (105,1005*FS#,921*FS#,121*FS#); "i"; -P1 := ((503,-121) +setP ((503,-121) .. controls (597,-121) and (767,-18) .. (853,90) .. controls (945,206) and (1005,346) @@ -2858,7 +2791,7 @@ P1 := ((503,-121) .. controls (238,-18) and (408,-121) .. (503,-121) -- cycle) ; -P2 := ((941,700) +setP ((941,700) .. controls (952,671) and (975,605) .. (975,508) .. controls (975,377) and (936,246) @@ -2872,12 +2805,11 @@ P2 := ((941,700) .. controls (30,605) and (54,671) .. (64,700) -- cycle) ; -drawthem 2; endchar; beginchar (106,658*FS#,826*FS#,25*FS#); "j"; -P1 := ((191,58) +setP ((191,58) .. controls (176,45) and (167,35) .. (167,26) .. controls (167,16) and (178,12) @@ -2926,38 +2858,36 @@ P1 := ((191,58) -- (263,210) -- (263,125) -- cycle) ; -drawthem 1; endchar; beginchar (107,645*FS#,590*FS#,0*FS#); "k"; -P1 := ((180,400) +setP ((180,400) -- (25,210) -- (91,210) -- (246,400) -- (91,590) -- (25,590) -- cycle) ; -P2 := ((615,429) +setP ((615,429) -- (615,474) -- (317,474) -- (222,590) -- (156,590) -- (288,429) -- cycle) ; -P3 := ((288,371) +setP ((288,371) -- (156,210) -- (222,210) -- (317,326) -- (615,326) -- (615,371) -- cycle) ; -drawthem 3; endchar; beginchar (108,800*FS#,800*FS#,0*FS#); "l"; -P1 := ((50,800) +setP ((50,800) .. controls (20,800) and (0,780) .. (0,750) -- (0,50) @@ -2970,7 +2900,7 @@ P1 := ((50,800) .. controls (800,780) and (780,800) .. (750,800) -- cycle) ; -P2 := ((730,770) +setP ((730,770) .. controls (758,770) and (770,758) .. (770,730) -- (770,64) @@ -2983,12 +2913,11 @@ P2 := ((730,770) .. controls (30,758) and (43,770) .. (71,770) -- cycle) ; -drawthem 2; endchar; beginchar (109,600*FS#,800*FS#,32*FS#); "m"; -P1 := ((55,45) +setP ((55,45) .. controls (43,39) and (30,34) .. (30,20) .. controls (30,-8) and (110,-32) @@ -3053,7 +2982,7 @@ P1 := ((55,45) .. controls (40,186) and (46,182) .. (55,178) -- cycle) ; -P2 := ((300,716) +setP ((300,716) .. controls (200,716) and (58,726) .. (58,748) .. controls (58,770) and (200,780) @@ -3063,7 +2992,7 @@ P2 := ((300,716) .. controls (542,726) and (400,716) .. (300,716) -- cycle) ; -P3 := ((75,720) +setP ((75,720) .. controls (124,706) and (200,696) .. (300,696) .. controls (400,696) and (476,706) @@ -3084,7 +3013,7 @@ P3 := ((75,720) .. controls (62,577) and (69,578) .. (75,578) -- cycle) ; -P4 := ((75,538) +setP ((75,538) .. controls (124,524) and (200,514) .. (300,514) .. controls (400,514) and (476,524) @@ -3105,7 +3034,7 @@ P4 := ((75,538) .. controls (62,395) and (69,396) .. (75,396) -- cycle) ; -P5 := ((75,356) +setP ((75,356) .. controls (124,342) and (200,332) .. (300,332) .. controls (400,332) and (476,342) @@ -3126,7 +3055,7 @@ P5 := ((75,356) .. controls (62,212) and (69,214) .. (75,214) -- cycle) ; -P6 := ((75,174) +setP ((75,174) .. controls (124,160) and (200,150) .. (300,150) .. controls (400,150) and (476,160) @@ -3147,12 +3076,11 @@ P6 := ((75,174) .. controls (62,30) and (69,32) .. (75,32) -- cycle) ; -drawthem 6; endchar; beginchar (110,764*FS#,800*FS#,0*FS#); "n"; -P1 := ((729,599) +setP ((729,599) .. controls (705,640) and (609,631) .. (487,583) .. controls (468,712) and (428,800) @@ -3178,7 +3106,7 @@ P1 := ((729,599) .. controls (697,481) and (751,558) .. (729,599) -- cycle) ; -P2 := ((381,17) +setP ((381,17) .. controls (341,17) and (307,99) .. (290,223) .. controls (319,235) and (350,248) @@ -3188,7 +3116,7 @@ P2 := ((381,17) .. controls (455,97) and (421,17) .. (381,17) -- cycle) ; -P3 := ((322,296) +setP ((322,296) .. controls (335,288) and (349,280) .. (364,274) .. controls (338,260) and (313,248) @@ -3198,7 +3126,7 @@ P3 := ((322,296) .. controls (293,312) and (308,304) .. (322,296) -- cycle) ; -P4 := ((51,209) +setP ((51,209) .. controls (31,244) and (85,313) .. (183,390) .. controls (207,370) and (234,352) @@ -3208,7 +3136,7 @@ P4 := ((51,209) .. controls (159,186) and (70,174) .. (51,209) -- cycle) ; -P5 := ((261,400) +setP ((261,400) .. controls (261,384) and (261,367) .. (262,353) .. controls (239,368) and (216,384) @@ -3218,7 +3146,7 @@ P5 := ((261,400) .. controls (261,432) and (261,416) .. (261,400) -- cycle) ; -P6 := ((714,207) +setP ((714,207) .. controls (694,172) and (606,185) .. (489,234) .. controls (494,263) and (497,296) @@ -3228,7 +3156,7 @@ P6 := ((714,207) .. controls (680,313) and (734,243) .. (714,207) -- cycle) ; -P7 := ((501,400) +setP ((501,400) .. controls (501,417) and (501,433) .. (500,448) .. controls (525,432) and (546,416) @@ -3238,7 +3166,7 @@ P7 := ((501,400) .. controls (501,367) and (501,383) .. (501,400) -- cycle) ; -P8 := ((331,489) +setP ((331,489) .. controls (348,499) and (365,508) .. (382,516) .. controls (398,507) and (415,498) @@ -3264,7 +3192,7 @@ P8 := ((331,489) .. controls (294,467) and (313,479) .. (331,489) -- cycle) ; -P9 := ((322,504) +setP ((322,504) .. controls (308,495) and (293,487) .. (281,479) .. controls (283,508) and (285,537) @@ -3274,7 +3202,7 @@ P9 := ((322,504) .. controls (349,520) and (335,512) .. (322,504) -- cycle) ; -P10 := ((51,590) +setP ((51,590) .. controls (71,625) and (160,613) .. (274,568) .. controls (268,538) and (266,504) @@ -3284,7 +3212,7 @@ P10 := ((51,590) .. controls (85,485) and (31,556) .. (51,590) -- cycle) ; -P11 := ((714,591) +setP ((714,591) .. controls (734,556) and (678,485) .. (580,410) .. controls (555,430) and (528,449) @@ -3294,7 +3222,7 @@ P11 := ((714,591) .. controls (604,614) and (693,627) .. (714,591) -- cycle) ; -P12 := ((381,783) +setP ((381,783) .. controls (422,783) and (456,700) .. (472,577) .. controls (444,565) and (413,552) @@ -3304,7 +3232,7 @@ P12 := ((381,783) .. controls (308,702) and (342,783) .. (381,783) -- cycle) ; -P13 := ((441,504) +setP ((441,504) .. controls (428,512) and (413,520) .. (400,526) .. controls (425,539) and (449,550) @@ -3314,7 +3242,7 @@ P13 := ((441,504) .. controls (470,487) and (456,496) .. (441,504) -- cycle) ; -P14 := ((441,296) +setP ((441,296) .. controls (455,304) and (469,312) .. (481,321) .. controls (480,292) and (477,263) @@ -3324,7 +3252,7 @@ P14 := ((441,296) .. controls (412,280) and (427,288) .. (441,296) -- cycle) ; -P15 := ((340,400) +setP ((340,400) .. controls (340,377) and (358,359) .. (381,359) .. controls (404,359) and (422,377) @@ -3334,12 +3262,11 @@ P15 := ((340,400) .. controls (358,441) and (340,423) .. (340,400) -- cycle) ; -drawthem 15; endchar; beginchar (111,970*FS#,885*FS#,85*FS#); "o"; -P1 := ((0,400) +setP ((0,400) .. controls (0,129) and (213,-85) .. (485,-85) .. controls (757,-85) and (970,129) @@ -3349,7 +3276,7 @@ P1 := ((0,400) .. controls (213,885) and (0,671) .. (0,400) -- cycle) ; -P2 := ((30,400) +setP ((30,400) .. controls (30,654) and (230,855) .. (485,855) .. controls (740,855) and (940,654) @@ -3359,12 +3286,11 @@ P2 := ((30,400) .. controls (230,-55) and (30,146) .. (30,400) -- cycle) ; -drawthem 2; endchar; beginchar (112,1092*FS#,946*FS#,147*FS#); "p"; -P1 := ((17,436) +setP ((17,436) .. controls (-5,413) and (-5,385) .. (17,364) -- (512,-131) @@ -3377,7 +3303,7 @@ P1 := ((17,436) .. controls (561,951) and (533,952) .. (512,930) -- cycle) ; -P2 := ((514,892) +setP ((514,892) .. controls (533,912) and (559,911) .. (579,892) -- (1037,433) @@ -3390,12 +3316,11 @@ P2 := ((514,892) .. controls (35,387) and (35,413) .. (55,434) -- cycle) ; -drawthem 2; endchar; beginchar (113,899*FS#,700*FS#,0*FS#); "q"; -P1 := ((430,700) +setP ((430,700) -- (430,530) -- (212,530) -- (48,122) @@ -3414,20 +3339,19 @@ P1 := ((430,700) -- (470,530) -- (470,700) -- cycle) ; -P2 := ((212,455) +setP ((212,455) -- (342,122) -- (78,122) -- cycle) ; -P3 := ((822,122) +setP ((822,122) -- (558,122) -- (688,455) -- cycle) ; -drawthem 3; endchar; beginchar (114,695*FS#,717*FS#,0*FS#); "r"; -P1 := ((30,400) +setP ((30,400) .. controls (30,223) and (170,83) .. (347,83) .. controls (524,83) and (665,223) @@ -3437,7 +3361,7 @@ P1 := ((30,400) .. controls (170,717) and (30,577) .. (30,400) -- cycle) ; -P2 := ((348,687) +setP ((348,687) -- (414,492) -- (624,492) -- (455,366) @@ -3448,12 +3372,11 @@ P2 := ((348,687) -- (71,492) -- (281,492) -- cycle) ; -drawthem 2; endchar; beginchar (115,762*FS#,915*FS#,116*FS#); "s"; -P1 := ((527,904) +setP ((527,904) .. controls (523,921) and (502,919) .. (503,898) .. controls (507,868) and (511,823) @@ -3559,7 +3482,7 @@ P1 := ((527,904) .. controls (532,879) and (530,893) .. (527,904) -- cycle) ; -P2 := ((386,173) +setP ((386,173) -- (386,144) .. controls (386,118) and (406,93) .. (406,65) @@ -3571,12 +3494,11 @@ P2 := ((386,173) .. controls (232,121) and (250,147) .. (264,173) -- cycle) ; -drawthem 2; endchar; beginchar (116,695*FS#,717*FS#,0*FS#); "t"; -P1 := ((30,400) +setP ((30,400) .. controls (30,223) and (170,83) .. (347,83) .. controls (524,83) and (665,223) @@ -3586,7 +3508,7 @@ P1 := ((30,400) .. controls (170,717) and (30,577) .. (30,400) -- cycle) ; -P2 := ((60,400) +setP ((60,400) .. controls (60,561) and (187,687) .. (348,687) .. controls (508,687) and (635,561) @@ -3596,7 +3518,7 @@ P2 := ((60,400) .. controls (187,113) and (60,239) .. (60,400) -- cycle) ; -P3 := ((531,400) +setP ((531,400) .. controls (531,508) and (456,584) .. (348,584) .. controls (240,584) and (164,508) @@ -3606,12 +3528,11 @@ P3 := ((531,400) .. controls (456,216) and (531,292) .. (531,400) -- cycle) ; -drawthem 3; endchar; beginchar (117,1063*FS#,921*FS#,122*FS#); "u"; -P1 := ((30,748) +setP ((30,748) .. controls (58,736) and (97,664) .. (97,608) .. controls (97,545) and (0,460) @@ -3646,7 +3567,7 @@ P1 := ((30,748) .. controls (327,824) and (274,862) .. (218,921) -- cycle) ; -P2 := ((992,748) +setP ((992,748) .. controls (958,715) and (936,659) .. (936,608) .. controls (936,525) and (1033,458) @@ -3681,12 +3602,11 @@ P2 := ((992,748) .. controls (739,794) and (813,844) .. (844,885) -- cycle) ; -drawthem 2; endchar; beginchar (118,740*FS#,587*FS#,0*FS#); "v"; -P1 := ((370,587) +setP ((370,587) -- (30,466) -- (231,394) -- (184,228) @@ -3698,18 +3618,17 @@ P1 := ((370,587) -- (581,421) -- (710,466) -- cycle) ; -P2 := ((217,248) +setP ((217,248) -- (255,386) -- (370,345) -- (486,387) -- (524,248) -- cycle) ; -drawthem 2; endchar; beginchar (119,808*FS#,724*FS#,2*FS#); "w"; -P1 := ((97,469) +setP ((97,469) -- (194,372) -- (269,447) -- (516,200) @@ -3759,12 +3678,11 @@ P1 := ((97,469) -- (421,599) -- (257,627) -- cycle) ; -drawthem 1; endchar; beginchar (120,660*FS#,600*FS#,0*FS#); "x"; -P1 := ((30,300) +setP ((30,300) .. controls (30,132) and (162,0) .. (330,0) .. controls (498,0) and (630,132) @@ -3774,7 +3692,7 @@ P1 := ((30,300) .. controls (162,600) and (30,468) .. (30,300) -- cycle) ; -P2 := ((407,377) +setP ((407,377) -- (545,377) -- (545,223) -- (407,223) @@ -3787,12 +3705,11 @@ P2 := ((407,377) -- (253,515) -- (407,515) -- cycle) ; -drawthem 2; endchar; beginchar (121,700*FS#,921*FS#,122*FS#); "y"; -P1 := ((700,856) +setP ((700,856) -- (568,921) .. controls (529,899) and (496,884) .. (459,884) @@ -3825,7 +3742,7 @@ P1 := ((700,856) .. controls (684,555) and (692,581) .. (700,606) -- cycle) ; -P2 := ((30,841) +setP ((30,841) -- (132,891) .. controls (167,871) and (203,856) .. (241,854) @@ -3858,12 +3775,11 @@ P2 := ((30,841) .. controls (49,550) and (41,575) .. (30,599) -- cycle) ; -drawthem 2; endchar; beginchar (122,340*FS#,645*FS#,10*FS#); "z"; -P1 := ((56,192) +setP ((56,192) .. controls (49,175) and (15,93) .. (15,45) .. controls (15,7) and (40,-10) @@ -3892,7 +3808,7 @@ P1 := ((56,192) .. controls (124,395) and (133,386) .. (126,368) -- cycle) ; -P2 := ((248,497) +setP ((248,497) .. controls (293,497) and (331,531) .. (331,577) .. controls (331,618) and (302,645) @@ -3902,57 +3818,55 @@ P2 := ((248,497) .. controls (180,524) and (207,497) .. (248,497) -- cycle) ; -drawthem 2; endchar; beginchar (123,1811*FS#,153*FS#,0*FS#); "braceleft"; -P1 := ((1811,0) +setP ((1811,0) -- (1811,153) -- (0,153) -- (0,0) -- cycle) ; -P2 := ((14,14) +setP ((14,14) -- (14,75) -- (131,75) -- (131,14) -- cycle) ; -P3 := ((250,139) +setP ((250,139) -- (250,78) -- (133,78) -- (133,139) -- cycle) ; -P4 := ((252,14) +setP ((252,14) -- (252,75) -- (369,75) -- (369,14) -- cycle) ; -P5 := ((488,139) +setP ((488,139) -- (488,78) -- (371,78) -- (371,139) -- cycle) ; -P6 := ((490,14) +setP ((490,14) -- (490,75) -- (607,75) -- (607,14) -- cycle) ; -P7 := ((1202,139) +setP ((1202,139) -- (1202,78) -- (609,78) -- (609,139) -- cycle) ; -P8 := ((1204,75) +setP ((1204,75) -- (1797,75) -- (1797,14) -- (1204,14) -- cycle) ; -drawthem 8; endchar; beginchar (124,900*FS#,717*FS#,0*FS#); "bar"; -P1 := ((763,717) +setP ((763,717) -- (356,717) -- (223,585) -- (532,585) @@ -3962,12 +3876,11 @@ P1 := ((763,717) -- (631,177) -- (763,310) -- cycle) ; -drawthem 1; endchar; beginchar (125,900*FS#,717*FS#,0*FS#); "braceright"; -P1 := ((130,310) +setP ((130,310) -- (262,177) -- (262,486) -- (664,84) @@ -3977,12 +3890,11 @@ P1 := ((130,310) -- (537,717) -- (130,717) -- cycle) ; -drawthem 1; endchar; beginchar (126,575*FS#,681*FS#,5*FS#); "asciitilde"; -P1 := ((322,630) +setP ((322,630) .. controls (322,602) and (344,580) .. (373,580) .. controls (401,580) and (423,602) @@ -3992,7 +3904,7 @@ P1 := ((322,630) .. controls (344,681) and (322,659) .. (322,630) -- cycle) ; -P2 := ((534,392) +setP ((534,392) -- (514,390) -- (518,438) -- (457,556) @@ -4043,7 +3955,7 @@ P2 := ((534,392) -- (465,309) -- (545,317) -- cycle) ; -P3 := ((105,554) +setP ((105,554) .. controls (105,526) and (127,504) .. (155,504) .. controls (184,504) and (206,526) @@ -4053,22 +3965,21 @@ P3 := ((105,554) .. controls (127,605) and (105,583) .. (105,554) -- cycle) ; -P4 := ((219,351) +setP ((219,351) -- (205,351) -- (211,407) -- (231,378) -- cycle) ; -P5 := ((487,434) +setP ((487,434) -- (479,386) -- (459,384) -- (452,478) -- cycle) ; -drawthem 5; endchar; beginchar (161,1000*FS#,894*FS#,94*FS#); "degree"; -P1 := ((75,796) +setP ((75,796) .. controls (29,796) and (0,775) .. (0,652) .. controls (0,439) and (211,129) @@ -4088,31 +3999,28 @@ P1 := ((75,796) .. (371,859) -- (371,796) -- cycle) ; -drawthem 1; endchar; beginchar (162,560*FS#,683*FS#,0*FS#); "cent"; -P1 := ((563,400) +setP ((563,400) -- (280,683) -- (-3,400) -- (280,117) -- cycle) ; -drawthem 1; endchar; beginchar (163,560*FS#,650*FS#,0*FS#); "sterling"; -P1 := ((530,150) +setP ((530,150) -- (280,650) -- (30,150) -- cycle) ; -drawthem 1; endchar; beginchar (164,2600*FS#,447*FS#,0*FS#); "section"; -P1 := ((2556,126) +setP ((2556,126) -- (1500,126) -- (1500,169) -- (1488,169) @@ -4198,22 +4106,21 @@ P1 := ((2556,126) -- (2502,92) -- (2570,92) -- cycle) ; -P2 := ((1245,321) +setP ((1245,321) -- (1245,309) .. controls (1233,308) and (1225,310) .. (1224,321) -- cycle) ; -P3 := ((1423,161) +setP ((1423,161) .. controls (1449,161) and (1474,140) .. (1480,126) -- (1423,126) -- cycle) ; -drawthem 3; endchar; beginchar (165,1676*FS#,372*FS#,0*FS#); "bullet"; -P1 := ((1284,160) +setP ((1284,160) -- (1046,160) -- (1046,275) -- (1036,275) @@ -4247,17 +4154,16 @@ P1 := ((1284,160) .. controls (1306,264) and (1284,246) .. (1284,215) -- cycle) ; -P2 := ((192,240) +setP ((192,240) -- (194,240) -- (258,160) -- (192,160) -- cycle) ; -drawthem 2; endchar; beginchar (166,1800*FS#,499*FS#,0*FS#); "paragraph"; -P1 := ((41,116) +setP ((41,116) -- (30,116) .. controls (30,96) and (28,14) .. (60,0) @@ -4457,30 +4363,29 @@ P1 := ((41,116) -- (255,58) -- (41,83) -- cycle) ; -P2 := ((457,175) +setP ((457,175) -- (465,175) -- (480,142) -- (465,130) -- (457,136) -- cycle) ; -P3 := ((680,255) +setP ((680,255) -- (680,241) -- (659,227) -- (652,255) -- cycle) ; -P4 := ((902,277) +setP ((902,277) -- (902,293) -- (913,301) -- (927,301) -- (927,269) -- (913,269) -- cycle) ; -drawthem 4; endchar; beginchar (167,963*FS#,595*FS#,0*FS#); "germandbls"; -P1 := ((933,595) +setP ((933,595) -- (930,595) .. controls (923,566) and (756,421) .. (749,421) @@ -4496,12 +4401,11 @@ P1 := ((933,595) .. (930,205) -- (933,205) -- cycle) ; -drawthem 1; endchar; beginchar (168,695*FS#,717*FS#,0*FS#); "registered"; -P1 := ((30,400) +setP ((30,400) .. controls (30,223) and (170,83) .. (347,83) .. controls (524,83) and (665,223) @@ -4511,7 +4415,17 @@ P1 := ((30,400) .. controls (170,717) and (30,577) .. (30,400) -- cycle) ; -P3 := reverse ((409,491) +setP ((60,400) +.. controls (60,561) and (187,687) +.. (347,687) +.. controls (508,687) and (635,561) +.. (635,400) +.. controls (635,239) and (508,113) +.. (347,113) +.. controls (187,113) and (60,239) +.. (60,400) +-- cycle) ; +setP reverse ((409,491) -- (619,491) -- (450,364) -- (516,164) @@ -4522,17 +4436,7 @@ P3 := reverse ((409,491) -- (284,491) -- (347,687) -- cycle) ; -P2 := ((60,400) -.. controls (60,561) and (187,687) -.. (347,687) -.. controls (508,687) and (635,561) -.. (635,400) -.. controls (635,239) and (508,113) -.. (347,113) -.. controls (187,113) and (60,239) -.. (60,400) --- cycle) ; -P4 := ((347,591) +setP ((347,591) -- (382,465) -- (534,465) -- (414,380) @@ -4543,12 +4447,11 @@ P4 := ((347,591) -- (159,465) -- (312,465) -- cycle) ; -drawthem 4; endchar; beginchar (169,436*FS#,750*FS#,0*FS#); "copyright"; -P1 := ((218,750) +setP ((218,750) -- (50,248) -- (203,248) -- (203,30) @@ -4560,22 +4463,20 @@ P1 := ((218,750) -- (233,248) -- (386,248) -- cycle) ; -drawthem 1; endchar; beginchar (170,560*FS#,600*FS#,0*FS#); "trademark"; -P1 := ((480,200) +setP ((480,200) -- (480,600) -- (80,600) -- (80,200) -- cycle) ; -drawthem 1; endchar; beginchar (171,694*FS#,697*FS#,0*FS#); "acute"; -P1 := ((347,697) +setP ((347,697) -- (260,471) -- (30,471) -- (206,329) @@ -4586,37 +4487,36 @@ P1 := ((347,697) -- (664,471) -- (435,471) -- cycle) ; -P2 := ((417,457) +setP ((417,457) -- (617,457) -- (617,455) -- (347,375) -- cycle) ; -P3 := ((458,342) +setP ((458,342) -- (526,142) -- (524,141) -- (347,375) -- cycle) ; -P4 := ((347,255) +setP ((347,255) -- (167,135) -- (165,140) -- (347,374) -- cycle) ; -P5 := ((225,335) +setP ((225,335) -- (76,452) -- (78,454) -- (347,375) -- cycle) ; -P6 := ((273,462) +setP ((273,462) -- (345,652) -- (347,652) -- (347,375) -- cycle) ; -drawthem 6; endchar; beginchar (172,960*FS#,871*FS#,71*FS#); "dieresis"; -P1 := ((150,871) +setP ((150,871) .. controls (37,871) and (-7,835) .. (1,757) -- (88,62) @@ -4629,7 +4529,7 @@ P1 := ((150,871) .. controls (968,835) and (923,871) .. (810,871) -- cycle) ; -P2 := ((799,841) +setP ((799,841) .. controls (905,841) and (934,807) .. (925,734) -- (845,84) @@ -4642,12 +4542,11 @@ P2 := ((799,841) .. controls (25,807) and (56,841) .. (162,841) -- cycle) ; -drawthem 2; endchar; beginchar (173,596*FS#,750*FS#,0*FS#); "notequal"; -P1 := ((566,0) +setP ((566,0) -- (566,80) -- (480,80) -- (406,507) @@ -4656,7 +4555,7 @@ P1 := ((566,0) -- (30,80) -- (30,0) -- cycle) ; -P2 := ((459,557) +setP ((459,557) -- (534,690) -- (534,750) -- (479,750) @@ -4671,12 +4570,11 @@ P2 := ((459,557) -- (62,688) -- (137,557) -- cycle) ; -drawthem 2; endchar; beginchar (174,500*FS#,500*FS#,0*FS#); "AE"; -P1 := ((235,265) +setP ((235,265) -- (0,265) -- (0,235) -- (235,235) @@ -4689,12 +4587,11 @@ P1 := ((235,265) -- (265,500) -- (235,500) -- cycle) ; -drawthem 1; endchar; beginchar (175,854*FS#,880*FS#,80*FS#); "Oslash"; -P1 := ((0,122) +setP ((0,122) .. controls (0,-80) and (189,-80) .. (426,-80) .. controls (665,-80) and (854,-80) @@ -4709,7 +4606,7 @@ P1 := ((0,122) .. controls (35,594) and (0,441) .. (0,272) -- cycle) ; -P2 := ((30,280) +setP ((30,280) .. controls (30,430) and (63,581) .. (152,661) .. controls (281,776) and (367,822) @@ -4724,24 +4621,22 @@ P2 := ((30,280) .. controls (186,-50) and (30,-50) .. (30,131) -- cycle) ; -drawthem 2; endchar; beginchar (176,560*FS#,650*FS#,0*FS#); "infinity"; -P1 := ((424,150) +setP ((424,150) -- (569,400) -- (424,650) -- (136,650) -- (-9,400) -- (136,150) -- cycle) ; -drawthem 1; endchar; beginchar (177,600*FS#,620*FS#,0*FS#); "plusminus"; -P1 := ((92,180) +setP ((92,180) .. controls (215,241) and (386,241) .. (509,180) -- (520,192) @@ -4754,7 +4649,7 @@ P1 := ((92,180) .. controls (137,486) and (141,314) .. (80,192) -- cycle) ; -P2 := ((300,526) +setP ((300,526) .. controls (370,526) and (430,550) .. (485,587) -- (487,585) @@ -4776,12 +4671,11 @@ P2 := ((300,526) .. controls (171,550) and (229,526) .. (300,526) -- cycle) ; -drawthem 2; endchar; beginchar (178,590*FS#,750*FS#,0*FS#); "lessequal"; -P1 := ((560,0) +setP ((560,0) -- (560,30) -- (359,30) -- (284,502) @@ -4803,7 +4697,7 @@ P1 := ((560,0) -- (30,30) -- (30,0) -- cycle) ; -P2 := ((459,519) +setP ((459,519) .. controls (459,493) and (479,473) .. (503,473) .. controls (528,473) and (548,493) @@ -4813,12 +4707,11 @@ P2 := ((459,519) .. controls (479,563) and (459,544) .. (459,519) -- cycle) ; -drawthem 2; endchar; beginchar (179,632*FS#,677*FS#,0*FS#); "greaterequal"; -P1 := ((316,412) +setP ((316,412) -- (52,677) -- (30,656) -- (295,391) @@ -4845,12 +4738,11 @@ P1 := ((316,412) -- (602,656) -- (581,677) -- cycle) ; -drawthem 1; endchar; beginchar (180,700*FS#,800*FS#,0*FS#); "yen"; -P1 := ((0,800) +setP ((0,800) -- (0,300) .. controls (0,110) and (180,0) .. (350,0) @@ -4858,7 +4750,7 @@ P1 := ((0,800) .. (700,300) -- (700,800) -- cycle) ; -P2 := ((670,770) +setP ((670,770) -- (670,308) .. controls (670,138) and (505,30) .. (350,30) @@ -4866,17 +4758,16 @@ P2 := ((670,770) .. (30,308) -- (30,770) -- cycle) ; -drawthem 2; endchar; beginchar (181,626*FS#,579*FS#,0*FS#); "mu"; -P1 := ((585,370) +setP ((585,370) -- (35,370) -- (135,130) -- (485,130) -- cycle) ; -P2 := ((385,48) +setP ((385,48) .. controls (385,21) and (406,0) .. (433,0) .. controls (459,0) and (480,21) @@ -4886,7 +4777,7 @@ P2 := ((385,48) .. controls (406,95) and (385,75) .. (385,48) -- cycle) ; -P3 := ((140,48) +setP ((140,48) .. controls (140,21) and (161,0) .. (188,0) .. controls (214,0) and (235,21) @@ -4896,7 +4787,7 @@ P3 := ((140,48) .. controls (161,95) and (140,75) .. (140,48) -- cycle) ; -P4 := ((585,405) +setP ((585,405) .. controls (601,451) and (601,479) .. (571,479) .. controls (554,479) and (537,478) @@ -4922,12 +4813,11 @@ P4 := ((585,405) .. controls (29,433) and (32,417) .. (35,405) -- cycle) ; -drawthem 4; endchar; beginchar (182,760*FS#,412*FS#,0*FS#); "partialdiff"; -P1 := ((496,172) +setP ((496,172) -- (549,0) -- (618,0) -- (564,172) @@ -4948,17 +4838,16 @@ P1 := ((496,172) -- (211,0) -- (264,172) -- cycle) ; -P2 := ((277,212) +setP ((277,212) -- (327,372) -- (433,372) -- (483,212) -- cycle) ; -drawthem 2; endchar; beginchar (183,694*FS#,698*FS#,0*FS#); "summation"; -P1 := ((509,400) +setP ((509,400) -- (576,512) .. controls (581,508) and (587,507) .. (596,507) @@ -5019,12 +4908,11 @@ P1 := ((509,400) .. controls (587,294) and (581,293) .. (576,289) -- cycle) ; -drawthem 1; endchar; beginchar (184,1200*FS#,1000*FS#,200*FS#); "product"; -P1 := ((1200,389) +setP ((1200,389) -- (1200,409) -- (883,409) .. controls (880,559) and (762,678) @@ -5045,32 +4933,31 @@ P1 := ((1200,389) .. controls (760,120) and (879,240) .. (883,389) -- cycle) ; -P2 := ((590,136) +setP ((590,136) .. controls (450,139) and (340,250) .. (337,389) -- (590,389) -- cycle) ; -P3 := ((610,389) +setP ((610,389) -- (863,389) .. controls (860,250) and (750,139) .. (610,136) -- cycle) ; -P4 := ((610,662) +setP ((610,662) .. controls (752,659) and (861,549) .. (863,409) -- (610,409) -- cycle) ; -P5 := ((590,409) +setP ((590,409) -- (337,409) .. controls (339,549) and (448,659) .. (590,662) -- cycle) ; -drawthem 5; endchar; beginchar (185,1072*FS#,919*FS#,121*FS#); "pi"; -P1 := ((0,-74) +setP ((0,-74) .. controls (0,-124) and (21,-130) .. (58,-112) -- (1044,374) @@ -5080,7 +4967,7 @@ P1 := ((0,-74) .. controls (21,928) and (0,922) .. (0,872) -- cycle) ; -P2 := ((30,857) +setP ((30,857) .. controls (30,880) and (51,880) .. (67,872) -- (993,424) @@ -5090,12 +4977,11 @@ P2 := ((30,857) .. controls (51,-82) and (30,-82) .. (30,-59) -- cycle) ; -drawthem 2; endchar; beginchar (186,520*FS#,750*FS#,0*FS#); "integral"; -P1 := ((328,713) +setP ((328,713) -- (301,631) -- (212,631) -- (286,576) @@ -5106,7 +4992,7 @@ P1 := ((328,713) -- (444,631) -- (355,631) -- cycle) ; -P2 := ((420,0) +setP ((420,0) -- (420,320) -- (275,320) -- (275,381) @@ -5127,12 +5013,11 @@ P2 := ((420,0) -- (100,320) -- (100,0) -- cycle) ; -drawthem 2; endchar; beginchar (187,857*FS#,543*FS#,0*FS#); "ordfeminine"; -P1 := ((275,0) +setP ((275,0) .. controls (305,0) and (336,22) .. (350,55) .. controls (364,22) and (395,0) @@ -5166,12 +5051,11 @@ P1 := ((275,0) .. controls (69,16) and (112,0) .. (137,0) -- cycle) ; -drawthem 1; endchar; beginchar (188,333*FS#,677*FS#,0*FS#); "ordmasculine"; -P1 := ((124,514) +setP ((124,514) .. controls (133,504) and (130,489) .. (129,477) .. controls (105,473) and (89,475) @@ -5245,28 +5129,27 @@ P1 := ((124,514) .. (109,543) -- (109,518) -- cycle) ; -P2 := ((69,380) +setP ((69,380) -- (90,414) .. controls (93,394) and (93,368) .. (88,343) -- cycle) ; -drawthem 2; endchar; beginchar (189,700*FS#,456*FS#,0*FS#); "Omega"; -P1 := ((660,0) +setP ((660,0) -- (660,456) -- (40,456) -- (40,0) -- cycle) ; -P2 := ((610,426) +setP ((610,426) -- (384,200) .. controls (359,175) and (341,175) .. (316,200) -- (90,426) -- cycle) ; -P3 := ((90,30) +setP ((90,30) -- (268,208) .. controls (303,173) and (326,149) .. (350,149) @@ -5274,20 +5157,19 @@ P3 := ((90,30) .. (432,208) -- (610,30) -- cycle) ; -P4 := ((70,406) +setP ((70,406) -- (248,228) -- (70,50) -- cycle) ; -P5 := ((630,406) +setP ((630,406) -- (630,50) -- (452,228) -- cycle) ; -drawthem 5; endchar; beginchar (190,500*FS#,458*FS#,0*FS#); "ae"; -P1 := ((250,271) +setP ((250,271) -- (64,458) -- (43,436) -- (229,250) @@ -5300,12 +5182,11 @@ P1 := ((250,271) -- (457,436) -- (436,458) -- cycle) ; -drawthem 1; endchar; beginchar (191,800*FS#,800*FS#,0*FS#); "oslash"; -P1 := ((234,800) +setP ((234,800) -- (0,566) -- (0,235) -- (234,0) @@ -5314,7 +5195,7 @@ P1 := ((234,800) -- (800,566) -- (566,800) -- cycle) ; -P2 := ((553,770) +setP ((553,770) -- (770,554) -- (770,247) -- (553,30) @@ -5323,12 +5204,11 @@ P2 := ((553,770) -- (30,554) -- (246,770) -- cycle) ; -drawthem 2; endchar; beginchar (192,696*FS#,718*FS#,0*FS#); "questiondown"; -P1 := ((592,607) +setP ((592,607) -- (556,642) -- (460,546) .. controls (437,570) and (404,582) @@ -5369,7 +5249,7 @@ P1 := ((592,607) .. controls (530,447) and (519,488) .. (495,511) -- cycle) ; -P2 := ((216,400) +setP ((216,400) .. controls (216,474) and (274,532) .. (348,532) .. controls (422,532) and (480,474) @@ -5379,12 +5259,11 @@ P2 := ((216,400) .. controls (274,268) and (216,326) .. (216,400) -- cycle) ; -drawthem 2; endchar; beginchar (193,560*FS#,650*FS#,0*FS#); "exclamdown"; -P1 := ((30,400) +setP ((30,400) .. controls (30,260) and (140,150) .. (280,150) .. controls (420,150) and (530,260) @@ -5394,12 +5273,11 @@ P1 := ((30,400) .. controls (140,650) and (30,540) .. (30,400) -- cycle) ; -drawthem 1; endchar; beginchar (194,820*FS#,1000*FS#,200*FS#); "logicalnot"; -P1 := ((0,-129) +setP ((0,-129) .. controls (0,-165) and (30,-200) .. (60,-200) -- (760,-200) @@ -5412,7 +5290,7 @@ P1 := ((0,-129) .. controls (30,1000) and (0,965) .. (0,929) -- cycle) ; -P2 := ((30,910) +setP ((30,910) .. controls (30,944) and (50,970) .. (78,970) -- (742,970) @@ -5425,12 +5303,11 @@ P2 := ((30,910) .. controls (50,-170) and (30,-145) .. (30,-111) -- cycle) ; -drawthem 2; endchar; beginchar (195,520*FS#,750*FS#,0*FS#); "radical"; -P1 := ((260,750) +setP ((260,750) -- (195,643) -- (72,643) -- (135,536) @@ -5443,48 +5320,47 @@ P1 := ((260,750) -- (448,643) -- (326,643) -- cycle) ; -P2 := ((100,0) +setP ((100,0) -- (420,0) -- (420,320) -- (100,320) -- cycle) ; -P3 := ((260,708) +setP ((260,708) -- (297,643) -- (223,643) -- cycle) ; -P4 := ((335,623) +setP ((335,623) -- (412,623) -- (373,559) -- cycle) ; -P5 := ((373,513) +setP ((373,513) -- (410,449) -- (336,449) -- cycle) ; -P6 := ((299,429) +setP ((299,429) -- (260,366) -- (225,429) -- cycle) ; -P7 := ((186,449) +setP ((186,449) -- (111,449) -- (148,513) -- cycle) ; -P8 := ((148,559) +setP ((148,559) -- (110,623) -- (187,623) -- cycle) ; -P9 := ((213,623) +setP ((213,623) -- (309,623) -- (360,536) -- (310,449) -- (212,449) -- (161,536) -- cycle) ; -drawthem 9; endchar; beginchar (196,944*FS#,489*FS#,0*FS#); "florin"; -P1 := ((570,377) +setP ((570,377) -- (331,377) -- (350,437) -- (341,454) @@ -5542,13 +5418,13 @@ P1 := ((570,377) .. controls (526,399) and (563,394) .. (575,391) -- cycle) ; -P2 := ((589,338) +setP ((589,338) -- (630,288) .. controls (600,261) and (575,202) .. (577,152) -- (526,143) -- cycle) ; -P3 := ((475,191) +setP ((475,191) -- (484,191) -- (484,171) -- (320,351) @@ -5560,7 +5436,7 @@ P3 := ((475,191) -- (508,203) -- (475,203) -- cycle) ; -P4 := ((276,216) +setP ((276,216) -- (292,262) .. controls (310,244) and (328,211) .. (328,166) @@ -5582,14 +5458,14 @@ P4 := ((276,216) .. controls (200,138) and (205,145) .. (207,150) -- cycle) ; -P5 := ((708,192) +setP ((708,192) .. controls (716,182) and (717,176) .. (708,174) -- (611,158) .. controls (611,204) and (627,243) .. (652,262) -- cycle) ; -P6 := ((675,278) +setP ((675,278) .. controls (690,290) and (711,298) .. (748,298) .. controls (822,298) and (880,241) @@ -5604,12 +5480,11 @@ P6 := ((675,278) .. controls (763,169) and (754,178) .. (751,183) -- cycle) ; -drawthem 6; endchar; beginchar (197,424*FS#,739*FS#,0*FS#); "approxequal"; -P1 := ((300,530) +setP ((300,530) .. controls (290,566) and (288,591) .. (288,619) -- (288,683) @@ -5640,7 +5515,7 @@ P1 := ((300,530) .. controls (394,173) and (391,192) .. (386,211) -- cycle) ; -P2 := ((263,611) +setP ((263,611) .. controls (263,586) and (263,563) .. (272,530) -- (347,239) @@ -5671,12 +5546,11 @@ P2 := ((263,611) .. controls (274,694) and (269,691) .. (263,689) -- cycle) ; -drawthem 2; endchar; beginchar (198,810*FS#,814*FS#,14*FS#); "Delta"; -P1 := ((521,-14) +setP ((521,-14) -- (521,54) -- (445,114) -- (445,328) @@ -5697,12 +5571,11 @@ P1 := ((521,-14) -- (289,-14) -- (405,39) -- cycle) ; -drawthem 1; endchar; beginchar (199,900*FS#,717*FS#,0*FS#); "guillemotleft"; -P1 := ((763,491) +setP ((763,491) -- (631,624) -- (631,315) -- (229,717) @@ -5712,12 +5585,11 @@ P1 := ((763,491) -- (356,84) -- (763,84) -- cycle) ; -drawthem 1; endchar; beginchar (200,900*FS#,688*FS#,0*FS#); "guillemotright"; -P1 := ((859,400) +setP ((859,400) -- (571,688) -- (384,688) -- (602,470) @@ -5727,20 +5599,19 @@ P1 := ((859,400) -- (384,112) -- (571,112) -- cycle) ; -drawthem 1; endchar; beginchar (201,620*FS#,679*FS#,0*FS#); "ellipsis"; -P1 := ((590,122) +setP ((590,122) -- (311,679) -- (30,122) -- cycle) ; -P2 := ((64,142) +setP ((64,142) -- (310,635) -- (556,142) -- cycle) ; -P3 := ((255,302) +setP ((255,302) .. controls (255,271) and (279,247) .. (310,247) .. controls (341,247) and (365,271) @@ -5750,12 +5621,11 @@ P3 := ((255,302) .. controls (279,357) and (255,333) .. (255,302) -- cycle) ; -drawthem 3; endchar; beginchar (202,1092*FS#,946*FS#,147*FS#); "nbspace"; -P1 := ((17,436) +setP ((17,436) .. controls (-5,413) and (-5,385) .. (17,364) -- (512,-131) @@ -5768,14 +5638,13 @@ P1 := ((17,436) .. controls (561,951) and (533,952) .. (512,930) -- cycle) ; -P2 := ((0,0) +setP ((0,0) -- cycle) ; -drawthem 2; endchar; beginchar (203,960*FS#,871*FS#,71*FS#); "Agrave"; -P1 := ((150,871) +setP ((150,871) .. controls (37,871) and (-7,835) .. (1,757) -- (88,62) @@ -5788,12 +5657,11 @@ P1 := ((150,871) .. controls (968,835) and (923,871) .. (810,871) -- cycle) ; -drawthem 1; endchar; beginchar (204,1020*FS#,810*FS#,10*FS#); "Atilde"; -P1 := ((60,810) +setP ((60,810) .. controls (30,810) and (0,780) .. (0,750) -- (0,50) @@ -5806,12 +5674,11 @@ P1 := ((60,810) .. controls (1020,780) and (990,810) .. (960,810) -- cycle) ; -drawthem 1; endchar; beginchar (205,854*FS#,880*FS#,80*FS#); "Otilde"; -P1 := ((0,122) +setP ((0,122) .. controls (0,-80) and (189,-80) .. (426,-80) .. controls (665,-80) and (854,-80) @@ -5826,51 +5693,49 @@ P1 := ((0,122) .. controls (35,594) and (0,441) .. (0,272) -- cycle) ; -drawthem 1; endchar; beginchar (206,560*FS#,500*FS#,0*FS#); "OE"; -P1 := ((530,0) +setP ((530,0) -- (530,500) -- (30,500) -- (30,0) -- cycle) ; -P2 := ((500,30) +setP ((500,30) -- (413,30) -- (413,470) -- (500,470) -- cycle) ; -P3 := ((265,30) +setP ((265,30) -- (177,30) -- (177,470) -- (265,470) -- cycle) ; -P4 := ((383,30) +setP ((383,30) -- (295,30) -- (295,470) -- (383,470) -- cycle) ; -P5 := ((147,30) +setP ((147,30) -- (60,30) -- (60,470) -- (147,470) -- cycle) ; -drawthem 5; endchar; beginchar (207,686*FS#,750*FS#,0*FS#); "oe"; -P1 := ((626,0) +setP ((626,0) -- (626,50) -- (50,50) -- (50,0) -- cycle) ; -P2 := ((338,750) +setP ((338,750) -- (30,482) -- (646,482) -- cycle) ; -P3 := ((533,80) +setP ((533,80) -- (533,181) .. controls (533,236) and (626,221) .. (626,320) @@ -5883,7 +5748,7 @@ P3 := ((533,80) .. (143,181) -- (143,80) -- cycle) ; -P4 := ((193,130) +setP ((193,130) -- (193,185) .. controls (193,233) and (295,200) .. (295,304) @@ -5928,12 +5793,11 @@ P4 := ((193,130) .. (483,185) -- (483,130) -- cycle) ; -drawthem 4; endchar; beginchar (208,807*FS#,668*FS#,0*FS#); "endash"; -P1 := ((432,397) +setP ((432,397) -- (509,475) .. controls (574,409) and (691,382) .. (753,444) @@ -5978,7 +5842,7 @@ P1 := ((432,397) .. controls (598,175) and (640,141) .. (696,133) -- cycle) ; -P2 := ((624,588) +setP ((624,588) .. controls (640,604) and (662,609) .. (680,591) -- (709,562) @@ -5987,7 +5851,7 @@ P2 := ((624,588) .. controls (668,413) and (571,466) .. (537,501) -- cycle) ; -P3 := ((272,501) +setP ((272,501) .. controls (236,467) and (139,414) .. (79,475) .. controls (58,496) and (78,543) @@ -5996,12 +5860,11 @@ P3 := ((272,501) .. controls (146,610) and (168,605) .. (185,588) -- cycle) ; -drawthem 3; endchar; beginchar (209,1260*FS#,553*FS#,0*FS#); "emdash"; -P1 := ((1230,0) +setP ((1230,0) -- (1230,228) -- (1005,228) -- (1005,83) @@ -6015,12 +5878,11 @@ P1 := ((1230,0) -- (30,228) -- (30,0) -- cycle) ; -drawthem 1; endchar; beginchar (210,900*FS#,717*FS#,0*FS#); "quotedblleft"; -P1 := ((130,84) +setP ((130,84) -- (537,84) -- (670,216) -- (361,216) @@ -6030,12 +5892,11 @@ P1 := ((130,84) -- (262,624) -- (130,491) -- cycle) ; -drawthem 1; endchar; beginchar (211,900*FS#,688*FS#,0*FS#); "quotedblright"; -P1 := ((34,400) +setP ((34,400) -- (322,112) -- (509,112) -- (291,330) @@ -6045,12 +5906,11 @@ P1 := ((34,400) -- (509,688) -- (322,688) -- cycle) ; -drawthem 1; endchar; beginchar (212,900*FS#,813*FS#,12*FS#); "quoteleft"; -P1 := ((447,-12) +setP ((447,-12) -- (735,276) -- (735,463) -- (517,245) @@ -6060,12 +5920,11 @@ P1 := ((447,-12) -- (159,463) -- (159,276) -- cycle) ; -drawthem 1; endchar; beginchar (213,900*FS#,813*FS#,12*FS#); "quoteright"; -P1 := ((447,813) +setP ((447,813) -- (159,525) -- (159,338) -- (377,556) @@ -6075,12 +5934,11 @@ P1 := ((447,813) -- (735,338) -- (735,525) -- cycle) ; -drawthem 1; endchar; beginchar (214,655*FS#,590*FS#,0*FS#); "divide"; -P1 := ((435,380) +setP ((435,380) -- (575,210) -- (620,210) -- (465,400) @@ -6090,12 +5948,11 @@ P1 := ((435,380) -- (35,420) -- (35,380) -- cycle) ; -drawthem 1; endchar; beginchar (215,520*FS#,750*FS#,0*FS#); "lozenge"; -P1 := ((420,0) +setP ((420,0) -- (420,320) -- (275,320) -- (275,509) @@ -6112,12 +5969,11 @@ P1 := ((420,0) -- (100,320) -- (100,0) -- cycle) ; -drawthem 1; endchar; beginchar (216,800*FS#,800*FS#,0*FS#); "ydieresis"; -P1 := ((234,800) +setP ((234,800) -- (0,566) -- (0,235) -- (234,0) @@ -6126,12 +5982,11 @@ P1 := ((234,800) -- (800,566) -- (566,800) -- cycle) ; -drawthem 1; endchar; beginchar (217,1063*FS#,921*FS#,122*FS#); "Ydieresis"; -P1 := ((30,748) +setP ((30,748) .. controls (58,736) and (97,664) .. (97,608) .. controls (97,545) and (0,460) @@ -6166,12 +6021,11 @@ P1 := ((30,748) .. controls (327,824) and (274,862) .. (218,921) -- cycle) ; -drawthem 1; endchar; beginchar (218,695*FS#,717*FS#,0*FS#); "fraction"; -P1 := ((30,400) +setP ((30,400) .. controls (30,223) and (170,83) .. (347,83) .. controls (524,83) and (665,223) @@ -6181,12 +6035,11 @@ P1 := ((30,400) .. controls (170,717) and (30,577) .. (30,400) -- cycle) ; -drawthem 1; endchar; beginchar (219,1005*FS#,921*FS#,121*FS#); "currency"; -P1 := ((503,-121) +setP ((503,-121) .. controls (597,-121) and (767,-18) .. (853,90) .. controls (945,206) and (1005,346) @@ -6208,12 +6061,11 @@ P1 := ((503,-121) .. controls (238,-18) and (408,-121) .. (503,-121) -- cycle) ; -drawthem 1; endchar; beginchar (220,820*FS#,1000*FS#,200*FS#); "guilsinglleft"; -P1 := ((0,-129) +setP ((0,-129) .. controls (0,-165) and (30,-200) .. (60,-200) -- (760,-200) @@ -6226,12 +6078,11 @@ P1 := ((0,-129) .. controls (30,1000) and (0,965) .. (0,929) -- cycle) ; -drawthem 1; endchar; beginchar (221,970*FS#,885*FS#,85*FS#); "guilsinglright"; -P1 := ((0,400) +setP ((0,400) .. controls (0,129) and (213,-85) .. (485,-85) .. controls (757,-85) and (970,129) @@ -6241,12 +6092,11 @@ P1 := ((0,400) .. controls (213,885) and (0,671) .. (0,400) -- cycle) ; -drawthem 1; endchar; beginchar (222,1442*FS#,799*FS#,0*FS#); "fi"; -P1 := ((0,411) +setP ((0,411) .. controls (0,194) and (311,22) .. (721,22) .. controls (1125,22) and (1442,194) @@ -6256,12 +6106,11 @@ P1 := ((0,411) .. controls (318,799) and (0,628) .. (0,411) -- cycle) ; -drawthem 1; endchar; beginchar (223,1054*FS#,700*FS#,0*FS#); "fl"; -P1 := ((896,0) +setP ((896,0) -- (1054,154) -- (1052,156) -- (876,156) @@ -6281,7 +6130,7 @@ P1 := ((896,0) -- (0,230) -- (173,0) -- cycle) ; -P2 := ((184,20) +setP ((184,20) -- (71,169) -- (73,169) -- (200,103) @@ -6301,12 +6150,11 @@ P2 := ((184,20) -- (1007,136) -- (888,20) -- cycle) ; -drawthem 2; endchar; beginchar (224,800*FS#,800*FS#,0*FS#); "daggerdbl"; -P1 := ((50,800) +setP ((50,800) .. controls (20,800) and (0,780) .. (0,750) -- (0,50) @@ -6319,12 +6167,11 @@ P1 := ((50,800) .. controls (800,780) and (780,800) .. (750,800) -- cycle) ; -drawthem 1; endchar; beginchar (225,700*FS#,921*FS#,122*FS#); "periodcentered"; -P1 := ((700,856) +setP ((700,856) -- (568,921) .. controls (529,899) and (496,884) .. (459,884) @@ -6357,12 +6204,11 @@ P1 := ((700,856) .. controls (684,555) and (692,581) .. (700,606) -- cycle) ; -drawthem 1; endchar; beginchar (226,700*FS#,800*FS#,0*FS#); "quotesinglbase"; -P1 := ((0,800) +setP ((0,800) -- (0,300) .. controls (0,110) and (180,0) .. (350,0) @@ -6370,12 +6216,11 @@ P1 := ((0,800) .. (700,300) -- (700,800) -- cycle) ; -drawthem 1; endchar; beginchar (227,695*FS#,584*FS#,0*FS#); "quotedblbase"; -P1 := ((531,400) +setP ((531,400) .. controls (531,508) and (456,584) .. (348,584) .. controls (240,584) and (164,508) @@ -6385,12 +6230,11 @@ P1 := ((531,400) .. controls (456,216) and (531,292) .. (531,400) -- cycle) ; -drawthem 1; endchar; beginchar (228,694*FS#,697*FS#,0*FS#); "perthousand"; -P1 := ((347,697) +setP ((347,697) -- (260,471) -- (30,471) -- (206,329) @@ -6401,7 +6245,7 @@ P1 := ((347,697) -- (664,471) -- (435,471) -- cycle) ; -P2 := ((416,451) +setP ((416,451) -- (595,451) -- (450,340) -- (510,157) @@ -6412,7 +6256,7 @@ P2 := ((416,451) -- (279,451) -- (347,634) -- cycle) ; -P3 := ((347,528) +setP ((347,528) -- (308,421) -- (201,421) -- (284,358) @@ -6423,12 +6267,11 @@ P3 := ((347,528) -- (493,421) -- (386,421) -- cycle) ; -drawthem 3; endchar; beginchar (229,694*FS#,697*FS#,0*FS#); "Acircumflex"; -P1 := ((347,697) +setP ((347,697) -- (265,473) -- (30,473) -- (222,336) @@ -6439,7 +6282,7 @@ P1 := ((347,697) -- (664,473) -- (430,473) -- cycle) ; -P2 := ((250,367) +setP ((250,367) .. controls (250,421) and (293,465) .. (347,465) .. controls (401,465) and (444,421) @@ -6449,12 +6292,11 @@ P2 := ((250,367) .. controls (293,269) and (250,312) .. (250,367) -- cycle) ; -drawthem 2; endchar; beginchar (230,695*FS#,584*FS#,0*FS#); "Ecircumflex"; -P1 := ((531,400) +setP ((531,400) .. controls (531,508) and (456,584) .. (348,584) .. controls (240,584) and (164,508) @@ -6464,7 +6306,7 @@ P1 := ((531,400) .. controls (456,216) and (531,292) .. (531,400) -- cycle) ; -P2 := ((501,400) +setP ((501,400) .. controls (501,309) and (438,246) .. (348,246) .. controls (257,246) and (194,309) @@ -6474,12 +6316,11 @@ P2 := ((501,400) .. controls (438,554) and (501,491) .. (501,400) -- cycle) ; -drawthem 2; endchar; beginchar (231,907*FS#,841*FS#,52*FS#); "Aacute"; -P1 := ((849,-52) +setP ((849,-52) .. controls (878,-52) and (907,-23) .. (907,7) -- (907,538) @@ -6495,7 +6336,7 @@ P1 := ((849,-52) .. controls (0,-23) and (29,-52) .. (58,-52) -- cycle) ; -P2 := ((71,-22) +setP ((71,-22) .. controls (44,-22) and (30,-8) .. (30,20) -- (30,533) @@ -6511,12 +6352,11 @@ P2 := ((71,-22) .. controls (877,-8) and (863,-22) .. (836,-22) -- cycle) ; -drawthem 2; endchar; beginchar (232,1000*FS#,894*FS#,94*FS#); "Edieresis"; -P1 := ((75,796) +setP ((75,796) .. controls (29,796) and (0,775) .. (0,652) .. controls (0,439) and (211,129) @@ -6536,7 +6376,7 @@ P1 := ((75,796) .. (371,859) -- (371,796) -- cycle) ; -P2 := ((401,766) +setP ((401,766) -- (401,841) .. controls (401,857) and (408,864) .. (425,864) @@ -6556,17 +6396,16 @@ P2 := ((401,766) .. controls (30,741) and (57,766) .. (100,766) -- cycle) ; -drawthem 2; endchar; beginchar (233,434*FS#,840*FS#,40*FS#); "Egrave"; -P1 := ((404,-40) +setP ((404,-40) -- (404,840) -- (30,840) -- (30,-40) -- cycle) ; -P2 := ((117,130) +setP ((117,130) .. controls (117,186) and (161,230) .. (217,230) .. controls (273,230) and (317,186) @@ -6576,7 +6415,7 @@ P2 := ((117,130) .. controls (161,30) and (117,74) .. (117,130) -- cycle) ; -P3 := ((117,400) +setP ((117,400) .. controls (117,456) and (161,500) .. (217,500) .. controls (273,500) and (317,456) @@ -6586,7 +6425,7 @@ P3 := ((117,400) .. controls (161,300) and (117,344) .. (117,400) -- cycle) ; -P4 := ((117,670) +setP ((117,670) .. controls (117,726) and (161,770) .. (217,770) .. controls (273,770) and (317,726) @@ -6596,12 +6435,11 @@ P4 := ((117,670) .. controls (161,570) and (117,614) .. (117,670) -- cycle) ; -drawthem 4; endchar; beginchar (234,450*FS#,649*FS#,6*FS#); "Iacute"; -P1 := ((39,293) +setP ((39,293) .. controls (39,255) and (68,176) .. (171,175) .. controls (144,194) and (104,224) @@ -6613,7 +6451,7 @@ P1 := ((39,293) .. controls (58,376) and (39,331) .. (39,293) -- cycle) ; -P2 := ((402,273) +setP ((402,273) .. controls (424,353) and (387,454) .. (347,487) .. controls (356,439) and (355,401) @@ -6629,7 +6467,7 @@ P2 := ((402,273) .. controls (363,214) and (396,244) .. (402,273) -- cycle) ; -P3 := ((394,23) +setP ((394,23) .. controls (410,23) and (420,38) .. (420,52) .. controls (420,67) and (414,83) @@ -6639,7 +6477,7 @@ P3 := ((394,23) .. controls (375,38) and (378,23) .. (394,23) -- cycle) ; -P4 := ((80,24) +setP ((80,24) .. controls (80,42) and (73,55) .. (55,55) .. controls (38,55) and (30,42) @@ -6649,14 +6487,14 @@ P4 := ((80,24) .. controls (73,-6) and (80,6) .. (80,24) -- cycle) ; -P5 := ((182,52) +setP ((182,52) .. controls (155,63) and (127,78) .. (100,78) -- (67,65) .. controls (93,50) and (94,29) .. (88,2) -- cycle) ; -P6 := ((410,131) +setP ((410,131) .. controls (417,151) and (406,165) .. (387,172) -- (336,160) @@ -6665,7 +6503,7 @@ P6 := ((410,131) .. controls (269,122) and (312,112) .. (338,109) -- cycle) ; -P7 := ((195,132) +setP ((195,132) .. controls (157,138) and (75,148) .. (64,150) .. controls (46,133) and (44,117) @@ -6686,7 +6524,7 @@ P7 := ((195,132) .. controls (240,117) and (219,128) .. (195,132) -- cycle) ; -P8 := ((117,355) +setP ((117,355) .. controls (117,255) and (165,205) .. (209,172) .. controls (215,201) and (235,236) @@ -6702,12 +6540,11 @@ P8 := ((117,355) .. controls (195,532) and (117,429) .. (117,355) -- cycle) ; -drawthem 8; endchar; beginchar (235,550*FS#,400*FS#,0*FS#); "Icircumflex"; -P1 := ((520,0) +setP ((520,0) -- (520,110) -- (140,110) -- (140,290) @@ -6716,12 +6553,11 @@ P1 := ((520,0) -- (30,400) -- (30,0) -- cycle) ; -drawthem 1; endchar; beginchar (236,520*FS#,750*FS#,0*FS#); "Idieresis"; -P1 := ((245,750) +setP ((245,750) -- (245,215) .. controls (139,211) and (60,165) .. (60,108) @@ -6734,7 +6570,7 @@ P1 := ((245,750) -- (275,499) -- (420,625) -- cycle) ; -P2 := ((275,185) +setP ((275,185) .. controls (363,182) and (430,149) .. (430,108) .. controls (430,65) and (355,30) @@ -6746,12 +6582,11 @@ P2 := ((275,185) -- (245,100) -- (275,100) -- cycle) ; -drawthem 2; endchar; beginchar (237,548*FS#,649*FS#,0*FS#); "Igrave"; -P1 := ((515,197) +setP ((515,197) .. controls (520,207) and (514,210) .. (507,214) -- (475,231) @@ -6786,12 +6621,11 @@ P1 := ((515,197) .. controls (488,148) and (492,151) .. (495,157) -- cycle) ; -drawthem 1; endchar; beginchar (238,600*FS#,600*FS#,0*FS#); "Oacute"; -P1 := ((225,500) +setP ((225,500) -- (125,600) -- (75,550) -- (155,470) @@ -6800,7 +6634,7 @@ P1 := ((225,500) -- (125,0) -- (225,100) -- cycle) ; -P2 := ((375,100) +setP ((375,100) -- (475,0) -- (525,50) -- (445,130) @@ -6809,12 +6643,11 @@ P2 := ((375,100) -- (475,600) -- (375,500) -- cycle) ; -drawthem 2; endchar; beginchar (239,655*FS#,590*FS#,0*FS#); "Ocircumflex"; -P1 := ((601,210) +setP ((601,210) .. controls (611,210) and (621,220) .. (621,230) -- (621,250) @@ -6827,7 +6660,7 @@ P1 := ((601,210) .. controls (281,220) and (291,210) .. (301,210) -- cycle) ; -P2 := ((595,458) +setP ((595,458) .. controls (586,486) and (555,510) .. (516,510) -- (401,510) @@ -6873,22 +6706,22 @@ P2 := ((595,458) .. controls (629,320) and (630,349) .. (620,379) -- cycle) ; -P3 := ((401,410) +setP ((401,410) -- (401,490) -- (451,490) -- (451,410) -- cycle) ; -P4 := ((471,410) +setP ((471,410) -- (471,490) -- (521,490) -- (521,410) -- cycle) ; -P5 := ((541,410) +setP ((541,410) -- (541,490) .. controls (567,481) and (587,449) .. (591,410) -- cycle) ; -P6 := ((98,510) +setP ((98,510) .. controls (84,510) and (78,504) .. (78,494) .. controls (78,488) and (85,478) @@ -6903,12 +6736,11 @@ P6 := ((98,510) .. controls (112,533) and (125,524) .. (130,510) -- cycle) ; -drawthem 6; endchar; beginchar (240,907*FS#,841*FS#,52*FS#); "apple"; -P1 := ((849,-52) +setP ((849,-52) .. controls (878,-52) and (907,-23) .. (907,7) -- (907,538) @@ -6924,12 +6756,11 @@ P1 := ((849,-52) .. controls (0,-23) and (29,-52) .. (58,-52) -- cycle) ; -drawthem 1; endchar; beginchar (241,808*FS#,804*FS#,4*FS#); "Ograve"; -P1 := ((0,664) +setP ((0,664) -- (264,400) -- (0,136) -- (140,-4) @@ -6942,7 +6773,7 @@ P1 := ((0,664) -- (404,540) -- (140,804) -- cycle) ; -P2 := ((140,762) +setP ((140,762) -- (404,498) -- (668,761) -- (765,664) @@ -6955,12 +6786,11 @@ P2 := ((140,762) -- (306,400) -- (42,664) -- cycle) ; -drawthem 2; endchar; beginchar (242,702*FS#,718*FS#,0*FS#); "Uacute"; -P1 := ((373,718) +setP ((373,718) -- (323,718) -- (323,582) .. controls (249,585) and (167,506) @@ -6981,7 +6811,7 @@ P1 := ((373,718) .. controls (529,495) and (454,581) .. (373,582) -- cycle) ; -P2 := ((216,400) +setP ((216,400) .. controls (216,474) and (274,532) .. (348,532) .. controls (422,532) and (480,474) @@ -6991,12 +6821,11 @@ P2 := ((216,400) .. controls (274,268) and (216,326) .. (216,400) -- cycle) ; -drawthem 2; endchar; beginchar (243,808*FS#,804*FS#,4*FS#); "Ucircumflex"; -P1 := ((0,664) +setP ((0,664) -- (264,400) -- (0,136) -- (140,-4) @@ -7009,12 +6838,11 @@ P1 := ((0,664) -- (404,540) -- (140,804) -- cycle) ; -drawthem 1; endchar; beginchar (244,626*FS#,526*FS#,0*FS#); "Ugrave"; -P1 := ((389,526) +setP ((389,526) -- (237,526) -- (237,339) -- (50,339) @@ -7027,12 +6855,11 @@ P1 := ((389,526) -- (576,339) -- (389,339) -- cycle) ; -drawthem 1; endchar; beginchar (245,520*FS#,750*FS#,0*FS#); "dotlessi"; -P1 := ((230,750) +setP ((230,750) -- (230,539) -- (80,539) -- (80,484) @@ -7045,12 +6872,11 @@ P1 := ((230,750) -- (290,539) -- (290,750) -- cycle) ; -drawthem 1; endchar; beginchar (246,1260*FS#,672*FS#,0*FS#); "circumflex"; -P1 := ((680,0) +setP ((680,0) -- (680,27) .. controls (623,30) and (595,51) .. (565,122) @@ -7070,7 +6896,7 @@ P1 := ((680,0) .. (30,27) -- (30,0) -- cycle) ; -P2 := ((713,0) +setP ((713,0) -- (1230,0) -- (1230,21) .. controls (1185,24) and (1162,41) @@ -7090,52 +6916,50 @@ P2 := ((713,0) .. controls (781,41) and (759,24) .. (713,21) -- cycle) ; -drawthem 2; endchar; beginchar (247,510*FS#,750*FS#,0*FS#); "tilde"; -P1 := ((30,400) +setP ((30,400) -- (255,50) -- (480,400) -- (255,750) -- cycle) ; -P2 := ((453,410) +setP ((453,410) -- (337,410) -- (285,670) -- (287,672) -- cycle) ; -P3 := ((317,410) +setP ((317,410) -- (193,410) -- (254,724) -- (256,724) -- cycle) ; -P4 := ((173,410) +setP ((173,410) -- (57,410) -- (223,672) -- (225,670) -- cycle) ; -P5 := ((337,390) +setP ((337,390) -- (453,390) -- (287,128) -- (285,130) -- cycle) ; -P6 := ((193,390) +setP ((193,390) -- (317,390) -- (256,76) -- (254,76) -- cycle) ; -P7 := ((57,390) +setP ((57,390) -- (173,390) -- (225,130) -- (223,128) -- cycle) ; -drawthem 7; endchar; beginchar (248,914*FS#,750*FS#,0*FS#); "macron"; -P1 := ((780,50) +setP ((780,50) -- (780,610) -- (714,610) .. controls (706,696) and (650,750) @@ -7152,7 +6976,7 @@ P1 := ((780,50) -- (884,0) -- (884,50) -- cycle) ; -P2 := ((618,610) +setP ((618,610) -- (618,50) -- (538,50) -- (538,610) @@ -7162,7 +6986,7 @@ P2 := ((618,610) .. controls (634,720) and (678,670) .. (684,610) -- cycle) ; -P3 := ((376,610) +setP ((376,610) -- (376,50) -- (225,50) -- (225,610) @@ -7171,12 +6995,11 @@ P3 := ((376,610) .. controls (390,720) and (436,670) .. (442,610) -- cycle) ; -drawthem 3; endchar; beginchar (249,890*FS#,700*FS#,0*FS#); "breve"; -P1 := ((780,260) +setP ((780,260) -- (730,260) -- (730,700) -- (650,700) @@ -7193,12 +7016,11 @@ P1 := ((780,260) -- (860,700) -- (780,700) -- cycle) ; -drawthem 1; endchar; beginchar (250,1042*FS#,280*FS#,0*FS#); "dotaccent"; -P1 := ((556,245) +setP ((556,245) -- (385,245) -- (374,280) -- (227,280) @@ -7211,7 +7033,7 @@ P1 := ((556,245) -- (732,181) -- (576,181) -- cycle) ; -P2 := ((364,215) +setP ((364,215) -- (539,215) -- (558,151) -- (708,151) @@ -7220,12 +7042,12 @@ P2 := ((364,215) -- (249,250) -- (352,250) -- cycle) ; -P3 := ((514,151) +setP ((514,151) -- (506,181) -- (377,181) -- (387,151) -- cycle) ; -P4 := ((269,211) +setP ((269,211) .. controls (269,199) and (279,189) .. (291,189) .. controls (304,189) and (314,199) @@ -7235,12 +7057,11 @@ P4 := ((269,211) .. controls (279,234) and (269,224) .. (269,211) -- cycle) ; -drawthem 4; endchar; beginchar (251,852*FS#,677*FS#,0*FS#); "ring"; -P1 := ((447,408) +setP ((447,408) -- (546,507) -- (674,380) -- (822,529) @@ -7257,17 +7078,16 @@ P1 := ((447,408) -- (691,123) -- (712,144) -- cycle) ; -P2 := ((179,635) +setP ((179,635) -- (285,529) -- (179,423) -- (73,529) -- cycle) ; -drawthem 2; endchar; beginchar (252,946*FS#,857*FS#,58*FS#); "cedilla"; -P1 := ((702,-58) +setP ((702,-58) .. controls (736,-58) and (742,-50) .. (753,-18) -- (931,539) @@ -7289,12 +7109,11 @@ P1 := ((702,-58) .. controls (205,-50) and (210,-58) .. (245,-58) -- cycle) ; -drawthem 1; endchar; beginchar (253,1154*FS#,899*FS#,100*FS#); "hungarumlaut"; -P1 := ((52,899) +setP ((52,899) .. controls (0,899) and (-13,876) .. (12,830) -- (537,-66) @@ -7304,12 +7123,11 @@ P1 := ((52,899) .. controls (1167,876) and (1154,899) .. (1102,899) -- cycle) ; -drawthem 1; endchar; beginchar (254,1072*FS#,919*FS#,121*FS#); "ogonek"; -P1 := ((0,-74) +setP ((0,-74) .. controls (0,-124) and (21,-130) .. (58,-112) -- (1044,374) @@ -7319,5 +7137,7 @@ P1 := ((0,-74) .. controls (21,928) and (0,922) .. (0,872) -- cycle) ; -drawthem 1; endchar; +endinput; +%% +%% End of file `nkchars.mf'. |