diff --git a/Changelog b/Changelog index 9384f9b..311652a 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ 10-23-06 * Made all scripts "use strict" * Implemented Captcha + * Made Captchas look a little btter 12-15-05 * Added a "browse" link to the header (thanks usrbingeek) diff --git a/deps/GD/SecurityImage/COPYING.LIB b/deps/GD/SecurityImage/COPYING.LIB new file mode 100644 index 0000000..eb685a5 --- /dev/null +++ b/deps/GD/SecurityImage/COPYING.LIB @@ -0,0 +1,481 @@ + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 675 Mass Ave, Cambridge, MA 02139, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/deps/GD/SecurityImage/README.txt b/deps/GD/SecurityImage/README.txt new file mode 100644 index 0000000..0aa6802 --- /dev/null +++ b/deps/GD/SecurityImage/README.txt @@ -0,0 +1,35 @@ +The Stay-Puft Marshmallow Font + +Copyright (c) 2003 by John Stracke + +Not a very impressive piece of work, but fun. I sat down to fiddle +with pfaedit, and started seeing what I could do freehand, with +minimal splines. The result was all rounded (not surprising), sort of +marshmallowy, and I started thinking of it as the Stay-Puft +Marshmallow Font (see Ghostbusters if you don't get it). Once I had a +name, I felt compelled to round out the font (ISO 8859-1, at least). +The outcome looks sort of like Comic Sans MS. It's kind of cute, and +might be good for frivolous stuff such as birthday cards. I've used +it on my National Academy of Silly Walks merchandise +(http://www.cafepress.com/sillywalks/). + +It is released under the terms of the GNU Lesser General Public +License (see COPYING.LIB). Where the LGPL refers to "source code", I +take that to refer to the file called StayPuft.sfd, which is a file +for editing with pfaedit (http://pfaedit.sourceforge.net/), an outline +font editor program. Thus, according to the LGPL, if you distribute +this font, you must make StayPuft.sfd available to the recipient(s) +under the terms the LGPL specifies for source availability. Each of +the download links below is an archive (tarfile or zipfile) which +includes StayPuft.sfd, the LGPL, a readme, and at least one font file +(e.g., Isabella.ttf for TrueType files). I chose the LGPL instead of +the GPL because, arguably, using the GPL might mean that PostScript +and PDF files with this font embedded would be GPLed (they're like +programs that link to a static library). + +The font has ASCII, Latin-1, and a few other useful characters: left +and right quotation marks (single and double), ellipsis, long dash, +and Euro. I don't intend to round it out as much as I did with +Isabella (http://www.thibault.org/fonts/isabella/); this is a much +less interesting project. Anyone who wants to donate extra +letterforms is welcome, of course. diff --git a/deps/GD/SecurityImage/StayPuft.sfd b/deps/GD/SecurityImage/StayPuft.sfd new file mode 100644 index 0000000..5b22cd7 --- /dev/null +++ b/deps/GD/SecurityImage/StayPuft.sfd @@ -0,0 +1,3487 @@ +SplineFontDB: 1.0 +FontName: StayPuft +FullName: StayPuft +FamilyName: StayPuft +Weight: Medium +Copyright: Copyright 2003 by John Stracke. Published under the GNU Lesser General Public License (LGPL): http://www.fsf.org/copyleft/lesser.html +Comments: 2003-9-7: Completed ISO-8859-1.\n\n2003-9-5: Created. +Version: 000.004 +ItalicAngle: 0 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 800 +Descent: 200 +XUID: [1021 117 711671440 14123799] +FSType: 8 +PfmFamily: 17 +TTFWeight: 500 +TTFWidth: 5 +Panose: 2 0 8 3 0 0 0 0 0 0 +LineGap: 90 +VLineGap: 0 +ScriptLang: 1 + 1 latn 1 dflt +TtfTable: cvt 4 +!$MDh +EndTtf +LangName: 1033 "" "" "" "" "" "" "" "" "" "John Stracke" "" "" "http://www.thibault.org/fonts/" "Published under the GNU Lesser General Public License (LGPL): http://www.fsf.org/copyleft/lesser.html" "http://www.fsf.org/copyleft/lesser.html" "" "" "" "" "It's the Stay-Puft Marshmallow Man!+AAoACgAA-Created with pfaedit (http://pfaedit.sf.net)." +Encoding: unicode +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 224 16 14 +TeXData: 1 10485760 0 367001 183500 122333 0 1048576 122333 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 +BeginChars: 65536 208 +StartChar: space +Encoding: 32 32 0 +Width: 350 +Flags: W +EndChar +StartChar: exclam +Encoding: 33 33 1 +Width: 250 +Flags: W +Fore +96.1592 760 m 28 + 6.68359 685.199 47.1533 582.255 43.1592 465.7 c 28 + 39.1318 348.18 0.629883 240 76.1592 166 c 12 + 99.0146 143.607 133.984 147.738 158.159 168.7 c 28 + 247.838 246.461 207.459 349.762 211.159 468.4 c 28 + 214.727 582.795 242.63 678 178.159 760 c 12 + 158.394 785.14 120.694 780.512 96.1592 760 c 28 +74.3545 122 m 28 + 99.1738 146.847 135.969 145.679 164.354 125 c 28 + 191.893 104.938 207.455 69.2129 188.354 41 c 28 + 162.639 3.0166 104.903 -2.28027 71.3545 29 c 28 + 44.8125 53.7471 48.708 96.3262 74.3545 122 c 28 +EndSplineSet +EndChar +StartChar: quotedbl +Encoding: 34 34 2 +Width: 250 +Flags: W +Fore +146.014 753 m 20 + 134.014 690 128.014 603 146.014 546 c 12 + 153.413 522.57 205.277 521.715 209.014 546 c 20 + 221.014 624 227.014 690 218.014 753 c 12 + 214.043 780.798 151.268 780.584 146.014 753 c 20 +39.0137 753 m 16 + 27.0137 690 21.0137 603 39.0137 546 c 8 + 46.4121 522.57 98.2773 521.715 102.014 546 c 16 + 114.014 624 120.014 690 111.014 753 c 8 + 107.042 780.798 44.2676 780.584 39.0137 753 c 16 +EndSplineSet +EndChar +StartChar: numbersign +Encoding: 35 35 3 +Width: 670 +Flags: W +Fore +296.953 468 m 24 + 328.748 488.08 368.692 487.731 392.953 459 c 24 + 423.231 423.142 419.073 370.131 383.953 339 c 24 + 345.39 304.816 280.51 302.102 251.953 345 c 24 + 223.648 387.521 253.766 440.725 296.953 468 c 24 +344.953 765 m 24 + 276.249 721.353 344.986 614.594 278.953 567 c 24 + 215.359 521.164 139.923 615.008 77.9531 567 c 24 + 48.3408 544.06 33.0244 505.065 53.9531 474 c 24 + 83.6299 429.948 160.019 500.543 188.953 456 c 24 + 211.541 421.228 191.806 379.3 158.953 354 c 24 + 125.569 328.29 83.5938 377.647 50.9531 351 c 24 + 23.0332 328.206 7.94336 289.542 29.9531 261 c 24 + 55.6846 227.633 115.771 293.825 137.953 258 c 24 + 184.799 182.34 -2.14355 128.296 41.9531 51 c 24 + 59.4326 20.3604 101.675 23.9033 131.953 42 c 24 + 202.64 84.248 144.022 191.943 212.953 237 c 24 + 263.889 270.294 332.247 282.533 368.953 234 c 24 + 413.461 175.151 274.233 108.108 320.953 51 c 24 + 346.925 19.2539 396.021 28.9561 425.953 57 c 24 + 474.985 102.939 399.112 180.82 446.953 228 c 24 + 485.499 266.014 546.504 204.889 584.953 243 c 24 + 613.4 271.197 625.118 316.52 596.953 345 c 24 + 558.068 384.32 495.023 290.863 455.953 330 c 24 + 425.19 360.815 436.649 410.735 467.953 441 c 24 + 513.5 485.035 582.731 410.767 629.953 453 c 24 + 658.347 478.394 672.567 519.927 647.953 549 c 24 + 609.39 594.55 531.312 498.672 494.953 546 c 24 + 446 609.724 597.78 677.992 551.953 744 c 24 + 534.554 769.062 498.869 767.608 473.953 750 c 24 + 411.605 705.937 483.564 607.423 422.953 561 c 24 + 400.661 543.926 368.472 539.055 350.953 561 c 24 + 301.551 622.89 441.649 694.325 395.953 759 c 24 + 384.396 775.356 361.857 775.739 344.953 765 c 24 +EndSplineSet +EndChar +StartChar: dollar +Encoding: 36 36 4 +Width: 563 +Flags: W +Fore +222.497 762 m 24 + 193.745 732.631 234.589 692.275 213.497 657 c 24 + 178.358 598.231 103.208 618.8 66.4971 561 c 24 + 30.3916 504.153 6.00684 446.6 42.4971 390 c 24 + 87.4336 320.3 167.787 356.117 246.497 330 c 24 + 310.443 308.782 406.03 337.329 408.497 270 c 24 + 411.181 196.749 310.199 201.348 237.497 192 c 24 + 156.225 181.55 85.5625 288.682 30.4971 228 c 24 + 6.84473 201.935 21.4189 153.028 54.4971 141 c 16 + 120.497 117 169.859 132.071 216.497 84 c 24 + 235.306 64.6133 215.693 33.9434 237.497 18 c 24 + 263.941 -1.33691 298.332 -5.16504 321.497 18 c 24 + 342.18 38.6826 304.395 69.2715 321.497 93 c 24 + 362.601 150.028 454.055 91.1445 492.497 150 c 24 + 541.329 224.762 529.972 310.512 471.497 378 c 24 + 399.023 461.646 297.497 387 195.497 444 c 8 + 161.73 462.869 166.06 527.496 201.497 543 c 16 + 297.497 585 369.497 501 447.497 492 c 8 + 478.728 488.396 508.881 517.869 504.497 549 c 24 + 494.054 623.157 381.631 582.24 336.497 642 c 24 + 305.367 683.218 348.603 741.081 306.497 771 c 24 + 279.64 790.084 245.546 785.543 222.497 762 c 24 +EndSplineSet +EndChar +StartChar: percent +Encoding: 37 37 5 +Width: 500 +Flags: W +Fore +352.688 177.562 m 24 + 331.779 159.397 329.062 126.722 348.188 106.688 c 24 + 366.064 87.96 396.895 88.8887 414.562 107.812 c 24 + 431.952 126.438 428.979 154.82 411.188 173.062 c 24 + 395.211 189.444 369.961 192.57 352.688 177.562 c 24 +324 213 m 24 + 358.547 243.015 409.048 236.764 441 204 c 24 + 476.581 167.515 482.529 110.752 447.75 73.5 c 24 + 412.414 35.6514 350.754 33.7949 315 71.25 c 24 + 276.751 111.318 282.184 176.67 324 213 c 24 +108.209 701.062 m 24 + 87.3008 682.897 84.584 650.222 103.709 630.188 c 24 + 121.586 611.46 152.416 612.389 170.084 631.312 c 24 + 187.474 649.938 184.5 678.32 166.709 696.562 c 24 + 150.732 712.944 125.482 716.07 108.209 701.062 c 24 +79.5215 736.5 m 24 + 114.068 766.515 164.569 760.264 196.521 727.5 c 24 + 232.103 691.015 238.051 634.252 203.271 597 c 24 + 167.936 559.151 106.275 557.295 70.5215 594.75 c 24 + 32.2725 634.818 37.7051 700.17 79.5215 736.5 c 24 +EndSplineSet +Ref: 47 47 N 1 0 0 1 46.2719 0 +EndChar +StartChar: ampersand +Encoding: 38 38 6 +Width: 752 +Flags: W +Fore +320.214 208.45 m 24 + 317.496 140.627 251.794 82.7441 185.664 98.0498 c 24 + 135.218 109.727 119.787 168.133 130.464 218.8 c 24 + 140.486 266.361 175.019 302.586 223.614 301.6 c 24 + 275.939 300.539 322.31 260.743 320.214 208.45 c 24 +482.364 577.6 m 24 + 529.225 577.81 578.818 606.756 575.515 653.5 c 24 + 567.982 760.072 447.438 803.142 340.914 794.95 c 24 + 213.291 785.136 136.262 703.48 89.0645 584.5 c 24 + 64.0801 521.518 118.678 479.168 109.765 412 c 24 + 97.9316 322.835 17.3193 287.834 23.5146 198.1 c 24 + 29.2842 114.521 52.2305 41.7715 130.464 11.7998 c 24 + 234.962 -28.2334 291.382 109.289 403.015 101.5 c 24 + 497.258 94.9238 544.464 8.34961 620.364 -5.4502 c 8 + 665.158 -13.5947 738.464 19.9668 716.964 60.0996 c 16 + 665.214 156.7 537.564 122.2 496.164 218.8 c 8 + 470.28 279.196 608.819 277.302 610.015 343 c 24 + 610.883 390.715 578.105 430.973 530.664 436.15 c 24 + 468.602 442.923 465.182 345.291 403.015 339.55 c 24 + 334.108 333.187 289.652 366.623 244.314 418.9 c 24 + 199.71 470.33 167.021 520.106 189.114 584.5 c 24 + 212.73 653.33 271.664 691.154 344.364 688 c 24 + 413.223 685.012 413.441 577.291 482.364 577.6 c 24 +EndSplineSet +EndChar +StartChar: quotesingle +Encoding: 39 39 7 +Width: 140 +Flags: W +Fore +37.0137 753 m 16 + 25.0137 690 19.0137 603 37.0137 546 c 8 + 44.4121 522.57 96.2773 521.715 100.014 546 c 16 + 112.014 624 118.014 690 109.014 753 c 8 + 105.042 780.798 42.2676 780.584 37.0137 753 c 16 +EndSplineSet +EndChar +StartChar: parenleft +Encoding: 40 40 8 +Width: 340 +Flags: W +Fore +212.2 756 m 20 + 104.2 681 29.668 560.339 23.2002 405 c 28 + 16.6172 246.896 89.2002 123 185.2 33 c 12 + 223.229 -2.65137 318.571 1.88965 317.2 54 c 21 + 317.156 168 166.672 238.723 155.2 381 c 13 + 151.299 536.579 308.2 606 314.2 747 c 12 + 315.898 786.898 245.002 778.778 212.2 756 c 20 +EndSplineSet +EndChar +StartChar: parenright +Encoding: 41 41 9 +Width: 340 +Flags: W +Ref: 40 40 N -1 0 0 -1 340 784.895 +KernsSLIF: 46 -156 0 0 44 -155 0 0 +EndChar +StartChar: asterisk +Encoding: 42 42 10 +Width: 700 +Flags: W +Fore +354.86 694 m 24 + 293.029 652.4 342.062 562.263 282.86 517 c 24 + 213.572 464.026 123.878 550.297 60.8604 490 c 24 + 24.8652 455.56 10.7314 404.414 39.8604 364 c 24 + 79.3379 309.228 178.61 396.316 210.86 337 c 24 + 254.894 256.011 70.3711 201.739 114.86 121 c 24 + 138.258 78.5391 195.787 78.9111 237.86 103 c 24 + 313.468 146.29 234.875 305.088 321.86 310 c 24 + 412.291 315.106 352.424 147.64 432.86 106 c 24 + 468.431 87.5859 512.808 84.5635 534.86 118 c 24 + 582.556 190.315 427.451 256.622 471.86 331 c 24 + 509.856 394.637 613.38 310.714 657.86 370 c 24 + 685.325 406.607 680.384 453.823 648.86 487 c 24 + 591.982 546.861 416.176 434.603 438.86 514 c 16 + 456.86 577 509.512 640.715 462.86 694 c 24 + 435.115 725.69 389.808 717.512 354.86 694 c 24 +EndSplineSet +EndChar +StartChar: plus +Encoding: 43 43 11 +Width: 450 +Flags: W +Fore +191.25 617 m 28 + 146.541 575.325 220.128 503.55 176.25 461 c 28 + 137.531 423.453 75.6543 490.857 38.25 452 c 28 + 8.2168 420.801 6.00781 372.941 35.25 341 c 28 + 74.0352 298.635 142.896 373.837 182.25 332 c 28 + 224.736 286.832 137.884 216.322 182.25 173 c 28 + 217.418 138.659 276.69 138.315 308.25 176 c 28 + 347.771 223.192 246.232 283.588 284.25 332 c 28 + 317.615 374.488 389.729 300.863 422.25 344 c 28 + 448.081 378.263 433.591 423.8 401.25 452 c 28 + 369.455 479.725 320.795 426.05 293.25 458 c 28 + 251.819 506.057 357.229 579.664 308.25 620 c 20 + 257.25 662 224.639 648.123 191.25 617 c 28 +EndSplineSet +EndChar +StartChar: comma +Encoding: 44 44 12 +Width: 250 +Flags: W +Fore +93 123 m 28 + 117.613 148.133 159.756 143.404 183 117 c 28 + 234.118 58.9336 207.259 -12.6622 171 -81 c 28 + 144.018 -131.854 99.3227 -206.495 54 -171 c 28 + 12.7539 -138.697 99.4934 -99.6937 108 -48 c 28 + 118.87 18.0576 46.1602 75.1689 93 123 c 28 +EndSplineSet +EndChar +StartChar: hyphen +Encoding: 45 45 13 +Width: 450 +Flags: W +Fore +224.982 459 m 28 + 152.099 459.081 89.499 503.805 38.2324 452 c 28 + 7.77051 421.219 6.24902 373.177 35.2324 341 c 28 + 82.5527 288.467 145.279 326.825 215.982 327 c 28 + 296.692 327.199 373.5 279.663 422.232 344 c 28 + 448.141 378.204 433.795 424.056 401.232 452 c 28 + 349.028 496.8 293.774 458.923 224.982 459 c 28 +EndSplineSet +EndChar +StartChar: period +Encoding: 46 46 14 +Width: 250 +Flags: W +Fore +87 45 m 28 + 72.2188 71.6904 69.9366 103.026 93 123 c 28 + 119.592 146.029 163.141 146.036 183 117 c 28 + 207.232 81.5693 189.671 28.3945 150 12 c 28 + 124.366 1.40625 100.438 20.7355 87 45 c 28 +EndSplineSet +EndChar +StartChar: slash +Encoding: 47 47 15 +Width: 400 +Flags: W +Fore +273 759 m 12 + 291.916 793.995 380.146 798.446 375 759 c 20 + 357 621 328.811 513.427 277 363 c 28 + 231.918 232.109 213 150 132 39 c 12 + 106.029 3.41016 13.9473 16.5098 21 60 c 20 + 39 171 86.8455 258.294 132 384 c 28 + 184.82 531.048 213 648 273 759 c 12 +EndSplineSet +EndChar +StartChar: zero +Encoding: 48 48 16 +Width: 350 +Flags: W +VStem: 51 50.4<268 366> +Fore +132 607.8 m 12 + 151.785 639.31 208.854 640.054 227.4 607.8 c 20 + 268.8 535.8 257.825 455.532 252.6 357.6 c 28 + 248.778 285.971 254.4 237 214.8 177.6 c 12 + 196.85 150.674 150.558 145.689 132 172.2 c 20 + 94.2002 226.2 102.549 289.859 101.4 366.6 c 28 + 99.9805 461.411 83.4004 530.4 132 607.8 c 12 +102 753 m 16 + 21 624 48.6347 509.019 51 351 c 24 + 52.9141 223.099 39 117 102 27 c 8 + 132.929 -17.1843 210.082 -8.87633 240 36 c 16 + 306 135 296.63 216.618 303 336 c 24 + 311.709 499.221 330 633 261 753 c 8 + 230.09 806.757 134.975 805.516 102 753 c 16 +EndSplineSet +EndChar +StartChar: one +Encoding: 49 49 17 +Width: 350 +Flags: W +Fore +38.0049 633 m 28 + 61.1787 583.008 175.672 679.001 179.005 624 c 20 + 185.005 525 178.755 486.715 176.005 399 c 28 + 173.032 304.161 200.814 243.455 164.005 156 c 28 + 138.632 95.7168 26.6406 94.0898 50.0049 33 c 28 + 68.0547 -14.1934 128.481 21.584 179.005 21 c 28 + 229.434 20.417 278.254 -10.7227 308.005 30 c 28 + 337.133 69.8691 284.436 104.044 278.005 153 c 28 + 264.136 258.589 271.774 319.505 272.005 426 c 28 + 272.294 559.426 290.005 675 281.005 768 c 12 + 274.705 833.101 171.562 772.513 116.005 738 c 28 + 72.6729 711.082 16.5508 679.281 38.0049 633 c 28 +EndSplineSet +EndChar +StartChar: two +Encoding: 50 50 18 +Width: 350 +Flags: W +Fore +50.3555 477 m 20 + 146.355 474 62.3555 465 101.355 477 c 12 + 173.351 499.152 65.3262 619.788 122.355 669 c 28 + 145.698 689.143 182.602 690.473 201.355 666 c 28 + 285.315 556.438 168.084 451.238 122.355 321 c 28 + 87.915 222.911 -6.93555 184.106 6.35547 81 c 28 + 9.04297 60.1484 22.2148 48.6973 41.3555 40 c 28 + 136.164 -3.07715 233.938 -29.8447 308.355 43 c 28 + 334.01 68.1123 374.355 102 311.355 135 c 12 + 254.085 164.999 114.659 94.6514 146.355 151 c 20 + 182.355 215 203.044 238.488 227.355 300 c 28 + 280.239 433.805 372.211 522.793 320.355 657 c 28 + 295.677 720.87 241.824 752.318 173.355 753 c 28 + 118.169 753.55 70.0889 730.591 53.3555 678 c 20 + 32.3555 612 -28.0049 479.449 50.3555 477 c 20 +EndSplineSet +EndChar +StartChar: three +Encoding: 51 51 19 +Width: 350 +Flags: W +Fore +110.329 351 m 28 + 87.9346 376.915 83.8662 406.951 98.3291 438 c 28 + 114.091 471.84 152.014 463.555 179.329 489 c 28 + 211.178 518.669 243.525 535.511 245.329 579 c 28 + 247.092 621.504 229.647 661.877 188.329 672 c 28 + 148.571 681.74 138.037 627.938 98.3291 618 c 28 + 75.6006 612.312 50.7871 601.158 38.3291 621 c 28 + 7.93945 669.401 48.2178 723.647 95.3291 756 c 28 + 155.157 797.086 226.115 809.105 281.329 762 c 28 + 352.207 701.531 325.472 617.088 311.329 525 c 28 + 304.098 477.911 263.078 461.562 260.329 414 c 28 + 257.062 357.485 299.979 332.355 305.329 276 c 28 + 314.135 183.249 346.206 99.4688 275.329 39 c 28 + 220.115 -8.10547 149.157 3.91406 89.3291 45 c 28 + 42.2178 77.3525 1.93848 131.599 32.3291 180 c 28 + 44.7871 199.843 69.5996 188.688 92.3291 183 c 28 + 132.038 173.062 142.571 119.26 182.329 129 c 28 + 223.647 139.123 234.858 179.695 239.329 222 c 28 + 243.762 263.951 233.991 295.029 203.329 324 c 28 + 175.877 349.938 135.022 322.424 110.329 351 c 28 +EndSplineSet +EndChar +StartChar: four +Encoding: 52 52 20 +Width: 350 +Flags: W +Fore +115.93 440.4 m 28 + 74.834 488.613 104.034 557.334 151.93 598.801 c 28 + 165.24 610.324 184.975 615.325 196.93 602.4 c 28 + 239.404 556.479 217.977 486.12 171.729 444 c 28 + 155.607 429.316 130.076 423.805 115.93 440.4 c 28 +174.729 33 m 28 + 198.305 11.8428 233.764 16.1777 255.729 39 c 28 + 323.926 109.855 201.66 215.544 264.729 291 c 28 + 282.391 312.13 316.796 284.282 333.729 306 c 28 + 356.043 334.618 356.22 373.172 330.729 399 c 28 + 312.63 417.34 268.966 376.584 264.729 402 c 20 + 246.729 510 291.729 645 255.729 762 c 12 + 246.04 793.491 198.507 772.196 171.729 753 c 28 + 58.5615 671.87 59.5869 563 21.7295 429 c 28 + 10.8398 390.454 -13.9287 359.321 9.72949 327 c 28 + 46.3223 277.007 125.466 344.087 165.729 297 c 28 + 232.682 218.702 98.0576 101.808 174.729 33 c 28 +EndSplineSet +EndChar +StartChar: five +Encoding: 53 53 21 +Width: 350 +Flags: W +Fore +321.762 762 m 16 + 210.762 786 70.2207 832.606 39.7617 726 c 16 + 3.76172 600 0.761719 519 36.7617 387 c 8 + 52.3682 329.776 130.953 453.005 183.762 426 c 24 + 250.698 391.771 256.121 321.105 252.762 246 c 24 + 249.909 182.227 238.381 126.481 180.762 99 c 24 + 128.758 74.1973 81.8232 167.903 36.7617 132 c 24 + 5.64941 107.211 10.6025 59.9688 36.7617 30 c 24 + 70.9287 -9.1416 121.093 -8.66699 168.762 12 c 24 + 260.896 51.9453 296.58 123.838 317.762 222 c 24 + 341.896 333.85 348.693 435.599 261.762 510 c 24 + 213.729 551.109 137.149 465.017 99.7617 516 c 16 + 66.7617 561 72.7617 633 84.7617 687 c 8 + 104.819 777.258 257.216 626.799 321.762 693 c 24 + 340.548 712.268 348.063 756.313 321.762 762 c 16 +EndSplineSet +EndChar +StartChar: six +Encoding: 54 54 22 +Width: 350 +Flags: W +Fore +116.975 312 m 24 + 166.71 350.79 236.1 332.775 272.975 280.5 c 24 + 299.353 243.106 296.341 189.894 260.975 161.851 c 24 + 211.702 122.78 142.252 138.517 104.975 190.2 c 24 + 77.5166 228.271 80.4629 283.524 116.975 312 c 24 +259.975 518.551 m 8 + 268.64 499.849 299.915 511.283 311.975 528 c 24 + 362.243 597.685 347.319 691.525 280.975 746.125 c 24 + 226.695 790.795 144.253 792.07 100.975 736.675 c 16 + -4.02539 602.275 8.07324 492.81 8.97461 330.325 c 24 + 9.5625 224.248 -4.41504 139.327 71.9746 65.7246 c 24 + 123.52 16.0596 192.696 -10.2451 251.975 29.875 c 16 + 362.975 105 353.286 261.877 281.975 378 c 24 + 242.363 442.503 127.386 379.299 101.975 450.601 c 16 + 80.9746 509.525 82.7666 528.167 101.975 571.025 c 24 + 120.352 612.03 143.665 655.171 187.975 647.7 c 24 + 244.839 638.112 241.975 557.4 259.975 518.551 c 8 +EndSplineSet +EndChar +StartChar: seven +Encoding: 55 55 23 +Width: 350 +Flags: W +Fore +38.707 744 m 24 + 6.96973 709.526 3.13672 660.35 32.707 624 c 24 + 80.5342 565.208 226.755 669.761 224.707 594 c 16 + 221.707 483 182.421 426.895 143.707 324 c 24 + 102.039 213.253 32.707 156 17.707 48 c 8 + 8.50977 -18.2188 153.451 -20.8018 188.707 36 c 16 + 242.707 123 246.56 209.642 269.707 324 c 24 + 301.291 480.033 368.707 567 320.707 729 c 8 + 304.015 785.336 232.406 759.407 173.707 762 c 24 + 120.643 764.344 74.6826 783.077 38.707 744 c 24 +EndSplineSet +EndChar +StartChar: eight +Encoding: 56 56 24 +Width: 350 +Flags: W +Fore +225.311 262.3 m 24 + 203.13 279.653 165.975 279.947 144.189 262.3 c 24 + 95.5273 222.881 103.424 161.418 153.55 123.1 c 24 + 172.558 108.569 202.659 106.586 222.189 120.7 c 24 + 274.521 158.518 275.649 222.916 225.311 262.3 c 24 +110.65 406 m 24 + 107.519 485.936 16.9561 518.028 17.0498 598 c 24 + 17.1387 674.274 26.0381 736.693 106.75 781 c 24 + 148.863 804.117 197.221 807.1 239.35 784 c 24 + 322.399 738.465 318.312 670.447 317.35 592 c 24 + 316.397 514.307 233.412 480.682 235.45 403 c 24 + 237.614 320.442 332.869 287.574 332.95 205 c 24 + 333.025 128.726 323.962 66.3066 243.25 22 c 24 + 201.137 -1.11719 152.779 -4.09961 110.65 19 c 24 + 27.6016 64.5352 32.873 132.549 32.6504 211 c 24 + 32.4229 290.568 113.767 326.468 110.65 406 c 24 +140.29 543.7 m 24 + 162.47 526.347 199.625 526.053 221.41 543.7 c 24 + 270.072 583.119 262.176 644.582 212.05 682.9 c 24 + 193.043 697.431 162.94 699.414 143.41 685.3 c 24 + 91.0801 647.482 89.9502 583.084 140.29 543.7 c 24 +EndSplineSet +EndChar +StartChar: nine +Encoding: 57 57 25 +Width: 350 +Flags: W +Fore +192 376 m 8 + 89.4551 401.637 30.0149 478.097 17.0498 583 c 24 + 7.30078 661.883 39.7832 723.186 106.75 766 c 24 + 150.332 793.863 196.114 797.397 239.35 769 c 24 + 306.904 724.63 304.316 656.766 317.35 577 c 24 + 328.881 506.429 316.419 464.744 306 394 c 24 + 294.56 316.321 288.648 271.105 260 198 c 24 + 232.509 127.848 229.284 68.6406 164.6 30 c 24 + 120.192 3.47266 56.8474 -18.3683 32 27 c 24 + -15.3867 113.521 137.919 144.8 173 237 c 24 + 192.457 288.138 228 367 192 376 c 8 +140.29 528.7 m 24 + 162.47 511.347 199.625 511.053 221.41 528.7 c 24 + 270.072 568.119 262.176 629.582 212.05 667.9 c 24 + 193.043 682.431 162.94 684.414 143.41 670.3 c 24 + 91.0801 632.482 89.9502 568.084 140.29 528.7 c 24 +EndSplineSet +EndChar +StartChar: colon +Encoding: 58 58 26 +Width: 250 +Flags: W +Fore +77.0762 295 m 28 + 62.2949 321.69 60.0127 353.026 83.0762 373 c 28 + 109.668 396.029 153.218 396.036 173.076 367 c 28 + 197.309 331.569 179.747 278.395 140.076 262 c 28 + 114.442 251.406 90.5137 270.735 77.0762 295 c 28 +77.0762 45 m 28 + 62.2949 71.6904 60.0127 103.026 83.0762 123 c 28 + 109.668 146.029 153.218 146.036 173.076 117 c 28 + 197.309 81.5693 179.747 28.3945 140.076 12 c 28 + 114.442 1.40625 90.5137 20.7354 77.0762 45 c 28 +EndSplineSet +EndChar +StartChar: semicolon +Encoding: 59 59 27 +Width: 250 +Flags: W +Fore +90.8809 123 m 28 + 115.493 148.133 157.636 143.403 180.881 117 c 28 + 231.999 58.9336 205.14 -12.6621 168.881 -81 c 28 + 141.898 -131.854 97.2031 -206.495 51.8809 -171 c 28 + 10.6348 -138.697 97.374 -99.6934 105.881 -48 c 28 + 116.751 18.0576 44.041 75.1689 90.8809 123 c 28 +77.0762 295 m 24 + 62.2949 321.69 60.0127 353.026 83.0762 373 c 24 + 109.668 396.029 153.218 396.036 173.076 367 c 24 + 197.309 331.569 179.747 278.395 140.076 262 c 24 + 114.442 251.406 90.5137 270.735 77.0762 295 c 24 +EndSplineSet +EndChar +StartChar: less +Encoding: 60 60 28 +Width: 340 +Flags: W +Fore +313 648.15 m 12 + 346.055 720.441 197.294 571.045 136 512.07 c 28 + 87.0977 465.018 31.8369 442.276 28 380.85 c 28 + 23.4512 308.025 73.8926 268.395 136 215.61 c 28 + 186.667 172.549 309.167 79.0557 298 137.85 c 20 + 286 201.03 246.537 223.023 211 276.36 c 28 + 184.12 316.703 140.57 332.595 139 378.42 c 28 + 137.112 433.496 185.57 455.916 217 504.78 c 28 + 253.285 561.191 253 516.93 313 648.15 c 12 +EndSplineSet +EndChar +StartChar: equal +Encoding: 61 61 29 +Width: 450 +Flags: WO +Ref: 45 45 S 1 0 0 1 0 -100 +Ref: 45 45 S 1 0 0 1 0 100 +EndChar +StartChar: greater +Encoding: 62 62 30 +Width: 340 +Flags: W +Ref: 60 60 S -1 0 0 -1 345.448 786.472 +EndChar +StartChar: question +Encoding: 63 63 31 +Width: 350 +Flags: W +Fore +127.076 45 m 28 + 112.295 71.6904 110.013 103.026 133.076 123 c 28 + 159.668 146.029 203.218 146.036 223.076 117 c 28 + 247.309 81.5693 229.747 28.3945 190.076 12 c 28 + 164.442 1.40625 140.514 20.7354 127.076 45 c 28 +18.457 549 m 28 + 37.9014 521.097 89.333 513.056 105.457 543 c 20 + 126.457 582 100.022 643.93 144.457 672 c 28 + 177.472 692.856 218.888 687.354 243.457 657 c 28 + 305.401 580.475 255.02 499.804 228.457 405 c 28 + 204.17 318.316 144 288 120.457 201 c 12 + 110.658 164.79 185.062 174.468 216.457 195 c 28 + 282.129 237.948 264.966 308.254 285.457 384 c 28 + 315.882 496.466 353.457 564 338.457 678 c 12 + 329.1 749.115 255.067 781.115 183.457 777 c 28 + 118.694 773.278 90.3408 726.04 54.457 672 c 28 + 26.8086 630.361 -10.1191 590.008 18.457 549 c 28 +EndSplineSet +EndChar +StartChar: at +Encoding: 64 64 32 +Width: 706 +Flags: W +Fore +414.519 483 m 24 + 471.852 492.561 533.564 444.905 528.519 387 c 24 + 524.878 345.218 477.344 329.885 435.519 333 c 24 + 398.164 335.782 367.145 356.132 360.519 393 c 24 + 353.278 433.288 374.143 476.267 414.519 483 c 24 +375.519 585 m 24 + 327.056 569.776 290.057 552.03 273.519 504 c 24 + 240.999 409.552 248.598 307.597 333.519 255 c 24 + 431.482 194.325 555.232 226.742 621.519 321 c 24 + 711.677 449.204 695.743 621.888 573.519 720 c 24 + 443.329 824.506 265.272 796.342 147.519 678 c 24 + 5.78418 535.558 -11.7959 332.294 99.5186 165 c 24 + 199.351 14.9639 367.913 -24.8115 540.519 27 c 24 + 595.474 43.4961 651.263 86.4346 633.519 141 c 24 + 585.25 289.434 344.5 121.501 246.519 243 c 24 + 163.443 346.016 150.575 477.301 231.519 582 c 24 + 296.644 666.237 406.082 691.847 498.519 639 c 24 + 521.003 626.146 535.311 596.527 519.519 576 c 24 + 485.209 531.4 429.202 601.863 375.519 585 c 24 +EndSplineSet +EndChar +StartChar: A +Encoding: 65 65 33 +Width: 793 +Flags: W +Fore +411 579 m 28 + 473.946 594.051 511.902 517.331 519 453 c 28 + 524.123 406.567 507.183 361.671 462.75 347.25 c 28 + 422.809 334.287 383.834 356.483 366 394.5 c 28 + 334.545 461.553 338.966 561.776 411 579 c 28 +426 243 m 28 + 554.3 243.473 541.062 47.1816 666 18 c 28 + 705.286 8.82387 765 7.65625 765 48 c 20 + 765 231 697.588 352.803 603 525 c 28 + 545.898 628.953 516 699 412.437 762 c 12 + 338.037 807.259 226.438 817.295 190.437 738 c 28 + 166.82 685.983 262.413 673.847 274.437 618 c 28 + 310.272 451.548 270.678 340.737 193.437 189 c 28 + 156.264 115.976 16.9357 111.221 49.4365 36 c 28 + 74.0312 -20.9238 150.856 12.9843 208.437 36 c 28 + 317.189 79.4697 308.882 242.568 426 243 c 28 +EndSplineSet +EndChar +StartChar: B +Encoding: 66 66 34 +Width: 796 +Flags: W +Fore +401.745 357 m 24 + 450.6 384.996 499.582 382.874 546 351 c 24 + 577.535 329.346 596.382 297.521 585 261 c 24 + 568.554 208.23 519.412 194.166 464.745 186 c 24 + 410.948 177.964 351.713 172.128 330 222 c 24 + 306.2 276.667 350.014 327.355 401.745 357 c 24 +594 636 m 1 + 611.702 563.006 588.812 526.091 515.745 498 c 1 + 440.745 498 354.616 500.282 342 573 c 24 + 329.983 642.258 404.182 685.903 473.745 696 c 24 + 525.614 703.528 558 672 594 636 c 1 +41.7451 757 m 24 + 14.0732 673.896 180.591 695.225 215.745 615 c 24 + 285.841 455.036 275.761 319.427 188.745 168 c 24 + 153.015 105.82 14.2646 134.422 35.7451 66 c 24 + 87.3018 -98.2227 306.052 95.0927 477 75 c 24 + 569.348 64.1455 623.877 -25.1493 707.745 15 c 24 + 764.465 42.1523 772.828 99.127 774 162 c 24 + 776.142 276.914 642 366 663 435 c 0 + 693.907 536.552 790.437 584.268 752.745 678 c 24 + 712.463 778.173 610.767 813.27 503.745 799 c 16 + 428.745 789 383.684 775.681 306 768 c 24 + 203.352 757.851 74.3328 854.865 41.7451 757 c 24 +EndSplineSet +EndChar +StartChar: C +Encoding: 67 67 35 +Width: 768 +Flags: W +Fore +195 465 m 4 + 192 579 324.161 678.495 453 672 c 28 + 547.449 667.238 534.412 478.111 625.915 502 c 28 + 696.263 520.365 713.34 617.461 678 681 c 28 + 614.605 794.981 483.678 797.216 355.915 771 c 28 + 213.257 741.728 120.425 671.637 64.915 537 c 28 + 0.744141 381.355 16.19 245.795 112.915 108 c 28 + 167.629 30.0547 236.684 0 331.915 0 c 20 + 463.915 0 562.915 -15 676.915 69 c 12 + 762.712 132.219 769.131 319.71 664.915 342 c 28 + 581.698 359.799 642.561 186.147 567 147 c 28 + 469.298 96.3818 371.459 117.289 288 189 c 20 + 253.085 219 196.234 418.1 195 465 c 4 +EndSplineSet +EndChar +StartChar: D +Encoding: 68 68 36 +Width: 922 +Flags: W +Fore +398.01 192 m 28 + 277.974 292.98 300.432 482.733 411 594 c 28 + 475.103 658.508 571.149 657.423 644.01 603 c 28 + 754.273 520.639 803.963 377.702 731.01 261 c 28 + 660.707 148.537 499.502 106.62 398.01 192 c 28 +50.0098 756 m 28 + 9.3457 688.898 132.057 659.72 156 585 c 28 + 194.284 465.526 207.532 385.685 177 264 c 28 + 151.507 162.396 -22.0667 123.839 35.0098 36 c 28 + 99.5889 -63.3848 217.478 77.6006 336 78 c 28 + 496.124 78.54 606.404 -59.5385 743.01 24 c 28 + 889.181 113.388 912.827 268.19 890.01 438 c 28 + 868.744 596.265 802.648 710.779 656.01 774 c 28 + 554.253 817.871 485.734 736.135 375 732 c 28 + 247.997 727.258 115.877 864.691 50.0098 756 c 28 +EndSplineSet +EndChar +StartChar: E +Encoding: 69 69 37 +Width: 755 +Flags: W +Fore +46.9121 730 m 8 + -28.5039 675.323 120.986 601.208 139.912 510 c 24 + 165.587 386.271 172.392 308.879 142.912 186 c 24 + 128.141 124.427 32.4897 94.486 67.9121 42 c 24 + 142.458 -68.4551 275.086 84.5545 408 75 c 24 + 506.087 67.9492 562.519 -23.7292 652.912 15 c 24 + 692.59 32 722.223 70.244 708 111 c 24 + 675.643 203.72 564 216 474 204 c 8 + 412.436 195.791 362.355 154.812 315 195 c 24 + 270.141 233.069 259.032 301.742 298.912 345 c 24 + 360.79 412.119 461.049 282.702 532.912 339 c 24 + 571.573 369.287 591.584 424.464 559.912 462 c 24 + 495.708 538.092 383.861 389.344 304.912 450 c 24 + 252.381 490.359 226.524 565.091 268.912 616 c 24 + 372.274 740.143 565.995 491.53 682.912 603 c 24 + 734.856 652.524 751.496 757.852 685.912 787 c 16 + 656.488 800.077 523.178 753.045 385.912 748 c 0 + 271.261 743.786 166.912 817 46.9121 730 c 8 +EndSplineSet +EndChar +StartChar: F +Encoding: 70 70 38 +Width: 755 +Flags: W +Fore +306 111 m 8 + 295.66 204.057 250.088 270 300 351 c 8 + 347.972 428.851 465.08 316.675 532.912 378 c 24 + 569.343 410.937 591.584 463.464 559.912 501 c 24 + 495.708 577.092 384.662 429.399 304.912 489 c 24 + 257.633 524.334 221.681 600.602 268.912 636 c 16 + 393 729 563.025 494.086 682.912 603 c 24 + 736.033 651.26 751.496 757.852 685.912 787 c 16 + 656.488 800.077 523.178 753.045 385.912 748 c 0 + 271.261 743.786 166.912 817 46.9121 730 c 8 + -28.5039 675.323 120.986 601.208 139.912 510 c 24 + 165.587 386.271 133.289 311.998 142.912 186 c 24 + 148.134 117.638 99.4717 14.1299 168 12 c 16 + 361.088 6 312 57 306 111 c 8 +EndSplineSet +KernsSLIF: 45 -150 0 0 61 -100 0 0 59 -150 0 0 58 -150 0 0 47 -150 0 0 44 -250 0 0 46 -250 0 0 122 -150 0 0 121 -150 0 0 120 -150 0 0 119 -150 0 0 118 -150 0 0 117 -150 0 0 116 -150 0 0 115 -170 0 0 114 -150 0 0 113 -150 0 0 112 -150 0 0 110 -150 0 0 109 -150 0 0 106 -130 0 0 105 -130 0 0 103 -150 0 0 101 -150 0 0 100 -150 0 0 99 -150 0 0 97 -150 0 0 111 -150 0 0 +EndChar +StartChar: G +Encoding: 71 71 39 +Width: 768 +Flags: W +Fore +201 468 m 4 + 211.049 578.544 332.821 678.578 460.915 670 c 24 + 552.546 663.863 537.224 478.176 625.915 502 c 24 + 700.192 521.952 714.526 627.023 675 693 c 24 + 609.163 802.896 480.97 798.801 355.915 771 c 24 + 213.755 739.396 120.425 671.637 64.915 537 c 24 + 0.744141 381.355 16.19 245.795 112.915 108 c 24 + 167.629 30.0547 236.684 0 331.915 0 c 16 + 463.915 0 562.915 -15 676.915 69 c 0 + 711.844 94.7371 737.784 198.063 714 273 c 0 + 701.161 313.452 657.344 341.379 630 354 c 0 + 593.374 370.904 428.645 405.677 426 366 c 0 + 425.042 351.633 411.562 310.042 438 297 c 0 + 494.369 269.193 615.183 270.458 603 234 c 0 + 596.194 213.634 583.509 192.771 565.915 183 c 8 + 475.246 132.646 390.374 135.117 300 186 c 16 + 240.2 219.669 195 402 201 468 c 4 +EndSplineSet +EndChar +StartChar: H +Encoding: 72 72 40 +Width: 720 +Flags: W +Fore +185.016 429 m 28 + 180.825 517.082 169.365 570.782 125.016 647 c 28 + 98.3867 692.765 8.75293 694.082 29.0156 743 c 28 + 61.7002 821.908 180.896 795.818 248.016 743 c 28 + 326.217 681.462 227.183 553.038 308.016 495 c 28 + 340.454 471.709 380.297 477.324 410.016 504 c 28 + 481.619 568.272 385.128 683.188 458.016 746 c 28 + 513.916 794.173 611.975 819.943 647.016 755 c 28 + 669.686 712.984 595.033 699.342 575.016 656 c 28 + 537.336 574.419 521.869 521.858 521.016 432 c 28 + 519.934 318.172 529.294 246.817 584.016 147 c 28 + 609.469 100.571 700.278 99.918 680.016 51 c 28 + 647.331 -27.9082 527.9 -2.11523 461.016 51 c 28 + 380.116 115.244 484.662 248.377 401.016 309 c 28 + 368.681 332.436 328.633 326.788 299.016 300 c 28 + 224.817 232.889 326.556 113.599 251.016 48 c 28 + 195.299 -0.384766 97.0566 -25.9434 62.0156 39 c 28 + 39.3457 81.0156 115.374 94.0488 134.016 138 c 28 + 179.006 244.073 190.491 313.91 185.016 429 c 28 +EndSplineSet +EndChar +StartChar: I +Encoding: 73 73 41 +Width: 591 +Flags: W +Fore +236.164 759 m 28 + 155.154 757.004 52.0146 775.842 38.1641 696 c 28 + 23.3252 610.461 189.094 643.811 215.164 561 c 20 + 266.164 399 239.164 327 200.164 171 c 12 + 185.623 112.835 56.041 185.887 53.1641 126 c 28 + 48.1807 22.2598 195.441 29.3359 299.164 24 c 28 + 393.063 19.1699 516.219 0.0166016 530.164 93 c 28 + 540.175 159.749 402.191 123.435 386.164 189 c 20 + 353.164 324 353.164 378 362.164 564 c 12 + 366.18 646.998 554.819 595.875 542.164 678 c 28 + 523.362 800.01 359.577 762.042 236.164 759 c 28 +EndSplineSet +EndChar +StartChar: J +Encoding: 74 74 42 +Width: 591 +Flags: W +Fore +325.216 105 m 16 + 367.216 234 378.38 378 387.38 564 c 8 + 391.396 646.998 580.035 595.875 567.38 678 c 24 + 548.578 800.01 384.83 759.064 261.38 759 c 24 + 165.74 758.95 40.166 790.328 24.3799 696 c 24 + 8.79395 602.865 197.023 651.072 225.38 561 c 16 + 276.38 399 259.216 300 220.216 144 c 0 + 210.478 105.048 116.753 210.832 73.2158 252 c 0 + 37.8818 285.411 15.7129 199.17 25.2158 168 c 0 + 100.216 -78 288.204 -8.67871 325.216 105 c 16 +EndSplineSet +EndChar +StartChar: K +Encoding: 75 75 43 +Width: 692 +Flags: W +Fore +635 18 m 24 + 733.246 97.9756 542.515 193.256 481 304 c 24 + 456.994 347.218 392.76 371.49 418 414 c 16 + 475 510 608.984 598 659.984 736 c 8 + 666.463 753.53 658.907 774.65 641 780 c 16 + 476.984 829 484.199 450.56 324 495 c 24 + 226.523 522.04 329.35 682.853 248.016 743 c 24 + 179.343 793.783 61.7004 821.908 29.0156 743 c 24 + 8.75293 694.082 98.3863 692.764 125.016 647 c 24 + 169.365 570.782 180.825 517.082 185.016 429 c 24 + 190.491 313.91 179.006 244.073 134.016 138 c 24 + 115.374 94.0488 39.3457 81.0156 62.0156 39 c 24 + 97.0566 -25.9434 195.299 -0.384554 251.016 48 c 24 + 326.556 113.599 204.768 266.432 299.016 300 c 24 + 460.171 357.397 502.328 -89.9989 635 18 c 24 +EndSplineSet +EndChar +StartChar: L +Encoding: 76 76 44 +Width: 640 +Flags: W +Fore +26.3418 748 m 28 + -33.127 672.01 69.2637 602.604 82.3418 507 c 28 + 99.3252 382.848 124.394 308.129 96.3418 186 c 28 + 81.459 121.203 -22.8691 90.4072 15.3418 36 c 28 + 83.3379 -60.8174 197.08 84.3252 315.342 81 c 28 + 424.446 77.9326 505.297 -45.6396 589.342 24 c 28 + 638.9 65.0645 630.222 141.917 586.342 189 c 28 + 505.191 276.074 396.342 156 282.342 216 c 4 + 163.796 278.393 217.491 407.042 210.342 534 c 28 + 205.555 619.012 291.6 687.98 234.342 751 c 28 + 179.786 811.046 76.3408 811.89 26.3418 748 c 28 +EndSplineSet +EndChar +StartChar: M +Encoding: 77 77 45 +Width: 842 +Flags: W +Fore +409.5 121 m 28 + 290.61 124.861 366.66 464.372 271.5 393 c 16 + 235.501 366 340.501 140.72 241.5 50 c 24 + 181.118 -5.33203 73.6895 -20.1973 31.5 50 c 24 + -8.31445 116.245 107.444 149.616 124.5 225 c 24 + 154.221 356.356 140.522 438.944 109.5 570 c 24 + 92.3701 642.366 -10.5791 682.684 31.5 744 c 24 + 68.627 798.1 141.686 766.027 199.5 735 c 24 + 327.954 666.063 353.5 408 422.5 435 c 0 + 491.5 408 514.881 665.979 642.5 735 c 24 + 700.214 766.214 773.373 798.1 810.5 744 c 24 + 852.579 682.684 749.63 642.366 732.5 570 c 24 + 701.478 438.944 687.779 356.356 717.5 225 c 24 + 734.556 149.616 850.313 116.245 810.5 50 c 24 + 768.311 -20.1973 660.882 -5.33203 600.5 50 c 24 + 501.499 140.72 606.499 366 570.5 393 c 8 + 471.885 466.964 532.705 116.998 409.5 121 c 28 +EndSplineSet +EndChar +StartChar: N +Encoding: 78 78 46 +Width: 788 +Flags: W +Fore +49.0205 744 m 28 + 6.94141 682.684 109.89 642.366 127.021 570 c 28 + 158.043 438.944 171.741 356.357 142.021 225 c 28 + 124.965 149.616 9.20642 116.245 49.0205 50 c 28 + 91.21 -20.1973 198.638 -5.33155 259.021 50 c 28 + 358.021 140.72 253.021 366 289.021 393 c 12 + 410.366 484.012 531.653 268.503 567.021 121 c 28 + 574.411 90.1777 521.083 68.6399 541.021 44 c 28 + 592.142 -19.1787 742.23 -13.0645 748.021 68 c 20 + 763.021 278 760.021 507 733.021 741 c 12 + 726.447 797.964 596.965 800.288 586.021 744 c 20 + 565.021 636 638.955 458.061 580.021 435 c 4 + 511.021 408 388.112 668.228 217.021 735 c 28 + 155.896 758.854 86.1473 798.1 49.0205 744 c 28 +EndSplineSet +EndChar +StartChar: O +Encoding: 79 79 47 +Width: 814 +Flags: W +Fore +435.115 637.2 m 28 + 570.547 630.438 671.227 525.059 679.315 389.7 c 28 + 687.086 259.671 604.534 136.418 474.715 125.7 c 28 + 310.433 112.137 160.031 248.019 164.516 412.8 c 28 + 168.245 549.85 298.186 644.036 435.115 637.2 c 28 +428.516 789 m 28 + 218.123 797.234 28.2051 639.842 25.915 429.3 c 28 + 23.3311 191.65 234.261 -2.04883 471.415 13.5 c 28 + 669.393 26.4805 802.199 207.935 794.815 406.2 c 28 + 787.125 612.688 634.987 780.919 428.516 789 c 28 +EndSplineSet +EndChar +StartChar: P +Encoding: 80 80 48 +Width: 615 +Flags: W +Fore +206 621 m 28 + 261.966 682.388 356.793 676.054 419 621 c 28 + 462.252 582.721 473.757 518.553 437 474 c 28 + 383.262 408.863 285.336 404.306 221 459 c 28 + 172.658 500.097 163.252 574.111 206 621 c 28 +39 675 m 4 + 54 609 81.4112 574.839 93 507 c 28 + 107.388 422.778 110.302 372.691 99 288 c 28 + 87.2012 199.579 -9.89732 147.213 33 69 c 28 + 62.0332 16.0645 128.433 -0.850699 182 27 c 28 + 288.7 82.4756 197.407 234.55 284 318 c 28 + 358.079 389.391 480.503 309.371 536 396 c 28 + 593.93 486.428 579.147 596.415 500 669 c 20 + 390.538 769.386 317 792 176 786 c 4 + 119.275 783.586 23.4531 743.408 39 675 c 4 +EndSplineSet +KernsSLIF: 111 -70 0 0 103 -70 0 0 101 -70 0 0 99 -70 0 0 97 -70 0 0 59 -150 0 0 58 -150 0 0 47 -150 0 0 44 -250 0 0 46 -250 0 0 +EndChar +StartChar: Q +Encoding: 81 81 49 +Width: 847 +Flags: W +Fore +430.385 637.2 m 24 + 565.816 630.438 666.499 525.059 674.585 389.7 c 16 + 675.917 367.402 653.434 299.607 635.27 292 c 0 + 602.088 278.103 573.615 358.415 533.27 352 c 0 + 506.86 347.801 468.86 316.583 478.27 294 c 0 + 493.27 258 567.625 238.065 574.27 195 c 0 + 579.211 162.972 487.159 127.118 469.984 125.7 c 8 + 305.702 112.137 155.301 248.02 159.785 412.8 c 24 + 163.515 549.85 293.455 644.037 430.385 637.2 c 24 +423.785 789 m 24 + 213.393 797.234 23.4736 639.841 21.1846 429.3 c 24 + 18.6006 191.65 229.53 -2.04883 466.685 13.5 c 16 + 546.813 18.7539 616.267 51.6055 670.07 102 c 0 + 675.238 106.841 756.403 13.791 763.27 12 c 0 + 809.27 0 834.247 57.7158 823.27 93 c 0 + 809.27 138 727.051 173.517 736.27 192 c 0 + 766.016 251.639 792.724 335.346 790.085 406.2 c 8 + 782.395 612.688 630.258 780.919 423.785 789 c 24 +EndSplineSet +EndChar +StartChar: R +Encoding: 82 82 50 +Width: 643 +Flags: W +Fore +234 621 m 24 + 289.966 682.388 384.793 676.054 447 621 c 24 + 490.252 582.721 501.757 518.553 465 474 c 24 + 411.262 408.863 313.336 404.306 249 459 c 24 + 200.658 500.097 191.252 574.111 234 621 c 24 +39 675 m 0 + 54 609 86.188 575.384 99 507 c 24 + 114.734 423.02 117.356 372.544 105 288 c 24 + 91.998 199.038 -10.8977 147.462 33 69 c 24 + 67.6406 7.08496 147.128 -5.87117 210 27 c 24 + 303.574 75.9229 206.215 254.815 309 279 c 16 + 360 291 513.095 33.9365 528 24 c 0 + 564 0 636.609 46.5088 609 93 c 0 + 565.646 166.004 377.909 263.849 414 324 c 0 + 432 354 555.073 382.065 564 396 c 8 + 621.93 486.428 607.147 596.415 528 669 c 16 + 418.538 769.386 345 792 204 786 c 0 + 147.275 783.586 23.4531 743.408 39 675 c 0 +EndSplineSet +EndChar +StartChar: S +Encoding: 83 83 51 +Width: 674 +Flags: W +Fore +123.878 237 m 24 + 86.3721 246.462 45.8311 263.515 24.8779 231 c 24 + -8.82422 178.702 29.5741 115.693 81.8779 82 c 24 + 254.325 -29.0869 452.635 -21.2306 606.878 114 c 24 + 639.143 142.287 639.172 180.604 627.878 222 c 24 + 605.115 305.426 561.97 357.966 480.878 388 c 16 + 399.878 418 369.878 445 270.878 481 c 8 + 215.636 501.088 170.325 565.405 201.878 615 c 24 + 251.528 693.041 360.878 646 438.878 606 c 8 + 513.901 567.526 630.685 516.233 654.878 597 c 24 + 694.029 727.707 489.001 751.941 354.878 777 c 24 + 258.007 795.1 184.081 793.965 105.878 734 c 24 + 46.1973 688.238 8.89375 632.488 24.8779 559 c 24 + 51.7422 435.491 159.878 373 270.878 348 c 8 + 370.41 325.583 485.745 293.909 480.878 192 c 24 + 477.748 126.461 402.491 104.629 336.878 105 c 24 + 239.151 105.553 218.637 213.094 123.878 237 c 24 +EndSplineSet +EndChar +StartChar: T +Encoding: 84 84 52 +Width: 769 +Flags: W +Fore +78 759 m 8 + 13.292 740.307 -10.5469 649.917 27 594 c 24 + 78.7275 516.964 199.413 639.625 264 573 c 24 + 363.516 470.344 298.752 349.312 285 207 c 24 + 279.541 150.509 214.704 111.22 249 66 c 24 + 310.291 -14.8135 447.682 -20.793 509 60 c 24 + 543.011 104.812 473.035 142.067 467 198 c 24 + 451.386 342.711 394.318 466.842 497 570 c 24 + 555.264 628.534 654.63 524.972 708 588 c 24 + 755.028 643.539 761.823 750.342 693 774 c 16 + 597 807 508.423 797.705 390 795 c 24 + 267.545 792.203 213 798 78 759 c 8 +EndSplineSet +EndChar +StartChar: U +Encoding: 85 85 53 +Width: 845 +Flags: W +Fore +67.8604 753 m 28 + -61.9551 598.271 93.8809 434.572 157.86 243 c 28 + 184.049 164.584 182.73 96.1357 253.86 54 c 28 + 382.773 -22.3643 518.913 -25.1123 637.86 66 c 28 + 692.219 107.638 673.539 167.264 688.86 234 c 28 + 734.182 431.413 910.484 601.224 769.86 747 c 28 + 715.856 802.982 626.648 778.216 571.86 723 c 28 + 447.455 597.624 547.86 441 520.86 273 c 12 + 514.395 232.768 480.363 211.475 439.86 207 c 28 + 395.654 202.116 350.37 215.32 337.86 258 c 20 + 286.86 432 410.906 625.695 262.86 753 c 28 + 205.197 802.584 116.74 811.261 67.8604 753 c 28 +EndSplineSet +EndChar +StartChar: V +Encoding: 86 86 54 +Width: 845 +Flags: W +Fore +450 186 m 0 + 399 360 420 561 262.86 753 c 8 + 214.694 811.852 114.513 813.059 67.8604 753 c 24 + -55.1045 594.697 94.7934 428.605 195 255 c 24 + 266.141 131.75 369 0 456 0 c 4 + 552 0 698.92 260.064 704.402 273 c 0 + 778.641 448.171 900.814 611.248 769.86 747 c 8 + 715.856 802.982 611.593 789.873 571.86 723 c 16 + 456 528 477 354 450 186 c 0 +EndSplineSet +EndChar +StartChar: W +Encoding: 87 87 55 +Width: 1031 +Flags: W +Fore +493.327 738 m 0 + 429.241 625.85 362.939 305.972 348.479 186 c 0 + 310.229 360 325.979 561 208.124 753 c 8 + 178.286 801.61 98.2158 796.961 61.874 753 c 24 + -64.123 600.589 76.2441 435.404 157.229 255 c 24 + 208.573 140.622 306 0 352.979 0 c 0 + 441 0 529.274 277.405 539.28 273 c 0 + 586.979 252 671.979 10.9928 743.729 10 c 4 + 816 9 925.919 270.063 930.03 283 c 0 + 985.709 458.172 1077.34 621.248 979.124 757 c 8 + 944.735 804.531 854.503 786.587 830.624 733 c 16 + 743.729 538 759.479 364 739.229 196 c 0 + 711.476 322.247 709.768 637.073 625.327 741 c 0 + 586.327 789 517.327 780 493.327 738 c 0 +EndSplineSet +EndChar +StartChar: X +Encoding: 88 88 56 +Width: 862 +Flags: W +Fore +39.8369 732.39 m 24 + -0.0380859 609.542 214.44 590.982 232.617 463.11 c 24 + 257.371 288.973 -14.9893 184.051 82.6768 37.7695 c 24 + 119.178 -16.8994 192.988 -2.36816 250.978 28.5898 c 24 + 362.376 88.0625 289.998 303.104 416.217 307.05 c 24 + 547.562 311.157 487.65 85.832 605.938 28.5898 c 24 + 666.246 -0.595703 746.187 -18.5098 777.297 40.8301 c 24 + 862.26 202.884 521.704 262.558 538.617 444.75 c 24 + 552.688 596.33 844.156 594.21 795.657 738.51 c 24 + 771.2 811.278 675.469 803.268 602.877 778.29 c 24 + 484.394 737.521 520.08 531.346 394.797 533.49 c 24 + 269.94 535.628 315.579 748.774 195.897 784.41 c 24 + 134.409 802.718 59.6445 793.412 39.8369 732.39 c 24 +EndSplineSet +EndChar +StartChar: Y +Encoding: 89 89 57 +Width: 757 +Flags: W +Fore +18 738 m 28 + -32.5215 616.718 182.555 599.127 231 477 c 28 + 291.981 323.27 180 174 261 54 c 12 + 304.862 -10.9805 425.785 -12.5332 462 57 c 20 + 537 201 425.576 319.935 492 465 c 28 + 547.798 586.857 770.535 578.771 735 708 c 28 + 714.837 781.328 617.246 782.6 546 756 c 28 + 436.538 715.133 491.718 504.615 375 510 c 28 + 263.52 515.143 333.022 707.533 234 759 c 28 + 158.9 798.032 50.5459 816.13 18 738 c 28 +EndSplineSet +EndChar +StartChar: Z +Encoding: 90 90 58 +Width: 883 +Flags: W +Fore +111.918 756 m 12 + 50.7041 737.003 17.5674 657.112 51.918 603 c 28 + 166.288 422.833 751.992 714.654 597.918 567 c 20 + 453.918 429 306.918 420 78.918 264 c 12 + 19.0195 223.017 18.209 106.59 84.918 78 c 20 + 315.918 -21 495.918 -18 750.918 81 c 12 + 804.462 101.787 840.918 129 759.918 228 c 12 + 656.413 354.506 246.567 53.9639 342.918 186 c 20 + 423.918 297 534.467 318.233 669.918 417 c 4 + 813.918 522 816.918 498 843.918 642 c 4 + 870.031 781.269 698.719 792.633 561.918 792 c 4 + 411.536 791.304 285.918 810 111.918 756 c 12 +EndSplineSet +EndChar +StartChar: bracketleft +Encoding: 91 91 59 +Width: 340 +Flags: W +Fore +279.926 654 m 28 + 309.041 687.621 307.431 735.635 276.926 768 c 28 + 248.736 797.909 213.022 777.517 171.926 777 c 28 + 129.55 776.467 85.9893 801.184 63.9258 765 c 20 + -11.0742 642 41.6025 516.387 39.9258 357 c 28 + 38.6201 232.898 9.92578 129 51.9258 39 c 4 + 78.0801 -17.0439 129.956 18.4961 180.926 18 c 28 + 222.29 17.5967 257.751 2.71289 285.926 33 c 28 + 320.275 69.9258 328.96 124.783 294.926 162 c 28 + 254.649 206.042 162.654 109.034 141.926 165 c 20 + 111.926 246 129.853 314.927 126.926 411 c 28 + 124.254 498.709 105.926 534 126.926 636 c 12 + 139.041 694.848 240.595 608.581 279.926 654 c 28 +EndSplineSet +EndChar +StartChar: backslash +Encoding: 92 92 60 +Width: 400 +Flags: W +Ref: 47 47 S -1 0 0 1 395.832 0 +EndChar +StartChar: bracketright +Encoding: 93 93 61 +Width: 340 +Flags: W +Ref: 91 91 S -1 0 0 1 340 0 +EndChar +StartChar: asciicircum +Encoding: 94 94 62 +Width: 350 +Flags: W +Fore +18 591 m 12 + 15.8818 557.116 74.5079 579.072 105 594 c 28 + 146.036 614.09 134.375 686.437 180 684 c 28 + 226.337 681.524 205.087 606.896 246 585 c 28 + 272.82 570.646 306.189 560.339 324 585 c 20 + 350 621 316.48 662.018 291 702 c 28 + 261.127 748.874 238.584 795.22 183 795 c 28 + 133.251 794.803 118.548 749.467 87 711 c 28 + 52.7656 669.258 21 639 18 591 c 12 +EndSplineSet +EndChar +StartChar: underscore +Encoding: 95 95 63 +Width: 675 +Flags: W +Fore +337.474 147 m 24 + 228.148 147.081 134.248 191.805 57.3486 140 c 24 + 11.6562 109.219 9.37305 61.1768 52.8486 29 c 24 + 123.829 -23.5332 217.919 14.8252 323.974 15 c 24 + 445.039 15.1992 560.25 -32.3369 633.349 32 c 24 + 672.211 66.2041 650.692 112.056 601.849 140 c 24 + 523.543 184.8 440.662 146.923 337.474 147 c 24 +EndSplineSet +EndChar +StartChar: grave +Encoding: 96 96 64 +Width: 250 +Flags: W +Fore +21 747 m 12 + 19.6224 793.838 103.887 781.606 141 753 c 28 + 212.971 697.525 276 417 189 525 c 12 + 120.886 609.555 24 645 21 747 c 12 +EndSplineSet +EndChar +StartChar: a +Encoding: 97 97 65 +Width: 483 +Flags: W +Fore +130 201 m 28 + 159.911 234.226 211.232 243.411 244 213 c 28 + 272.312 186.724 269.44 140.139 241 114 c 28 + 209.08 84.6631 159.816 88.5283 130 120 c 28 + 108.273 142.933 108.864 177.523 130 201 c 28 +49 456 m 28 + 30.6973 433.184 29.166 402.498 49 381 c 28 + 98.3486 327.512 184.102 418.016 235 366 c 28 + 248.935 351.759 249.17 331.499 238 315 c 28 + 200.663 259.853 119.795 311.172 76 261 c 28 + 21.9775 199.111 -5 117 37 54 c 4 + 119.218 -69.3262 223 63 310 42 c 12 + 359.745 29.9922 391.115 -0.0478516 439 18 c 28 + 458.492 25.3467 476.09 39.5742 472 60 c 28 + 463.053 104.683 393.061 77.6953 370 117 c 28 + 301.318 234.059 460.425 363.791 370 465 c 28 + 321.362 519.438 256.897 489.876 184 486 c 28 + 130.142 483.137 82.748 498.071 49 456 c 28 +EndSplineSet +EndChar +StartChar: b +Encoding: 98 98 66 +Width: 526 +Flags: W +Fore +194.233 189.9 m 24 + 238.638 145.458 310.11 136.382 355.033 180.3 c 24 + 409.283 233.337 405.808 325.762 347.834 374.7 c 24 + 298.772 416.114 225.513 402.606 184.634 353.1 c 24 + 144.039 303.936 149.17 235.003 194.233 189.9 c 24 +169.334 454 m 16 + 173.334 412 228.973 478.625 269.334 484 c 24 + 327.343 491.726 376.585 519.965 419.334 480 c 24 + 528.646 377.809 515.688 234.929 455.334 98 c 24 + 434.443 50.6074 399.972 28.873 349.334 18 c 24 + 280.513 3.22168 243.082 67.4902 173.334 58 c 24 + 139.1 53.3418 129.883 16.1973 95.334 16 c 24 + 76.8428 15.8945 62.9727 22.2197 53.334 38 c 24 + 4.94727 117.215 50.4844 183.181 51.334 276 c 16 + 52.3887 391.249 47.7041 501.633 35.334 600 c 0 + 25.7627 676.113 4.4873 731.836 75.334 786 c 8 + 95.2012 801.189 120.895 798.895 139.334 782 c 24 + 200.985 725.514 165.796 653.433 171.334 570 c 24 + 174.331 524.854 165.044 499.043 169.334 454 c 16 +EndSplineSet +EndChar +StartChar: c +Encoding: 99 99 67 +Width: 365 +Flags: W +Fore +319.638 433.8 m 28 + 347.293 405.86 347.206 361.024 319.638 333 c 28 + 279.592 292.292 215.736 368.74 173.237 330.6 c 28 + 133.924 295.317 123.397 237.415 156.438 196.2 c 28 + 193.487 149.982 265.567 223.5 307.638 181.8 c 28 + 339.72 150.001 349.377 100.6 319.638 66.5996 c 28 + 257.37 -4.58789 151.951 1.41113 77.2373 59.3994 c 28 + 9.78809 111.751 24.752 187.736 29.2373 273 c 28 + 32.7676 340.098 29.6445 397.312 84.4375 436.2 c 28 + 159.244 489.292 255.104 498.995 319.638 433.8 c 28 +EndSplineSet +EndChar +StartChar: d +Encoding: 100 100 68 +Width: 526 +Flags: W +Ref: 98 98 S -1 0 0 1 509.001 0 +EndChar +StartChar: e +Encoding: 101 101 69 +Width: 365 +Flags: W +Fore +264 369 m 28 + 233.637 403.489 174.183 398.399 146.4 361.8 c 28 + 138.298 351.125 143.59 337.11 153.601 328.2 c 28 + 183.097 301.944 222.815 294.896 254.4 318.6 c 28 + 270.404 330.61 277.223 353.981 264 369 c 28 +300.275 124.8 m 12 + 317.265 107.96 333.341 86.2071 319.638 66.5996 c 28 + 265.46 -10.9229 151.951 1.41027 77.2373 59.3994 c 28 + 9.78809 111.75 24.7521 187.736 29.2373 273 c 28 + 32.7666 340.098 29.6444 397.313 84.4375 436.2 c 28 + 159.245 489.292 258.83 502.482 319.638 433.8 c 28 + 375.514 370.688 354.749 279.094 295.638 219 c 20 + 289.584 212.846 170.136 272.326 129 222 c 28 + 110.039 198.803 123.665 167.369 145.638 147 c 28 + 190.319 105.579 294.276 130.746 300.275 124.8 c 12 +EndSplineSet +EndChar +StartChar: f +Encoding: 102 102 70 +Width: 450 +Flags: W +Fore +134 30 m 8 + 155.224 -6.55078 233.711 -2.44531 242 39 c 16 + 263 144 221 225 233 333 c 8 + 238.465 382.185 326.887 310.348 359 348 c 24 + 377.996 370.272 377.109 402.719 356 423 c 24 + 318.878 458.667 239.805 374.006 224 423 c 16 + 194 516 177.841 551.554 215 618 c 24 + 239.794 662.336 278.54 686.844 329 681 c 24 + 361.914 677.188 360.909 635.456 392 624 c 24 + 429.343 610.241 478.494 590.348 494 627 c 24 + 523.038 695.643 435.807 744.733 365 768 c 24 + 278.894 796.294 197.086 790.855 137 723 c 24 + 63.1143 639.56 110 540 116 438 c 8 + 118.134 401.718 49.5137 468.858 23 444 c 24 + -0.898438 421.594 0.979492 384.255 23 360 c 24 + 47.4941 333.021 112.545 387.274 116 351 c 16 + 128 225 80 123 134 30 c 8 +EndSplineSet +EndChar +StartChar: g +Encoding: 103 103 71 +Width: 430 +Flags: W +Fore +273.196 200.5 m 24 + 236.919 165.256 178.757 159.341 143.597 195.7 c 24 + 97.4473 243.424 110.043 317.208 155.597 365.5 c 24 + 190.569 402.575 234.797 408.7 285.196 382.3 c 8 + 348.14 349.328 324.161 250.014 273.196 200.5 c 24 +68.8965 -30 m 24 + 34.2656 -61.6738 27.3877 -116.151 59.8965 -150 c 24 + 130.446 -223.459 243.497 -207.203 320.896 -141 c 24 + 424.418 -52.4541 376.48 66.1748 386.896 202 c 24 + 394.147 296.558 447.549 380.641 377.896 445 c 24 + 295.902 520.763 170.165 512.605 91.8965 433 c 24 + -6.56738 332.854 -6.99902 180.904 82.8965 73 c 24 + 130.914 15.3633 221.954 98.0693 272.896 43 c 24 + 293.087 21.1738 299.231 -11.3096 278.896 -33 c 24 + 222.876 -92.7549 129.338 25.2793 68.8965 -30 c 24 +EndSplineSet +EndChar +StartChar: h +Encoding: 104 104 72 +Width: 509 +Flags: W +Fore +30.4287 33 m 16 + 18.4287 159 38.9121 263.539 39.4287 411 c 24 + 39.916 550.249 24.4287 645 33.4287 768 c 8 + 36.4277 808.99 128.243 798.818 138.429 759 c 16 + 171.429 630 142.918 541.157 138.429 402 c 16 + 135.429 309 225.706 480.287 292.429 477 c 24 + 345.941 474.363 382.747 451.462 409.429 405 c 24 + 484.029 275.096 523.105 128.159 418.429 21 c 24 + 394.72 -3.27148 355.576 -2.83594 331.429 21 c 24 + 267.308 84.2939 370.761 172.467 328.429 252 c 24 + 308.147 290.104 280.536 317.224 237.429 315 c 24 + 194.339 312.777 172.569 281.67 153.429 243 c 24 + 117.037 169.479 201.066 89.3271 141.429 33 c 24 + 109.957 3.27539 34.5332 -10.0947 30.4287 33 c 16 +EndSplineSet +EndChar +StartChar: i +Encoding: 105 105 73 +Width: 207 +Flags: W +Fore +52.3418 478.8 m 28 + 80.7334 439.56 134.129 436.836 163.342 475.2 c 28 + 190.36 510.683 180.339 564.441 151.342 597.6 c 28 + 126.72 625.754 90.4834 630.907 64.3418 604.8 c 28 + 32.6611 573.162 25.3193 516.147 52.3418 478.8 c 28 +46.3418 39.5996 m 28 + 74.1631 7.47461 117.012 8.12012 145.342 39.5996 c 28 + 190.113 89.3516 155 153.63 157.342 226.8 c 28 + 159.542 295.546 196.828 353.324 157.342 403.2 c 28 + 125.872 442.95 73.4658 448.164 40.3418 410.4 c 28 + -2.91797 361.081 39.1943 298.391 40.3418 226.8 c 28 + 41.5117 153.751 2.46973 90.2598 46.3418 39.5996 c 28 +EndSplineSet +EndChar +StartChar: j +Encoding: 106 106 74 +Width: 207 +Flags: W +Fore +33 367.2 m 24 + -13.6143 316.55 39.0673 259.636 39 190.8 c 24 + 38.9365 125.706 54.0508 85.5957 33 24 c 24 + 8.7793 -46.8721 -87.4628 -57.583 -79 -132 c 24 + -74.5977 -170.714 -42.7119 -202.412 -4 -198 c 24 + 90.4141 -187.238 104.636 -88.9755 138 0 c 24 + 168.207 80.5576 149.12 134.134 159 219.6 c 24 + 165.996 280.122 221.191 329.51 180 374.4 c 24 + 141.193 416.692 71.8691 409.435 33 367.2 c 24 +52.3418 478.8 m 24 + 80.7334 439.56 134.129 436.836 163.342 475.2 c 24 + 190.36 510.683 180.339 564.441 151.342 597.6 c 24 + 126.72 625.754 90.4834 630.907 64.3418 604.8 c 24 + 32.6611 573.162 25.3193 516.147 52.3418 478.8 c 24 +EndSplineSet +EndChar +StartChar: k +Encoding: 107 107 75 +Width: 454 +Flags: W +Fore +45 698 m 24 + -26.2773 641.044 28.8915 556.107 24 465 c 24 + 16.7852 330.623 7.47754 254.158 18 120 c 16 + 30 -33 67.8078 12.5229 114 33 c 24 + 147.871 48.0146 112.533 90.9795 114 128 c 24 + 116.928 201.884 57.0088 300.129 129 317 c 24 + 207.34 335.358 194.738 209.664 235 140 c 24 + 262.257 92.8379 254.154 42.1093 303 18 c 24 + 346.474 -3.45801 404.297 -7.35184 426 36 c 24 + 458.576 101.072 370.261 135.274 337 200 c 24 + 302.321 267.486 210.97 311.176 252 375 c 16 + 306 459 298.846 423.43 327 456 c 28 + 357.471 491.25 412.833 503.682 402 549 c 28 + 396.034 573.957 367.354 579.954 342 576 c 28 + 290.701 568 285.768 516.435 243 487 c 28 + 198.604 456.443 120 370.104 120 424 c 16 + 120 543 138 563 135 686 c 8 + 134.137 721.4 72.6633 720.105 45 698 c 24 +EndSplineSet +EndChar +StartChar: l +Encoding: 108 108 76 +Width: 200 +Flags: W +Fore +50.4648 762 m 16 + 29.4648 642 58.6992 562.576 59.4648 435 c 24 + 60.3711 284.055 17.4648 177 53.4648 48 c 8 + 64.1621 9.66797 151.505 5.40039 155.465 45 c 16 + 170.465 195 149.971 275.562 149.465 423 c 24 + 149.02 552.875 164.465 642 152.465 756 c 8 + 148.293 795.63 57.334 801.252 50.4648 762 c 16 +EndSplineSet +EndChar +StartChar: m +Encoding: 109 109 77 +Width: 562 +Flags: W +Fore +103.312 26 m 28 + 84.1475 6.96484 45.5664 -4.55566 34.3115 20 c 20 + 1.31152 92 30.1162 142.61 31.3115 221 c 28 + 32.8828 324.055 -16.6885 395 43.3115 485 c 12 + 56.9404 505.443 87.9053 501.276 106.312 485 c 28 + 127.801 465.998 88.7539 422.842 115.312 412 c 28 + 147.172 398.994 151.977 455.223 184.312 467 c 28 + 227.2 482.622 261.908 493.041 301.312 470 c 28 + 320.739 458.64 306.591 424.89 328.312 419 c 28 + 356.201 411.438 363.741 449.346 391.312 458 c 28 + 432.675 470.983 469.433 492.257 502.312 464 c 28 + 566.501 408.835 516.474 332.36 523.312 248 c 28 + 530.605 158.016 565.312 137 538.312 17 c 12 + 532.912 -6.99805 493.744 -2.28809 475.312 14 c 28 + 405.849 75.3799 466.951 158.807 457.312 251 c 28 + 453.629 286.219 474.973 321.658 445.312 341 c 28 + 413.676 361.63 378.087 341.604 352.312 314 c 28 + 333.517 293.872 340.618 272.339 337.312 245 c 28 + 326.771 157.854 385.312 71 331.312 20 c 12 + 307.358 -2.62207 263.412 13.7686 250.312 44 c 20 + 224.312 104 272.165 160.373 267.312 235 c 28 + 265.211 267.292 267.171 289.014 249.312 316 c 28 + 240.054 329.988 231.045 339.82 214.312 341 c 28 + 181.425 343.318 159.295 328.222 139.312 302 c 28 + 119.004 275.353 126.394 251.116 121.312 218 c 28 + 109.902 143.662 156.671 79.001 103.312 26 c 28 +EndSplineSet +EndChar +StartChar: n +Encoding: 110 110 78 +Width: 373 +Flags: W +Fore +341.899 321 m 24 + 343.121 291.362 339.88 274.646 338.899 245 c 24 + 335.998 157.267 386.899 71 332.899 20 c 8 + 308.946 -2.62207 265 13.7686 251.899 44 c 16 + 225.899 104 273.754 160.373 268.899 235 c 24 + 266.799 267.292 268.759 289.014 250.899 316 c 24 + 241.642 329.988 232.633 339.82 215.899 341 c 24 + 183.013 343.318 160.883 328.222 140.899 302 c 24 + 120.592 275.353 127.982 251.116 122.899 218 c 24 + 111.49 143.662 158.259 79.001 104.899 26 c 24 + 85.7354 6.96484 47.1543 -4.55566 35.8994 20 c 16 + 2.89941 92 31.7041 142.61 32.8994 221 c 24 + 34.4707 324.055 -15.1006 395 44.8994 485 c 8 + 58.5283 505.443 89.4932 501.276 107.899 485 c 24 + 129.389 465.998 90.3418 422.842 116.899 412 c 24 + 148.76 398.994 153.564 455.223 185.899 467 c 24 + 228.788 482.622 263.496 493.041 302.899 470 c 24 + 322.327 458.64 323.155 440.471 329.899 419 c 24 + 341.439 382.265 340.313 359.473 341.899 321 c 24 +EndSplineSet +EndChar +StartChar: o +Encoding: 111 111 79 +Width: 522 +Flags: W +VStem: 23.1562 115.949<242 266> +Fore +260.757 374.141 m 24 + 324.634 376.425 378.228 328.099 382.407 264.316 c 24 + 386.992 194.352 335.839 131.216 265.825 127.459 c 24 + 197.87 123.812 140.73 179.387 139.105 247.421 c 24 + 137.469 315.908 192.292 371.693 260.757 374.141 c 24 +260.757 491.7 m 24 + 127.037 486.921 19.959 377.967 23.1562 244.2 c 24 + 26.333 111.321 137.931 2.77832 270.656 9.90039 c 24 + 407.402 17.2383 507.312 140.55 498.356 277.2 c 24 + 490.192 401.771 385.517 496.159 260.757 491.7 c 24 +EndSplineSet +EndChar +StartChar: p +Encoding: 112 112 80 +Width: 522 +Flags: W +Fore +245.065 254.7 m 28 + 248.804 205.162 289.354 162.278 338.666 168.3 c 28 + 384.276 173.869 410.79 221.338 403.466 266.7 c 28 + 396.242 311.437 357.288 343.85 312.266 338.7 c 28 + 270.584 333.933 241.908 296.534 245.065 254.7 c 28 +192.266 -155 m 28 + 151.284 -201.553 61.7109 -213.113 33.2656 -158 c 20 + -14.7344 -65 36.1445 34.1328 38.2656 156 c 4 + 40.3311 274.642 -22.1318 396.011 68.2656 486 c 12 + 94.7998 512.414 136.405 511.011 164.266 486 c 28 + 196.667 456.913 136.98 393.778 176.266 375 c 28 + 246.541 341.409 267.681 497.202 344.266 483 c 28 + 451.258 463.159 508.39 366.812 509.266 258 c 28 + 510.178 144.707 452.621 41.8837 341.266 21 c 28 + 272.374 8.08008 253.785 151.69 191.266 120 c 28 + 127.529 87.6934 180.153 8.42481 182.266 -63 c 28 + 183.332 -99.0752 216.113 -127.91 192.266 -155 c 28 +EndSplineSet +EndChar +StartChar: q +Encoding: 113 113 81 +Width: 522 +Flags: W +Fore +276.935 254.7 m 28 + 273.196 205.162 232.646 162.278 183.334 168.3 c 28 + 137.724 173.869 111.21 221.338 118.534 266.7 c 28 + 125.758 311.437 164.712 343.85 209.734 338.7 c 28 + 251.416 333.933 280.092 296.534 276.935 254.7 c 28 +329.734 -155 m 28 + 370.716 -201.553 460.289 -213.113 488.734 -158 c 20 + 536.734 -65 485.855 34.1328 483.734 156 c 4 + 481.669 274.642 544.132 396.011 453.734 486 c 12 + 427.2 512.414 385.595 511.011 357.734 486 c 28 + 325.333 456.913 385.02 393.778 345.734 375 c 28 + 275.459 341.409 254.319 497.202 177.734 483 c 28 + 70.7422 463.159 13.6104 366.812 12.7344 258 c 28 + 11.8223 144.707 69.3789 41.8838 180.734 21 c 28 + 249.626 8.08008 268.215 151.69 330.734 120 c 28 + 394.471 87.6934 341.847 8.4248 339.734 -63 c 28 + 338.668 -99.0752 305.887 -127.91 329.734 -155 c 28 +EndSplineSet +EndChar +StartChar: r +Encoding: 114 114 82 +Width: 461 +Flags: W +VStem: 45 147<177 222> +Fore +189 32 m 28 + 148.88 -7.29785 84.7109 -7.71094 45 32 c 28 + -7.39648 84.3965 43.3174 147.919 45 222 c 28 + 47.3408 325.04 -17.5156 414.795 57 486 c 28 + 87.4521 515.1 129.551 508.748 165 486 c 28 + 190.997 469.318 168.493 423.138 198 414 c 28 + 230.584 403.909 239.425 452.976 273 459 c 28 + 310.494 465.728 339.303 464.855 369 441 c 28 + 422.538 397.993 470.038 339.74 438 279 c 28 + 418.517 242.062 367.307 234.188 333 258 c 28 + 302.818 278.948 352.497 338.363 318 351 c 28 + 257.228 373.262 219.044 301.8 192 243 c 28 + 181.244 219.615 192.267 202.738 192 177 c 28 + 191.415 120.441 229.407 71.5801 189 32 c 28 +EndSplineSet +EndChar +StartChar: s +Encoding: 115 115 83 +Width: 475 +Flags: W +Fore +33.4111 145.5 m 24 + 10.0771 125.773 16.8945 90.9551 36.1113 67.1992 c 24 + 90.7207 -0.311523 165.656 5.10547 252.11 13.1992 c 24 + 329.792 20.4717 401.875 25.7148 433.812 96.8994 c 24 + 463.833 163.817 435.196 229.656 379.012 276.8 c 24 + 327.815 319.755 274.748 286.036 208.911 297.5 c 24 + 179.122 302.688 140.506 285.33 133.312 314.699 c 24 + 123.12 356.3 176.516 371.849 217.012 385.8 c 24 + 298.716 413.948 369.33 324.879 438.411 376.8 c 24 + 456.036 390.047 461.055 411.636 451.911 431.699 c 24 + 433.747 471.553 395.719 480.188 352.012 483 c 24 + 228.026 490.979 117.206 480.945 52.3115 375 c 24 + 21.6143 324.885 29.1787 266.575 71.2109 225.5 c 24 + 144.648 153.733 244.012 227 333.11 198.5 c 8 + 374.22 185.351 325.321 118.058 287.211 97.7998 c 24 + 247.613 76.7529 217.896 108.604 173.812 116.8 c 24 + 118.863 127.016 76.0918 181.582 33.4111 145.5 c 24 +EndSplineSet +EndChar +StartChar: t +Encoding: 116 116 84 +Width: 355 +Flags: W +Fore +37.583 504 m 28 + 60.7979 529.709 94.8457 478.988 118.583 504 c 28 + 138.976 525.486 107.19 565.314 127.583 586.8 c 28 + 161.871 622.928 211.68 624.736 244.583 586.8 c 28 + 265.692 562.463 225.682 520.107 247.583 496.8 c 28 + 269.537 473.436 300.548 527.254 322.583 504 c 28 + 358.941 465.633 343.583 369.6 328.583 355.2 c 12 + 305.29 332.839 277.185 395.089 253.583 373.2 c 20 + 211.919 334.558 224.144 332.744 223.583 273.6 c 4 + 223.058 218.228 207.364 190.986 238.583 145.2 c 12 + 259.539 114.465 302.006 161.899 322.583 130.8 c 28 + 339.38 105.415 336.874 69.3945 316.583 48 c 28 + 254.125 -17.8574 162.152 -12.0166 103.583 58.7998 c 28 + 56.0264 116.301 93.7295 185.52 97.583 266.4 c 28 + 99.3838 304.197 129.273 332.82 109.583 362.4 c 28 + 89.8135 392.1 49.1914 340.731 28.583 369.6 c 28 + 0.0742188 409.535 5.38086 468.337 37.583 504 c 28 +EndSplineSet +EndChar +StartChar: u +Encoding: 117 117 85 +Width: 462 +Flags: W +Fore +41.1123 462 m 24 + -18.5078 406.405 38.6973 334.517 38.1123 253 c 24 + 37.5664 176.952 -5.77832 120.106 38.1123 58 c 24 + 72.4961 9.3457 122.553 5.50391 182.112 7 c 24 + 225.119 8.08008 241.928 57.4365 284.112 49 c 24 + 298.715 46.0791 297.354 27.6992 311.112 22 c 24 + 334.893 12.1494 357.776 5.00879 377.112 22 c 24 + 456.874 92.0898 402.069 186.295 412.112 292 c 24 + 418.21 356.179 465.049 408.91 422.112 457 c 24 + 392.461 490.211 341.973 491.908 308.112 463 c 24 + 257.112 419.459 304.309 357.539 290.112 292 c 24 + 276.797 230.528 292.093 172.898 239.112 139 c 24 + 212.339 121.87 179.112 124.141 158.112 148 c 24 + 111.726 200.703 163.809 257.842 161.112 328 c 24 + 159.188 378.102 185.232 421.226 149.112 456 c 24 + 118.722 485.258 71.9648 490.77 41.1123 462 c 24 +EndSplineSet +EndChar +StartChar: v +Encoding: 118 118 86 +Width: 425 +Flags: W +Fore +3.14941 394.74 m 12 + 0.416992 460.306 76.0449 417.82 115.38 388.936 c 28 + 168.316 350.062 153.273 210.069 212.13 214.786 c 28 + 271.904 219.576 244.491 363.98 297.27 406.352 c 28 + 331.868 434.125 374.914 454.07 397.89 406.352 c 20 + 431.43 336.69 388.189 257.322 355.319 179.955 c 28 + 316.783 89.2549 287.703 -0.423828 216 0 c 28 + 151.823 0.382812 132.856 88.1074 92.1592 162.541 c 28 + 47.9971 243.312 7.01953 301.861 3.14941 394.74 c 12 +EndSplineSet +EndChar +StartChar: w +Encoding: 119 119 87 +Width: 702 +Flags: W +Fore +374.89 406.352 m 24 + 348.567 421.302 321.881 423.978 297.27 406.352 c 24 + 233.114 360.404 310.725 221.852 232.13 214.786 c 28 + 154.746 207.829 201.303 347.817 135.38 388.936 c 28 + 98.1924 412.131 21.3252 438.53 23.1494 394.74 c 20 + 27.0195 301.861 64.9357 247.25 112.159 162.541 c 28 + 150.964 92.9326 156.77 -8.59462 236 0 c 28 + 320.652 9.18262 298 150 328 198 c 8 + 381.274 283.239 392.498 -1.80595 493 0 c 24 + 581.743 1.59473 595.939 98.9969 632.319 179.955 c 24 + 669.145 261.903 708.43 336.69 674.89 406.352 c 8 + 657.866 441.709 607.174 427.735 574.27 406.352 c 24 + 505.717 361.801 570.741 219.669 489.13 214.786 c 24 + 402.299 209.592 450.527 363.392 374.89 406.352 c 24 +EndSplineSet +EndChar +StartChar: x +Encoding: 120 120 88 +Width: 505 +Flags: W +Fore +18.3652 432 m 28 + 34.374 485.957 100.156 501.343 153.365 483 c 28 + 225.831 458.02 179.398 325.212 255.365 315 c 28 + 344.772 302.98 333.292 478.988 423.365 474 c 28 + 463.153 471.796 489.422 435.849 489.365 396 c 28 + 489.262 323.791 377.461 326.754 369.365 255 c 28 + 358.863 161.918 521.977 125.923 480.365 42 c 28 + 461.909 4.77734 413.457 7.41113 375.365 24 c 28 + 304.853 54.708 344.023 182.792 267.365 189 c 28 + 174.093 196.554 194.611 40.1436 105.365 12 c 28 + 74.5029 2.26758 37.5 0.424805 24.3652 30 c 28 + -16.042 120.984 156.162 152.615 150.365 252 c 28 + 145.297 338.905 -6.39648 348.543 18.3652 432 c 28 +EndSplineSet +EndChar +StartChar: y +Encoding: 121 121 89 +Width: 475 +Flags: W +Fore +48 445 m 24 + -23.2344 342.005 42.8311 237.708 105 129 c 24 + 143.305 62.0215 256.694 77.1396 255 0 c 24 + 253.726 -58.0332 194.263 -77.7163 138 -92 c 24 + 90.832 -103.975 50.4014 -37.6094 15 -71 c 24 + -8.12207 -92.8086 -0.28437 -131.493 24 -152 c 24 + 117.122 -230.636 231.619 -196.928 336 -134 c 24 + 394.14 -98.9492 406.896 -50.1446 426 15 c 24 + 474.526 180.475 456 400 438 457 c 8 + 424.846 498.656 356.983 473.769 327 442 c 24 + 253.439 364.058 411.309 187.906 306 168 c 24 + 179.168 144.025 222 355 162 466 c 8 + 140.503 505.77 73.7158 482.182 48 445 c 24 +EndSplineSet +EndChar +StartChar: z +Encoding: 122 122 90 +Width: 531 +Flags: W +Fore +68.3516 473.399 m 8 + 31.623 462.002 11.7412 414.066 32.3516 381.6 c 24 + 100.973 273.499 452.396 448.593 359.951 360 c 16 + 273.551 277.2 185.352 271.8 48.5508 178.2 c 8 + 12.6123 153.61 12.126 83.7539 52.1514 66.5996 c 16 + 190.751 7.2002 298.751 9 451.751 68.3994 c 8 + 483.878 80.8721 505.751 97.2002 457.151 156.6 c 8 + 395.049 232.503 149.141 52.1787 206.951 131.399 c 16 + 255.551 198 321.881 210.739 403.151 270 c 0 + 489.551 333 491.352 318.6 507.551 405 c 0 + 523.219 488.562 420.432 495.38 338.352 495 c 0 + 248.121 494.583 172.751 505.8 68.3516 473.399 c 8 +EndSplineSet +EndChar +StartChar: braceleft +Encoding: 123 123 91 +Width: 340 +Flags: W +Fore +303 776 m 20 + 270 800 218.682 808.132 177 782 c 28 + 98.6846 732.901 118.026 649.943 84 564 c 28 + 58.9297 500.676 19.5708 467.962 24 400 c 28 + 27.29 349.52 66.0617 332.3 84 285 c 28 + 121.768 185.414 59.3584 75.9277 150 20 c 20 + 197 -9 276 -8 315 26 c 12 + 351.623 57.9277 338.284 116.599 303 150 c 28 + 275.786 175.761 235.947 130.204 207 154 c 28 + 164.545 188.899 192.367 239.202 174 291 c 28 + 158.26 335.392 125.208 353.01 122 400 c 28 + 117.455 466.571 156.769 498.536 174 563 c 28 + 182.553 594.999 168.352 622.808 192 646 c 28 + 225.201 678.562 280.476 632.272 309 669 c 28 + 334.637 702.01 336.802 751.417 303 776 c 20 +EndSplineSet +EndChar +StartChar: bar +Encoding: 124 124 92 +Width: 200 +Flags: W +Fore +60.3721 781 m 16 + 43.5723 721 66.959 681.288 67.5723 617.5 c 24 + 68.2969 542.027 33.9717 488.5 62.7715 424 c 8 + 71.3301 404.834 141.204 402.7 144.372 422.5 c 16 + 156.372 497.5 139.977 537.781 139.572 611.5 c 24 + 139.216 676.438 151.572 721 141.972 778 c 8 + 138.635 797.814 65.8672 800.626 60.3721 781 c 16 +60.3721 381 m 16 + 43.5723 321 66.959 281.288 67.5723 217.5 c 24 + 68.2969 142.027 33.9717 88.5 62.7715 24 c 8 + 71.3301 4.83398 141.204 2.7002 144.372 22.5 c 16 + 156.372 97.5 139.977 137.781 139.572 211.5 c 24 + 139.216 276.438 151.572 321 141.972 378 c 8 + 138.635 397.814 65.8672 400.626 60.3721 381 c 16 +EndSplineSet +EndChar +StartChar: braceright +Encoding: 125 125 93 +Width: 340 +Flags: W +Ref: 123 123 S -1 0 0 1 360.44 0 +EndChar +StartChar: asciitilde +Encoding: 126 126 94 +Width: 373 +Flags: W +Fore +30 396 m 24 + 13.7148 363.507 3.60535 319.48 36 303 c 24 + 86.627 277.244 102.271 383.9 159 381 c 24 + 208.09 378.49 208.945 306.116 258 303 c 24 + 298.851 300.404 328.268 321.137 348 357 c 24 + 371.131 399.041 388.234 459.184 345 480 c 28 + 306.627 498.475 300.568 415.299 258 414 c 24 + 211.618 412.585 205.402 479.749 159 480 c 24 + 98.9648 480.324 56.8996 449.673 30 396 c 24 +EndSplineSet +EndChar +StartChar: uni007F +Encoding: 127 127 95 +Width: 1597 +Flags: W +Fore +1371.96 532 m 12 + 1380.35 515.228 1391.96 514 1405.96 498 c 12 + 1418.83 483.29 1444.23 503.312 1449.96 522 c 28 + 1460.47 556.264 1401.42 568.394 1407.82 603.657 c 28 + 1410.29 617.322 1429.95 614.338 1434.21 627.557 c 28 + 1437.59 638.057 1437.72 649.521 1428.27 655.21 c 28 + 1411.89 665.073 1398.66 649.408 1381.08 641.886 c 28 + 1369.86 637.083 1365.86 629.344 1354.13 625.967 c 28 + 1328 618.448 1311.56 622.073 1284.45 624.086 c 28 + 1249.17 626.704 1221.04 615.811 1195.13 639.894 c 28 + 1182.27 651.839 1188.83 666.617 1184.07 683.507 c 28 + 1180.37 696.618 1187.21 715.041 1173.72 716.866 c 28 + 1158.17 718.969 1158.39 697.328 1152.02 682.991 c 28 + 1145.3 667.889 1150.17 655.754 1140.84 642.112 c 28 + 1114.65 603.82 1078.42 603.741 1045.27 571.282 c 28 + 1010.99 537.713 980.257 520.862 969.962 474 c 20 + 954.754 404.771 959.342 390.006 955.726 336.035 c 28 + 953.036 295.893 954.748 287.21 952.529 232.924 c 12 + 951.358 204.268 984.951 201.705 1008.03 184.678 c 28 + 1035.9 164.114 1055.17 157.783 1083.48 137.826 c 20 + 1095.68 129.227 1107.54 121.431 1117.96 113.729 c 4 + 1128.87 105.673 1138.2 97.7197 1144.73 89.0605 c 12 + 1155.14 75.249 1166.52 105.118 1179.96 116 c 28 + 1188.9 123.231 1192.16 129.855 1202.35 135.168 c 28 + 1221.35 145.067 1236.17 139.729 1255.52 148.91 c 28 + 1271.36 156.424 1307.94 168.776 1291.76 175.503 c 20 + 1266.98 185.8 1258.71 174.989 1237.61 175.727 c 28 + 1220.3 176.331 1194.51 161.366 1193.3 178.643 c 20 + 1189.95 226.525 1189.98 304.464 1195.91 384.559 c 28 + 1200.2 442.432 1207.2 485.275 1215.96 532 c 4 + 1224.11 575.479 1291.96 574 1339.96 566 c 4 + 1357.75 563.036 1365.96 544 1371.96 532 c 12 +771.962 516 m 4 + 763.962 538 755.45 587.645 735.962 630 c 28 + 710.042 686.333 702.837 729.547 651.962 765 c 28 + 607.533 795.961 570.094 791.506 515.962 793 c 28 + 478.912 794.022 457.465 789.644 421.962 779 c 28 + 364.3 761.714 333.05 745.84 281.962 714 c 28 + 213.006 671.024 173.902 643.764 119.962 583 c 28 + 87.8516 546.828 73.9629 522.039 53.9619 478 c 28 + 42.1758 452.049 37.2686 436.175 32.9619 408 c 28 + 23.0615 343.228 19.5137 304.517 30.9619 240 c 28 + 41.8965 178.381 44.8613 135.373 87.9619 90 c 28 + 131.979 43.6611 175.92 39.3506 237.962 24 c 28 + 313.108 5.40723 358.562 8.62988 435.962 10 c 28 + 472.823 10.6523 496.064 5.50391 529.962 20 c 28 + 578.813 40.8916 597.962 62 633.962 108 c 12 + 671.171 155.545 680.223 171.326 727.962 231 c 4 + 735.962 241 754.592 296.152 759.962 292 c 4 + 778.04 278.02 790.669 149.135 817.962 123 c 12 + 862.034 80.7979 892.234 58.7715 949.962 39 c 28 + 1041.12 7.77734 1099.73 10.9834 1195.96 16 c 28 + 1259.51 19.3135 1298.81 20.0215 1355.96 48 c 28 + 1390.23 64.7764 1405.36 82.833 1429.96 112 c 28 + 1483.44 175.396 1522.4 212.943 1539.96 294 c 20 + 1565.96 414 1590.7 466.553 1565.96 582 c 4 + 1553.96 638 1541.44 666.726 1505.96 708 c 28 + 1476.49 742.289 1452.57 757.866 1409.96 773 c 28 + 1338.39 798.421 1291.65 796.265 1215.96 790 c 28 + 1166.19 785.881 1138.51 776.104 1091.96 758 c 28 + 1028.55 733.336 992.215 717.067 937.962 676 c 20 + 877.045 629.889 803.962 510 783.962 474 c 4 + 780.927 468.536 776.581 503.298 771.962 516 c 4 +811.962 376 m 28 + 821.594 466.938 866.146 511.15 923.962 582 c 28 + 960.711 627.033 988.398 647.637 1037.96 678 c 28 + 1093.55 712.055 1127.84 731.223 1191.96 743 c 28 + 1266.42 756.678 1314.98 762.345 1385.96 736 c 28 + 1423.42 722.097 1445.86 706.53 1465.96 672 c 28 + 1513.25 590.767 1510.25 527.785 1503.96 434 c 28 + 1496.72 325.912 1478.92 261.353 1423.96 168 c 28 + 1402.97 132.351 1385.74 112.768 1349.96 92 c 28 + 1309.55 68.543 1280.53 65.8818 1233.96 62 c 28 + 1198.07 59.0078 1177.35 63.29 1141.96 70 c 28 + 1077.22 82.2764 1036.34 83.8848 979.962 118 c 28 + 916.724 156.268 885.245 190.178 847.962 254 c 28 + 822.938 296.835 806.736 326.668 811.962 376 c 28 +345.962 64 m 28 + 296.333 65.9043 268.032 74.4502 221.962 93 c 28 + 181.57 109.263 152.416 115.415 125.962 150 c 28 + 81.6973 207.87 79.4336 257.225 75.9619 330 c 28 + 73.6211 379.06 77.1035 409.534 97.9619 454 c 28 + 128.754 519.644 162.766 548.983 217.962 596 c 28 + 285.885 653.857 327.817 690.761 413.962 714 c 28 + 464.424 727.613 499.385 731.287 547.962 712 c 28 + 594.143 693.664 614.677 667.526 641.962 626 c 28 + 678.67 570.132 681.644 528.826 697.962 464 c 28 + 711.077 411.896 727.485 381.2 719.962 328 c 28 + 712.291 273.761 693.19 244.551 659.962 201 c 28 + 620.703 149.546 592.769 120.029 533.962 93 c 28 + 466.555 62.0166 420.095 61.1562 345.962 64 c 28 +339.962 606 m 20 + 388.274 608.426 391.193 606.348 423.933 605.534 c 28 + 452.688 604.819 468.883 600.958 497.617 602.28 c 28 + 517.891 603.213 529.927 602.905 549.175 609.341 c 28 + 567.188 615.364 571.421 621.387 591.697 633.085 c 12 + 598.195 636.834 599.409 624.186 603.513 617.906 c 28 + 608.235 610.68 616.27 606.784 614.053 598.44 c 28 + 611.896 590.321 600.206 594.208 595.746 587.09 c 28 + 592.73 582.277 592.117 577.875 594.238 572.607 c 28 + 601.064 555.654 627.202 560.419 630.033 542.364 c 28 + 631.658 531.997 623.363 526.796 615.78 519.542 c 28 + 605.618 509.822 598.281 503.938 584.38 501.82 c 28 + 557.747 497.762 543.746 514.988 516.838 516.312 c 28 + 466.104 518.807 411.986 512.04 387.424 501.616 c 4 + 370.752 494.541 387.782 475.727 388.808 459.212 c 28 + 389.972 440.463 391.353 433.26 393.204 411.247 c 12 + 396.169 375.995 448.613 409.478 483.688 404.862 c 28 + 522.608 399.741 572.003 423.557 582.511 385.732 c 28 + 586.45 371.553 564.56 371.192 554.47 360.479 c 28 + 542.345 347.606 542.614 331.6 526.195 325.031 c 28 + 504.896 316.511 490.738 330.664 467.921 333.033 c 28 + 448.728 335.025 434.029 348.059 418.566 336.516 c 28 + 398.949 321.871 407.338 299.598 405.002 275.229 c 28 + 401.465 238.334 395.03 216.607 407.538 180.227 c 12 + 412.054 167.094 394.255 162.82 383.783 153.698 c 28 + 372.198 143.606 366.468 131.318 351.108 131.69 c 28 + 332.904 132.131 328.321 148.777 313.69 159.617 c 28 + 294.629 173.739 288.112 191.903 264.688 195.655 c 28 + 248.351 198.272 238.976 190.225 224.368 182.453 c 28 + 211.122 175.406 203.73 170.251 194.011 158.822 c 28 + 187.539 151.213 191.63 137.654 181.727 136.348 c 28 + 173.361 135.244 173.391 146.744 166.783 151.991 c 28 + 161.152 156.463 149.049 154.432 150.912 161.377 c 20 + 159.49 193.353 172.578 208.039 198.654 224.629 c 28 + 236.847 248.928 273.499 237.826 312.197 248.711 c 12 + 331.72 254.202 322.689 279.193 323.559 299.455 c 28 + 324.395 318.952 326.559 332.115 316.846 349.042 c 28 + 311.623 358.145 305.637 362.404 295.646 365.613 c 28 + 284.407 369.223 277.186 365.108 265.407 364.343 c 28 + 247.438 363.175 229.912 345.664 219.411 360.294 c 28 + 212.852 369.433 225.202 377.068 231.001 386.708 c 28 + 240.684 402.805 245.146 414.237 260.896 424.473 c 28 + 269.424 430.014 276.039 429.905 286.154 430.957 c 28 + 293.308 431.7 299.077 425.509 304.576 430.144 c 28 + 331.587 452.908 308.976 485.374 315.962 520 c 28 + 322.849 554.134 305.185 604.254 339.962 606 c 20 +1125.51 201.97 m 12 + 1121.72 180.574 1091.35 207.956 1072.24 218.294 c 28 + 1049.43 230.63 1017.85 235.116 1021.15 260.834 c 20 + 1028.93 321.524 1025.97 350.614 1030.91 407.873 c 28 + 1035.13 456.807 1037.3 488.516 1044.21 533.105 c 12 + 1046.93 550.699 1066.8 549.588 1082.58 557.843 c 28 + 1095.69 564.704 1103.13 575.196 1117.65 572.324 c 28 + 1129.85 569.91 1139.07 562.227 1140.28 549.848 c 20 + 1143.96 512 1141.21 518.246 1140.9 498.044 c 28 + 1140.06 442.32 1137.72 410.931 1134.84 355.274 c 28 + 1131.75 295.454 1135.57 258.811 1125.51 201.97 c 12 +EndSplineSet +EndChar +StartChar: nonbreakingspace +Encoding: 160 160 96 +Width: 350 +Flags: W +Ref: 32 32 S 1 0 0 1 0 0 +EndChar +StartChar: exclamdown +Encoding: 161 161 95 +Width: 250 +Flags: W +Ref: 33 33 S 1 0 0 -1 0 785.785 +EndChar +StartChar: cent +Encoding: 162 162 96 +Width: 365 +Flags: W +Fore +174.25 753 m 12 + 177.685 792.252 223.164 786.63 225.25 747 c 20 + 231.25 633 223.527 543.875 223.75 414 c 28 + 224.003 266.562 234.25 186 226.75 36 c 12 + 224.77 -3.59961 181.099 0.667969 175.75 39 c 20 + 157.75 168 179.203 275.055 178.75 426 c 28 + 178.367 553.576 163.75 633 174.25 753 c 12 +EndSplineSet +Ref: 99 99 N 1 0 0 1 0.000207901 100 +EndChar +StartChar: sterling +Encoding: 163 163 97 +Width: 565 +Flags: W +Fore +111 396 m 16 + 117 345 110.268 372.604 108.83 323 c 0 + 107.213 267.188 115.023 250.66 100.172 186 c 8 + 85.2891 121.203 -19.039 90.4072 19.1719 36 c 24 + 87.168 -60.8174 201.104 88.5334 319.172 81 c 24 + 400.487 75.8115 455.619 -25.7206 520.172 24 c 24 + 571.161 63.2734 560.394 141.312 517.172 189 c 24 + 456.26 256.207 400.172 156 286.172 216 c 0 + 217.175 252.314 222.374 231.941 216.83 302 c 0 + 212.849 352.312 198 360 215.172 398 c 8 + 234.734 441.289 302.986 370.665 336.83 404 c 24 + 362.724 429.505 367.103 469.948 342.83 497 c 24 + 307.113 536.807 214.086 450.16 205.83 503 c 16 + 195.83 567 178.507 614.077 216.83 664 c 24 + 245.443 701.273 286.36 718.181 330.83 703 c 24 + 373.722 688.357 353.603 624.826 394.83 606 c 24 + 435.621 587.373 489.311 580.628 508.83 621 c 24 + 533.955 672.966 482.309 718.274 432.83 748 c 24 + 333.415 807.728 237.692 818.453 135.83 763 c 24 + 104.985 746.208 99.8161 718.95 90.8301 685 c 24 + 73.5664 619.775 108.83 579 91.8301 512 c 8 + 85.083 485.409 39.7484 516.343 23.8301 494 c 24 + 5.44922 468.201 8.96343 436.833 29.8301 413 c 24 + 51.1357 388.666 107.221 428.122 111 396 c 16 +EndSplineSet +EndChar +StartChar: currency +Encoding: 164 164 98 +Width: 800 +Flags: W +Fore +299.152 503.775 m 24 + 245.847 447.102 253.982 359.655 308.872 304.515 c 24 + 359.089 254.07 439.188 246.121 491.122 294.795 c 24 + 551.284 351.181 551.886 447.929 493.552 506.205 c 24 + 439.912 559.792 351.101 559.005 299.152 503.775 c 24 +267.998 680 m 24 + 356.312 656.971 415.405 648.166 501.998 677 c 24 + 556.618 695.188 561.474 764.741 618.998 767 c 24 + 678.987 769.355 734.623 741.527 747.998 683 c 24 + 759.575 632.336 692.687 619.135 678.998 569 c 24 + 651.466 468.165 643.123 398.029 681.998 301 c 24 + 699.854 256.432 766.825 259.006 765.998 211 c 24 + 764.687 134.898 703.611 81.7051 627.998 73 c 24 + 577.36 67.1709 566.395 129.423 516.998 142 c 24 + 444.691 160.41 397.252 153.135 325.998 131 c 24 + 282.883 117.606 272.043 67.9541 226.998 71 c 24 + 156.444 75.7715 92.7842 114.611 85.998 185 c 24 + 82.332 223.023 135.758 224.168 148.998 260 c 24 + 178.332 339.388 182.204 398.33 150.998 477 c 24 + 126.69 538.279 34.4189 533.077 33.998 599 c 24 + 33.5273 672.671 90.2764 725.199 162.998 737 c 24 + 208.991 744.464 222.911 691.757 267.998 680 c 24 +EndSplineSet +EndChar +StartChar: yen +Encoding: 165 165 99 +Width: 757 +Flags: W +Fore +18 738 m 24 + -32.5215 616.718 182.556 599.127 231 477 c 16 + 238.971 456.905 243.987 445.887 246.865 426 c 0 + 247.88 418.982 50.958 417.982 51.4766 411 c 0 + 52.0654 403.082 25.5186 357.866 68 350 c 0 + 128.308 338.833 249.764 356.045 249 345 c 0 + 248.736 341.182 274.94 309.14 252 300 c 4 + 190.132 275.352 51.2979 301.124 50 291 c 4 + 49.623 288.06 23.5127 234.945 59 231 c 4 + 120.606 224.15 242.112 223.047 241.392 218 c 4 + 230.112 138.954 216.718 119.603 261 54 c 8 + 304.862 -10.9805 425.785 -12.5332 462 57 c 16 + 499.006 128.052 490.626 142.002 480.617 207 c 4 + 479.157 216.48 612 207 663 219 c 4 + 688.438 224.985 669.223 275.777 666 279 c 4 + 642 303 539.472 266.608 486 291 c 4 + 466.491 299.899 474.15 340.685 474 345 c 0 + 473.7 353.643 597.373 343.703 645 354 c 0 + 689.861 363.699 658.795 402.633 660 411 c 0 + 660.859 416.965 474.484 419.964 475.825 426 c 0 + 479.314 441.719 484.534 448.694 492 465 c 8 + 547.798 586.857 770.535 578.771 735 708 c 24 + 714.837 781.328 617.246 782.6 546 756 c 24 + 436.538 715.133 491.718 504.616 375 510 c 24 + 263.52 515.143 333.023 707.534 234 759 c 24 + 158.9 798.032 50.5459 816.13 18 738 c 24 +EndSplineSet +EndChar +StartChar: brokenbar +Encoding: 166 166 100 +Width: 200 +Flags: W +Ref: 124 124 N 1 0 0 1 0 0 +EndChar +StartChar: section +Encoding: 167 167 101 +Width: 522 +Flags: W +Fore +301.699 447 m 24 + 316.411 430.334 317.944 405.175 301.699 390 c 24 + 263.992 354.776 201.224 358.149 169.699 399 c 24 + 154.419 418.801 161.476 447.282 181.699 462 c 24 + 219.834 489.753 270.486 482.358 301.699 447 c 24 +154.699 139 m 24 + 106.848 145.932 68.4434 217.317 37.6992 180 c 24 + 2.35547 137.101 59.6094 81.0967 109.699 57 c 24 + 226.897 0.620117 345.667 15.1553 439.699 105 c 24 + 506.892 169.199 492.845 246.426 484.699 339 c 24 + 478.77 406.389 474.473 457.458 422.699 501 c 24 + 366.738 548.063 303.24 502.633 238.699 537 c 24 + 205.108 554.887 173.449 568.129 169.699 606 c 24 + 165.127 652.178 192.726 687.492 235.699 705 c 24 + 284.436 724.855 316.708 690.012 367.699 677 c 24 + 413.849 665.224 455.274 604.549 484.699 642 c 24 + 519.039 685.708 462.789 740.903 412.699 765 c 24 + 295.501 821.38 176.731 806.845 82.6992 717 c 24 + 15.5068 652.801 29.458 575.566 37.6992 483 c 24 + 43.666 415.98 48.1592 365.254 99.6992 322 c 24 + 155.709 274.995 211.214 295.617 283.699 286 c 24 + 322.069 280.909 363.524 312.623 382.699 279 c 24 + 411.212 229.002 364.898 178.458 316.699 147 c 24 + 263.727 112.427 217.303 129.932 154.699 139 c 24 +EndSplineSet +EndChar +StartChar: dieresis +Encoding: 168 168 101 +Width: 454 +Flags: W +Fore +131.31 456 m 28 + 104.619 441.219 73.2832 438.937 53.3096 462 c 28 + 30.2803 488.592 30.2734 532.142 59.3096 552 c 28 + 94.7402 576.232 147.914 558.671 164.31 519 c 28 + 174.903 493.366 155.574 469.438 131.31 456 c 28 +381.31 456 m 28 + 354.619 441.219 323.283 438.937 303.31 462 c 28 + 280.28 488.592 280.273 532.142 309.31 552 c 28 + 344.74 576.232 397.915 558.671 414.31 519 c 28 + 424.903 493.366 405.574 469.438 381.31 456 c 28 +EndSplineSet +EndChar +StartChar: copyright +Encoding: 169 169 102 +Width: 707 +Flags: W +Fore +210 627 m 28 + 73.4541 498.297 42.6621 278.007 177 147 c 28 + 275.435 51.0049 435.778 78.0205 528 180 c 28 + 645.716 310.171 650.101 506.908 525 630 c 28 + 437.428 716.166 299.401 711.267 210 627 c 28 +150 666 m 28 + 267.935 783.307 455.839 802.025 576 687 c 28 + 727.29 542.177 716.038 302.978 573 150 c 28 + 452.019 20.6113 246.386 -7.11523 120 117 c 28 + -32.9922 267.244 -2.02832 514.78 150 666 c 28 +EndSplineSet +Ref: 99 99 N 1 0 0 1 171 150 +EndChar +StartChar: ordfeminine +Encoding: 170 170 103 +Width: 348 +Flags: W +HStem: 350.76 84.4805<166 172> +Fore +172.332 435.24 m 28 + 125.688 435.292 85.623 463.915 52.8125 430.76 c 28 + 33.3164 411.061 32.3438 380.313 50.8926 359.721 c 28 + 81.1777 326.1 121.322 350.647 166.572 350.76 c 28 + 218.227 350.888 267.384 320.464 298.572 361.64 c 28 + 315.153 383.53 305.973 412.876 285.133 430.76 c 28 + 251.722 459.432 216.359 435.19 172.332 435.24 c 28 +99.7998 601.4 m 24 + 117.747 621.335 148.539 626.847 168.2 608.6 c 24 + 185.188 592.834 183.464 564.883 166.4 549.2 c 24 + 147.248 531.598 117.689 533.917 99.7998 552.8 c 24 + 86.7637 566.56 87.1182 587.314 99.7998 601.4 c 24 +51.2002 754.4 m 24 + 40.2188 740.71 39.2998 722.299 51.2002 709.4 c 24 + 80.8096 677.307 132.261 731.609 162.8 700.4 c 24 + 171.161 691.855 171.302 679.699 164.6 669.8 c 24 + 142.198 636.712 93.6768 667.503 67.4004 637.4 c 24 + 34.9863 600.267 18.7998 551 44 513.2 c 0 + 93.3311 439.204 155.6 518.6 207.8 506 c 8 + 237.647 498.795 256.469 480.771 285.2 491.6 c 24 + 296.896 496.008 307.454 504.545 305 516.8 c 24 + 299.632 543.609 257.637 527.417 243.8 551 c 24 + 202.591 621.235 298.055 699.074 243.8 759.8 c 24 + 214.617 792.463 175.938 774.726 132.2 772.4 c 24 + 99.8848 770.682 71.4492 779.643 51.2002 754.4 c 24 +EndSplineSet +EndChar +StartChar: guillemotleft +Encoding: 171 171 103 +Width: 540 +Flags: W +Ref: 60 60 S 1 0 0 1 200 0 +Ref: 60 60 S 1 0 0 1 0 0 +EndChar +StartChar: logicalnot +Encoding: 172 172 104 +Width: 450 +Flags: W +HStem: 327 132<215 224> +Fore +224.982 459 m 24 + 152.099 459.081 89.4989 503.805 38.2324 452 c 24 + 7.77051 421.219 6.24885 373.177 35.2324 341 c 24 + 82.5527 288.467 145.278 326.826 215.982 327 c 16 + 245.937 327.074 275.355 320.572 303 315.655 c 0 + 311.165 314.203 285 165 327 111 c 0 + 341.893 91.8512 366 87 393 118.114 c 0 + 443.961 176.841 413.368 332.298 422.232 344 c 8 + 448.14 378.204 433.794 424.056 401.232 452 c 24 + 349.028 496.8 293.773 458.923 224.982 459 c 24 +EndSplineSet +EndChar +StartChar: softhyphen +Encoding: 173 173 104 +Width: 450 +Flags: W +Ref: 45 45 S 1 0 0 1 0 0 +EndChar +StartChar: registered +Encoding: 174 174 105 +Width: 707 +Flags: W +VStem: 199.32 129.36<309.841 349.44> +Fore +210 627 m 24 + 73.4541 498.297 42.6621 278.007 177 147 c 24 + 275.435 51.0049 435.778 78.0205 528 180 c 24 + 645.716 310.171 650.101 506.908 525 630 c 24 + 437.428 716.166 299.401 711.267 210 627 c 24 +150 666 m 24 + 267.935 783.307 455.839 802.025 576 687 c 24 + 727.29 542.177 716.038 302.978 573 150 c 24 + 452.019 20.6113 246.386 -7.11523 120 117 c 24 + -32.9922 267.244 -2.02832 514.78 150 666 c 24 +326.04 182.24 m 28 + 290.734 147.658 234.266 147.294 199.32 182.24 c 28 + 153.211 228.35 197.839 284.248 199.32 349.44 c 28 + 201.38 440.115 144.307 519.1 209.88 581.76 c 28 + 236.678 607.368 273.725 601.777 304.921 581.76 c 28 + 327.797 567.08 308.648 528.309 333.96 518.4 c 28 + 371.352 503.763 389.077 553.692 429 558 c 28 + 463.335 561.704 489.137 563.713 516.12 542.159 c 28 + 563.338 504.443 605.033 453.051 576.84 399.6 c 28 + 559.695 367.096 514.63 360.165 484.439 381.12 c 28 + 457.881 399.555 500.872 450.03 471.239 462.96 c 28 + 409.996 489.684 360.211 426.835 328.68 367.92 c 28 + 317.991 347.949 328.914 332.489 328.68 309.841 c 28 + 328.166 260.068 361.599 217.071 326.04 182.24 c 28 +EndSplineSet +EndChar +StartChar: macron +Encoding: 175 175 106 +Width: 450 +Flags: W +Ref: 45 45 S 1 0 0 1 0 107 +EndChar +StartChar: degree +Encoding: 176 176 107 +Width: 300 +Flags: W +VStem: 41.8887 52.7051<673 686> +Fore +149.889 734.064 m 24 + 178.924 735.102 203.285 713.135 205.186 684.145 c 24 + 207.27 652.342 184.018 623.644 152.193 621.936 c 24 + 121.305 620.278 95.332 645.539 94.5938 676.464 c 24 + 93.8496 707.595 118.77 732.951 149.889 734.064 c 24 +149.889 787.5 m 24 + 89.1074 785.328 40.4355 735.803 41.8887 675 c 24 + 43.334 614.601 94.0586 565.263 154.389 568.5 c 24 + 216.547 571.836 261.959 627.887 257.889 690 c 24 + 254.178 746.623 206.598 789.527 149.889 787.5 c 24 +EndSplineSet +EndChar +StartChar: plusminus +Encoding: 177 177 108 +Width: 450 +Flags: W +HStem: 157.5 99<215 224> +Fore +224.982 256.5 m 24 + 152.099 256.561 89.499 290.104 38.2324 251.25 c 24 + 7.77051 228.164 6.24902 192.133 35.2324 168 c 24 + 82.5527 128.601 145.279 157.369 215.982 157.5 c 24 + 296.692 157.649 373.5 121.997 422.232 170.25 c 24 + 448.141 195.903 433.795 230.292 401.232 251.25 c 24 + 349.028 284.85 293.774 256.442 224.982 256.5 c 24 +191.25 627.875 m 24 + 146.541 596.619 220.128 542.787 176.25 510.875 c 24 + 137.531 482.715 75.6543 533.268 38.25 504.125 c 24 + 8.2168 480.726 6.00781 444.831 35.25 420.875 c 24 + 74.0352 389.102 142.896 445.503 182.25 414.125 c 24 + 224.736 380.249 137.884 327.366 182.25 294.875 c 24 + 217.418 269.119 276.69 268.861 308.25 297.125 c 24 + 347.771 332.519 246.232 377.816 284.25 414.125 c 24 + 317.615 445.991 389.729 390.772 422.25 423.125 c 24 + 448.081 448.822 433.591 482.975 401.25 504.125 c 24 + 369.455 524.919 320.795 484.662 293.25 508.625 c 24 + 251.819 544.668 357.229 599.873 308.25 630.125 c 16 + 257.25 661.625 224.639 651.217 191.25 627.875 c 24 +EndSplineSet +EndChar +StartChar: twosuperior +Encoding: 178 178 109 +Width: 235 +Flags: W +Fore +42.7139 584.8 m 20 + 100.313 583 49.9141 577.6 73.3135 584.8 c 12 + 116.511 598.091 51.6963 670.473 85.9131 700 c 28 + 99.9189 712.086 122.062 712.884 133.313 698.2 c 28 + 183.689 632.463 113.351 569.343 85.9131 491.2 c 28 + 65.249 432.347 8.33887 409.063 16.3135 347.2 c 28 + 17.9258 334.689 25.8291 327.818 37.3135 322.6 c 28 + 94.1982 296.754 152.863 280.693 197.514 324.4 c 28 + 212.906 339.468 237.113 359.8 199.313 379.6 c 12 + 164.951 397.6 81.2959 355.391 100.313 389.2 c 20 + 121.913 427.6 134.327 441.692 148.913 478.6 c 28 + 180.644 558.883 235.827 612.275 204.713 692.8 c 28 + 189.906 731.122 157.595 749.991 116.514 750.4 c 28 + 83.4014 750.73 54.5537 736.955 44.5137 705.4 c 20 + 31.9141 665.8 -4.30273 586.27 42.7139 584.8 c 20 +EndSplineSet +EndChar +StartChar: threesuperior +Encoding: 179 179 110 +Width: 235 +Flags: W +Fore +78.6973 510.8 m 24 + 65.2607 526.349 62.8203 544.371 71.498 563 c 24 + 80.9551 583.304 103.709 578.333 120.098 593.6 c 24 + 139.207 611.401 158.615 621.507 159.697 647.6 c 24 + 160.756 673.103 150.288 697.326 125.498 703.4 c 24 + 101.643 709.244 95.3223 676.963 71.498 671 c 24 + 57.8604 667.587 42.9727 660.895 35.498 672.8 c 24 + 17.2637 701.841 41.4307 734.389 69.6973 753.8 c 24 + 105.595 778.451 148.169 785.663 181.298 757.4 c 24 + 223.824 721.118 207.783 670.453 199.298 615.2 c 24 + 194.959 586.946 170.347 577.137 168.697 548.6 c 24 + 166.737 514.691 192.487 499.613 195.697 465.8 c 24 + 200.981 410.149 220.224 359.881 177.697 323.6 c 24 + 144.569 295.337 101.994 302.549 66.0977 327.2 c 24 + 37.8311 346.611 13.6631 379.159 31.8975 408.2 c 24 + 39.3721 420.105 54.2598 413.413 67.8975 410 c 24 + 91.7227 404.037 98.043 371.756 121.897 377.6 c 24 + 146.688 383.674 153.415 408.017 156.098 433.4 c 24 + 158.758 458.57 152.895 477.218 134.498 494.6 c 24 + 118.026 510.163 93.5137 493.654 78.6973 510.8 c 24 +EndSplineSet +EndChar +StartChar: acute +Encoding: 180 180 109 +Width: 250 +Flags: W +Ref: 96 96 S -1 0 0 1 252.251 0 +EndChar +StartChar: mu +Encoding: 181 181 110 +Width: 454 +Flags: W +Fore +46.3701 462 m 24 + -13.25 406.405 43.9551 334.517 43.3701 253 c 16 + 42.9189 190.155 13.2402 140.424 27.7178 90 c 0 + 30.7598 79.4062 -15.5283 -129.156 26.2578 -174 c 0 + 67.2578 -218 89.626 -193.32 101.258 -189 c 0 + 136.258 -176 113.817 20.4102 122.258 17.207 c 0 + 149.041 7.04395 153.136 6.13965 187.37 7 c 8 + 230.377 8.08008 247.185 57.4375 289.37 49 c 24 + 303.973 46.0791 302.611 27.6992 316.37 22 c 24 + 340.15 12.1494 363.034 5.00879 382.37 22 c 24 + 462.131 92.0898 407.327 186.295 417.37 292 c 24 + 423.467 356.179 470.306 408.91 427.37 457 c 24 + 397.718 490.211 347.229 491.908 313.37 463 c 24 + 262.37 419.459 309.566 357.539 295.37 292 c 24 + 282.055 230.528 297.352 172.899 244.37 139 c 24 + 217.597 121.87 184.369 124.141 163.37 148 c 24 + 116.983 200.703 169.065 257.842 166.37 328 c 24 + 164.444 378.102 190.49 421.226 154.37 456 c 24 + 123.979 485.258 77.2227 490.77 46.3701 462 c 24 +EndSplineSet +EndChar +StartChar: paragraph +Encoding: 182 182 111 +Width: 684 +Flags: W +Fore +409.99 786 m 8 + 502.773 782.052 590.608 792.023 635.99 711 c 24 + 671.217 648.107 606.238 602.037 593.99 531 c 16 + 578.99 444 573.128 383.911 584.99 291 c 24 + 597.366 194.065 704.781 136.237 656.99 51 c 24 + 645.748 30.9492 609.155 14.9199 599.99 36 c 16 + 569.99 105 538.374 177.134 520.99 273 c 24 + 504.069 366.313 497.508 422.277 511.99 516 c 16 + 520.162 568.883 529.541 634.737 546.99 675 c 0 + 531.99 609 504.579 574.839 492.99 507 c 24 + 478.603 422.778 475.688 372.691 486.99 288 c 24 + 498.789 199.579 553.99 156 552.99 69 c 8 + 552.296 8.62988 457.558 -0.850586 403.99 27 c 24 + 297.29 82.4756 388.584 234.55 301.99 318 c 24 + 227.911 389.391 105.486 309.371 49.9902 396 c 24 + -7.93945 486.428 6.84277 596.415 85.9902 669 c 16 + 195.452 769.386 268.99 792 409.99 786 c 8 +379.99 621 m 24 + 324.024 682.388 229.197 676.054 166.99 621 c 24 + 123.738 582.721 112.233 518.553 148.99 474 c 24 + 202.729 408.863 300.654 404.306 364.99 459 c 24 + 413.332 500.097 422.738 574.111 379.99 621 c 24 +EndSplineSet +EndChar +StartChar: periodcentered +Encoding: 183 183 111 +Width: 250 +Flags: W +Ref: 46 46 S 1 0 0 1 0 325 +EndChar +StartChar: cedilla +Encoding: 184 184 112 +Width: 250 +Flags: W +Fore +93 -12 m 28 + 84.1463 -24.368 108.144 -32.791 108 -48 c 28 + 107.505 -100.387 12.7539 -138.697 54 -171 c 28 + 99.3234 -206.496 140.828 -130.028 171 -81 c 28 + 184.109 -59.6985 198.296 -37.79 183 -18 c 28 + 161.487 9.83314 113.477 16.6045 93 -12 c 28 +EndSplineSet +EndChar +StartChar: onesuperior +Encoding: 185 185 113 +Width: 235 +Flags: W +Fore +35.3027 677.6 m 28 + 49.207 647.604 117.903 705.2 119.903 672.2 c 20 + 123.503 612.8 119.753 589.829 118.103 537.2 c 28 + 116.319 480.297 132.988 443.873 110.903 391.4 c 28 + 95.6787 355.23 28.4844 354.254 42.5029 317.6 c 28 + 53.333 289.284 89.5889 310.75 119.903 310.4 c 28 + 150.16 310.05 179.452 291.366 197.303 315.8 c 28 + 214.779 339.722 183.161 360.227 179.303 389.6 c 28 + 170.981 452.953 175.564 489.503 175.703 553.4 c 28 + 175.876 633.456 186.503 702.8 181.103 758.6 c 12 + 177.323 797.66 115.438 761.308 82.1025 740.6 c 28 + 56.1035 724.449 22.4307 705.368 35.3027 677.6 c 28 +EndSplineSet +EndChar +StartChar: ordmasculine +Encoding: 186 186 114 +Width: 348 +Flags: W +HStem: 350.76 84.4805<168 173> +VStem: 44.2676 63.2451<604 619> +Fore +173.988 435.24 m 28 + 127.344 435.292 87.2793 463.915 54.4688 430.76 c 28 + 34.9727 411.061 34 380.313 52.5488 359.721 c 28 + 82.834 326.1 122.979 350.647 168.229 350.76 c 28 + 219.883 350.888 269.04 320.464 300.229 361.64 c 28 + 316.81 383.53 307.629 412.876 286.789 430.76 c 28 + 253.378 459.432 218.016 435.19 173.988 435.24 c 28 +173.867 677.553 m 24 + 208.71 678.799 237.942 652.438 240.222 617.649 c 24 + 242.723 579.486 214.821 545.049 176.632 543 c 24 + 139.564 541.011 108.398 571.324 107.513 608.434 c 24 + 106.619 645.79 136.522 676.218 173.867 677.553 c 24 +173.867 741.677 m 24 + 100.929 739.069 42.5225 679.64 44.2676 606.677 c 24 + 46 534.197 106.871 474.991 179.267 478.876 c 24 + 253.855 482.879 308.352 550.14 303.467 624.677 c 24 + 299.014 692.625 241.918 744.108 173.867 741.677 c 24 +EndSplineSet +EndChar +StartChar: guillemotright +Encoding: 187 187 113 +Width: 540 +Flags: W +Ref: 171 171 S -1 0 0 1 545.448 0 +EndChar +StartChar: onequarter +Encoding: 188 188 114 +Width: 600 +Flags: W +Fore +444.121 273.84 m 28 + 419.463 302.768 436.983 344 465.721 368.88 c 28 + 473.707 375.794 485.548 378.795 492.721 371.04 c 28 + 518.205 343.487 505.349 301.271 477.601 276 c 28 + 467.927 267.189 452.608 263.883 444.121 273.84 c 28 +479.4 29.3994 m 28 + 493.546 16.7051 514.821 19.3066 528 33 c 28 + 568.918 75.5127 495.559 138.926 533.4 184.199 c 28 + 543.997 196.878 564.641 180.169 574.8 193.199 c 28 + 588.188 210.37 588.295 233.503 573 249 c 28 + 562.141 260.004 535.942 235.55 533.4 250.8 c 20 + 522.601 315.6 549.601 396.6 528 466.8 c 12 + 522.187 485.694 493.667 472.917 477.601 461.399 c 28 + 409.699 412.722 410.314 347.399 387.601 267 c 28 + 381.066 243.872 366.206 225.192 380.4 205.8 c 28 + 402.356 175.804 449.843 216.052 474 187.8 c 28 + 514.172 140.82 433.397 70.6846 479.4 29.3994 c 28 +EndSplineSet +Ref: 185 185 N 1 0 0 1 -11 17 +Ref: 47 47 N 1 0 0 1 100 0 +LCarets: 0 255 ' ' 2 0 0 +Ligature: 0 0 'frac' one slash four +Ligature: 0 0 'frac' one fraction four +EndChar +StartChar: onehalf +Encoding: 189 189 115 +Width: 600 +Flags: W +Ref: 178 178 S 1 0 0 1 375 -285 +Ref: 185 185 N 1 0 0 1 -10 18 +Ref: 47 47 N 1 0 0 1 100 0 +LCarets: 0 255 ' ' 2 0 0 +Ligature: 0 0 'frac' one slash two +Ligature: 0 0 'frac' one fraction two +EndChar +StartChar: threequarters +Encoding: 190 190 116 +Width: 600 +Flags: W +Fore +444.121 273.84 m 28 + 419.463 302.768 436.983 344 465.721 368.88 c 28 + 473.707 375.794 485.548 378.795 492.721 371.04 c 28 + 518.205 343.487 505.349 301.271 477.601 276 c 28 + 467.927 267.189 452.608 263.883 444.121 273.84 c 28 +479.4 29.3994 m 28 + 493.546 16.7051 514.821 19.3066 528 33 c 28 + 568.918 75.5127 495.559 138.926 533.4 184.199 c 28 + 543.997 196.878 564.641 180.169 574.8 193.199 c 28 + 588.188 210.37 588.295 233.503 573 249 c 28 + 562.141 260.004 535.942 235.55 533.4 250.8 c 20 + 522.601 315.6 549.601 396.6 528 466.8 c 12 + 522.187 485.694 493.667 472.917 477.601 461.399 c 28 + 409.699 412.722 410.314 347.399 387.601 267 c 28 + 381.066 243.872 366.206 225.192 380.4 205.8 c 28 + 402.356 175.804 449.843 216.052 474 187.8 c 28 + 514.172 140.82 433.397 70.6846 479.4 29.3994 c 28 +EndSplineSet +Ref: 179 179 N 1 0 0 1 0 0 +Ref: 47 47 N 1 0 0 1 100 0 +LCarets: 0 255 ' ' 2 0 0 +Ligature: 0 0 'frac' three slash four +Ligature: 0 0 'frac' three fraction four +EndChar +StartChar: questiondown +Encoding: 191 191 114 +Width: 350 +Flags: W +Ref: 63 63 S -1 0 0 -1 350 786.381 +EndChar +StartChar: Agrave +Encoding: 192 192 115 +Width: 793 +Ref: 96 96 S 1 0 0 1 72.8844 323.371 +Ref: 65 65 N 1 0 0 1 0 0 +EndChar +StartChar: Aacute +Encoding: 193 193 116 +Width: 793 +Ref: 180 180 S 1 0 0 1 210.884 314.371 +Ref: 65 65 N 1 0 0 1 0 0 +EndChar +StartChar: Acircumflex +Encoding: 194 194 117 +Width: 793 +Ref: 94 94 S 1 0 0 1 109.107 238.733 +Ref: 65 65 N 1 0 0 1 0 0 +EndChar +StartChar: Atilde +Encoding: 195 195 118 +Width: 793 +Ref: 126 126 N 1 0 0 1 106.816 557.872 +Ref: 65 65 N 1 0 0 1 0 0 +EndChar +StartChar: Adieresis +Encoding: 196 196 119 +Width: 793 +Ref: 168 168 N 1 0 0 1 61.6313 412.082 +Ref: 65 65 N 1 0 0 1 0 0 +EndChar +StartChar: Aring +Encoding: 197 197 120 +Width: 793 +VStem: 184.535 52.7051<918.199 931.199> +Ref: 176 176 S 1 0 0 1 142.646 245.199 +Ref: 65 65 N 1 0 0 1 0 0 +EndChar +StartChar: AE +Encoding: 198 198 121 +Width: 936 +Flags: W +Fore +378.956 723 m 8 + 292.792 727.915 200.601 813.154 158.172 738 c 24 + 130.087 688.253 230.149 673.848 242.173 618 c 24 + 278.009 451.548 238.414 340.737 161.172 189 c 24 + 123.999 115.976 -15.3291 111.221 17.1719 36 c 24 + 41.7666 -20.9238 118.592 12.9844 176.172 36 c 24 + 284.925 79.4697 276.664 246.336 393.735 243 c 24 + 513.985 239.573 485.229 31.7734 604.735 18 c 24 + 625.689 15.585 631.006 38.2988 649.735 48 c 24 + 670.922 58.9736 682.967 70.4141 706.823 70 c 24 + 766.544 68.9629 791.106 -8.99609 847.735 10 c 24 + 888.66 23.7275 912.009 63.8223 902.823 106 c 24 + 889.559 166.91 862.823 211 772.823 199 c 8 + 711.259 190.791 661.179 149.812 613.823 190 c 24 + 568.964 228.069 557.697 296.889 597.735 340 c 24 + 646.063 392.038 723.67 290.408 779.735 334 c 24 + 818.507 364.146 838.632 419.655 806.735 457 c 24 + 755.228 517.306 666.915 397.061 603.735 445 c 24 + 550.963 485.043 525.08 560.314 567.735 611 c 24 + 645.65 703.584 789.717 514.962 877.735 598 c 24 + 929.939 647.25 946.319 752.852 880.735 782 c 16 + 851.312 795.077 822.001 748.045 684.735 743 c 0 + 570.084 738.786 536.739 714 378.956 723 c 8 +378.735 579 m 24 + 441.682 594.051 479.638 517.331 486.735 453 c 24 + 491.858 406.567 474.918 361.671 430.485 347.25 c 24 + 390.544 334.287 351.569 356.483 333.735 394.5 c 24 + 302.28 461.553 306.701 561.776 378.735 579 c 24 +EndSplineSet +EndChar +StartChar: Ccedilla +Encoding: 199 199 121 +Width: 768 +Ref: 184 184 N 1 0 0 1 329.791 -1.25359 +Ref: 67 67 S 1 0 0 1 0 0 +EndChar +StartChar: Egrave +Encoding: 200 200 122 +Width: 755 +Ref: 96 96 S 1 0 0 1 200.506 315.803 +Ref: 69 69 N 1 0 0 1 0 0 +EndChar +StartChar: Eacute +Encoding: 201 201 123 +Width: 755 +Ref: 180 180 S 1 0 0 1 308.506 300.803 +Ref: 69 69 N 1 0 0 1 0 0 +EndChar +StartChar: Ecircumflex +Encoding: 202 202 124 +Width: 755 +Ref: 94 94 S 1 0 0 1 209.728 234.165 +Ref: 69 69 N 1 0 0 1 0 0 +EndChar +StartChar: Edieresis +Encoding: 203 203 125 +Width: 755 +Ref: 168 168 S 1 0 0 1 165.253 365.514 +Ref: 69 69 N 1 0 0 1 0 0 +EndChar +StartChar: Igrave +Encoding: 204 204 126 +Width: 591 +Flags: W +Ref: 96 96 S 1 0 0 1 136.844 288.515 +Ref: 73 73 N 1 0 0 1 0 0 +EndChar +StartChar: Iacute +Encoding: 205 205 127 +Width: 591 +Ref: 180 180 S 1 0 0 1 217.844 288.515 +Ref: 73 73 N 1 0 0 1 0 0 +EndChar +StartChar: Icircumflex +Encoding: 206 206 128 +Width: 591 +Ref: 94 94 S 1 0 0 1 113.067 227.878 +Ref: 73 73 N 1 0 0 1 0 0 +EndChar +StartChar: Idieresis +Encoding: 207 207 129 +Width: 591 +Ref: 168 168 S 1 0 0 1 68.5913 356.226 +Ref: 73 73 N 1 0 0 1 0 0 +EndChar +StartChar: Eth +Encoding: 208 208 130 +Width: 922 +Flags: W +Fore +398.01 192 m 16 + 358.387 225.333 340.526 287.338 330 334 c 0 + 326.684 348.7 474 327 503.011 351 c 0 + 523.681 368.1 532.835 415.095 511 432 c 0 + 480 456 336.627 433.235 342 447 c 0 + 357.935 487.819 379.329 562.129 411 594 c 8 + 475.103 658.508 571.15 657.422 644.01 603 c 24 + 754.273 520.639 803.963 377.702 731.01 261 c 24 + 660.707 148.537 499.502 106.62 398.01 192 c 16 +50.0098 756 m 24 + 9.3457 688.898 132.057 659.72 156 585 c 16 + 167.482 549.168 179.527 480.9 186 450 c 0 + 188.549 437.833 75 450 45 432 c 0 + 19.2121 416.527 12 378 48.3721 357 c 0 + 59.3761 350.647 190.614 356.371 188.595 343 c 0 + 185.857 324.89 182.021 284.011 177 264 c 8 + 151.507 162.396 -22.0666 123.839 35.0098 36 c 24 + 99.5889 -63.3848 217.478 77.6006 336 78 c 24 + 496.124 78.54 606.404 -59.5386 743.01 24 c 24 + 889.181 113.388 912.827 268.19 890.01 438 c 24 + 868.744 596.265 802.648 710.779 656.01 774 c 24 + 554.253 817.871 485.734 736.135 375 732 c 24 + 247.997 727.258 115.877 864.691 50.0098 756 c 24 +EndSplineSet +EndChar +StartChar: Ntilde +Encoding: 209 209 130 +Width: 788 +Ref: 126 126 S 1 0 0 1 198.404 499.016 +Ref: 78 78 N 1 0 0 1 0 0 +EndChar +StartChar: Ograve +Encoding: 210 210 131 +Width: 814 +Ref: 96 96 S 1 0 0 1 216.435 330.824 +Ref: 79 79 N 1 0 0 1 0 0 +EndChar +StartChar: Oacute +Encoding: 211 211 132 +Width: 814 +Ref: 180 180 N 1 0 0 1 413.435 348.824 +Ref: 79 79 N 1 0 0 1 0 0 +EndChar +StartChar: Ocircumflex +Encoding: 212 212 133 +Width: 814 +Ref: 94 94 S 1 0 0 1 242.658 250.186 +Ref: 79 79 N 1 0 0 1 0 0 +EndChar +StartChar: Otilde +Encoding: 213 213 134 +Width: 814 +Ref: 126 126 N 1 0 0 1 225.366 550.325 +Ref: 79 79 N 1 0 0 1 0 0 +EndChar +StartChar: Odieresis +Encoding: 214 214 135 +Width: 814 +Ref: 168 168 N 1 0 0 1 207.182 404.535 +Ref: 79 79 S 1 0 0 1 0 0 +EndChar +StartChar: multiply +Encoding: 215 215 136 +Width: 379 +Flags: W +Fore +49.0195 355.2 m 24 + 58.625 387.574 98.0938 396.806 130.02 385.8 c 24 + 173.499 370.812 145.639 291.127 191.219 285 c 24 + 244.863 277.788 237.976 383.393 292.02 380.4 c 24 + 315.892 379.077 331.653 357.51 331.619 333.6 c 24 + 331.558 290.274 264.477 292.053 259.619 249 c 24 + 253.318 193.15 351.187 171.554 326.219 121.2 c 24 + 315.146 98.8662 286.074 100.446 263.219 110.4 c 24 + 220.912 128.825 244.414 205.675 198.419 209.4 c 24 + 142.456 213.933 154.767 120.086 101.219 103.2 c 24 + 82.7021 97.3604 60.5 96.2549 52.6191 114 c 24 + 28.375 168.591 131.697 187.569 128.219 247.2 c 24 + 125.179 299.343 34.1621 305.126 49.0195 355.2 c 24 +EndSplineSet +EndChar +StartChar: Oslash +Encoding: 216 216 136 +Width: 814 +Flags: W +Fore +685.666 774 m 16 + 578.204 707.871 463.154 565.25 325.927 426.687 c 24 + 206.615 306.213 98.0879 198.129 27 111 c 8 + -0.852539 76.8623 72.3428 19.4775 112.629 37.3135 c 16 + 238.276 92.9424 320.285 211.912 441 336 c 24 + 579.841 478.721 689.412 612.488 774 723 c 8 + 798.179 754.589 719.545 794.848 685.666 774 c 16 +EndSplineSet +Ref: 79 79 N 1 0 0 1 0 0 +EndChar +StartChar: Ugrave +Encoding: 217 217 137 +Width: 845 +Ref: 96 96 S 1 0 0 1 251.52 236.022 +Ref: 85 85 N 1 0 0 1 0 0 +EndChar +StartChar: Uacute +Encoding: 218 218 138 +Width: 845 +Ref: 180 180 S 1 0 0 1 356.52 242.022 +Ref: 85 85 N 1 0 0 1 0 0 +EndChar +StartChar: Ucircumflex +Encoding: 219 219 139 +Width: 845 +Ref: 94 94 S 1 0 0 1 245.742 208.385 +Ref: 85 85 N 1 0 0 1 0 0 +EndChar +StartChar: Udieresis +Encoding: 220 220 140 +Width: 845 +Ref: 168 168 S 1 0 0 1 207.267 327.733 +Ref: 85 85 N 1 0 0 1 0 0 +EndChar +StartChar: Yacute +Encoding: 221 221 141 +Width: 757 +Ref: 180 180 S 1 0 0 1 310.26 273.958 +Ref: 89 89 N 1 0 0 1 0 0 +EndChar +StartChar: Thorn +Encoding: 222 222 142 +Width: 522 +Flags: W +Fore +245.065 404.7 m 24 + 248.804 355.162 289.354 312.278 338.666 318.3 c 24 + 384.276 323.869 410.79 371.338 403.466 416.7 c 24 + 396.242 461.438 357.288 493.85 312.266 488.7 c 24 + 270.584 483.933 241.908 446.534 245.065 404.7 c 24 +192.266 45 m 24 + 150.408 -0.766602 35.1934 -19.9912 33.2656 42 c 16 + 30 147 36.1445 84.1328 38.2656 206 c 0 + 40.3311 324.642 -22.1318 696.011 68.2656 786 c 8 + 94.7998 812.414 135.338 809.769 164.266 786 c 24 + 226.005 735.271 134.773 624.909 204 585 c 24 + 254.091 556.123 289.102 650.316 344.266 633 c 24 + 448.087 600.41 508.39 516.812 509.266 408 c 24 + 510.178 294.707 449.319 205.066 341.266 171 c 24 + 288.229 154.279 260.37 234.62 207 219 c 24 + 191.861 214.569 186.834 202.098 182.266 187 c 24 + 166.186 133.862 229.733 85.967 192.266 45 c 24 +EndSplineSet +EndChar +StartChar: germandbls +Encoding: 223 223 142 +Width: 493 +Flags: W +Fore +168.949 18 m 24 + 140.951 -17.0283 85.2432 -0.0634766 54.9492 33 c 24 + -17.8359 112.439 35.709 201.502 42.9492 309 c 24 + 54.0527 473.866 9.69336 601.161 117.949 726 c 24 + 164.246 779.39 220.067 793.513 289.949 783 c 24 + 373.74 770.395 438.304 736.746 466.949 657 c 24 + 494.389 580.609 452.938 526.635 412.949 456 c 24 + 389.712 414.957 330.619 416.135 328.949 369 c 24 + 326.625 303.427 415.065 301.857 436.949 240 c 24 + 459.976 174.913 473.585 119.529 433.949 63 c 24 + 394.404 6.60156 335.562 -17.5322 268.949 0 c 24 + 226.357 11.21 199.224 43.0166 196.949 87 c 24 + 195.424 116.49 209.6 153.254 238.949 150 c 24 + 271.343 146.408 237.011 78.4951 268.949 72 c 24 + 316.788 62.2705 353.448 113.245 355.949 162 c 24 + 358.083 203.607 316.986 214.302 289.949 246 c 24 + 248.577 294.504 175.365 302.35 178.949 366 c 24 + 183.379 444.684 290.181 431.171 331.949 498 c 24 + 365.941 552.388 407.462 602.315 373.949 657 c 24 + 350.807 694.764 304.25 696.996 262.949 681 c 24 + 204.016 658.175 188.993 608.937 168.949 549 c 24 + 141.107 465.751 166.759 411.698 162.949 324 c 24 + 158.727 226.806 133.756 171.245 147.949 75 c 24 + 151.405 51.5625 183.741 36.5059 168.949 18 c 24 +EndSplineSet +EndChar +StartChar: agrave +Encoding: 224 224 143 +Width: 483 +Flags: W +Ref: 96 96 S 1 0 0 1 79.2319 17.9959 +Ref: 97 97 N 1 0 0 1 0 0 +EndChar +StartChar: aacute +Encoding: 225 225 144 +Width: 483 +Flags: W +Ref: 180 180 S 1 0 0 1 139.232 14.9959 +Ref: 97 97 N 1 0 0 1 0 0 +EndChar +StartChar: acircumflex +Encoding: 226 226 145 +Width: 483 +Flags: W +Ref: 94 94 S 1 0 0 1 64.4545 -51.6419 +Ref: 97 97 N 1 0 0 1 0 0 +EndChar +StartChar: atilde +Encoding: 227 227 146 +Width: 483 +Flags: W +Ref: 126 126 S 1 0 0 1 38.1632 231.497 +Ref: 97 97 N 1 0 0 1 0 0 +EndChar +StartChar: adieresis +Encoding: 228 228 147 +Width: 483 +Flags: W +Ref: 168 168 S 1 0 0 1 -25.0212 91.7067 +Ref: 97 97 N 1 0 0 1 0 0 +EndChar +StartChar: aring +Encoding: 229 229 148 +Width: 483 +Flags: W +VStem: 101.585 52.7051<635.131 648.131> +Ref: 176 176 S 1 0 0 1 59.6963 -37.8688 +Ref: 97 97 N 1 0 0 1 0 0 +EndChar +StartChar: ae +Encoding: 230 230 149 +Width: 628 +Flags: W +Fore +520 369 m 24 + 489.637 403.489 430.183 398.399 402.4 361.8 c 24 + 394.298 351.125 399.59 337.11 409.601 328.2 c 24 + 439.097 301.944 478.815 294.896 510.4 318.6 c 24 + 526.404 330.61 533.223 353.981 520 369 c 24 +465 15 m 24 + 432.072 13.8633 416.514 33.6683 384 39 c 24 + 352.805 44.1152 333.729 34.583 303 42 c 16 + 216 63 112.218 -69.3262 30 54 c 0 + -12 117 14.9778 199.111 69 261 c 24 + 112.795 311.172 193.663 259.852 231 315 c 24 + 242.17 331.499 241.935 351.759 228 366 c 24 + 177.102 418.016 91.3485 327.512 42 381 c 24 + 22.166 402.498 23.6973 433.184 42 456 c 24 + 75.748 498.071 123.193 489.706 177 486 c 24 + 230.553 482.312 270 453 306 438 c 0 + 317.508 433.205 328.397 427.655 340.438 436.2 c 8 + 415.245 489.292 514.83 502.482 575.638 433.8 c 24 + 631.514 370.688 610.749 279.094 551.638 219 c 16 + 545.584 212.846 426.136 272.326 385 222 c 24 + 366.039 198.803 380.385 168.118 401.638 147 c 24 + 445.036 103.877 549.001 119.946 555 114 c 8 + 571.989 97.1602 584.687 77.3778 574.362 55.7998 c 24 + 554.714 14.7354 510.496 16.5707 465 15 c 24 +123 201 m 24 + 101.864 177.523 101.273 142.933 123 120 c 24 + 152.816 88.5283 202.08 84.6631 234 114 c 24 + 262.44 140.139 265.313 186.724 237 213 c 24 + 204.232 243.411 152.911 234.226 123 201 c 24 +EndSplineSet +EndChar +StartChar: ccedilla +Encoding: 231 231 149 +Width: 365 +Fore +153 6 m 24 + 173.477 34.6045 221.487 27.833 243 0 c 24 + 258.296 -19.79 244.108 -41.6982 231 -63 c 24 + 200.828 -112.028 159.323 -188.496 114 -153 c 24 + 72.7539 -120.697 167.505 -82.3867 168 -30 c 24 + 168.144 -14.791 144.146 -6.36816 153 6 c 24 +EndSplineSet +Ref: 99 99 N 1 0 0 1 0 0 +EndChar +StartChar: egrave +Encoding: 232 232 150 +Width: 365 +Ref: 96 96 S 1 0 0 1 72.4999 -13.7299 +Ref: 101 101 N 1 0 0 1 0 0 +EndChar +StartChar: eacute +Encoding: 233 233 151 +Width: 365 +Ref: 180 180 S 1 0 0 1 84.4999 -10.73 +Ref: 101 101 N 1 0 0 1 0 0 +EndChar +StartChar: ecircumflex +Encoding: 234 234 152 +Width: 365 +Ref: 94 94 S 1 0 0 1 21.7225 -83.3678 +Ref: 101 101 N 1 0 0 1 0 0 +EndChar +StartChar: edieresis +Encoding: 235 235 153 +Width: 365 +Flags: W +Ref: 101 101 S 1 0 0 1 0 0 +Ref: 168 168 N 1 0 0 1 -44.5 44.9808 +EndChar +StartChar: igrave +Encoding: 236 236 154 +Width: 207 +Flags: W +Fore +46.3418 33 m 24 + 74.1631 6.22852 117.012 6.7666 145.342 33 c 24 + 190.113 74.46 155 128.025 157.342 189 c 24 + 159.542 246.288 196.828 294.437 157.342 336 c 24 + 125.872 369.125 73.4658 373.47 40.3418 342 c 24 + -2.91797 300.901 39.1943 248.659 40.3418 189 c 24 + 41.5117 128.126 2.46973 75.2168 46.3418 33 c 24 +EndSplineSet +Ref: 96 96 S 1 0 0 1 -27 -144 +EndChar +StartChar: iacute +Encoding: 237 237 155 +Width: 207 +Flags: W +Fore +46.3418 33 m 24 + 74.1631 6.22852 117.012 6.7666 145.342 33 c 24 + 190.113 74.46 155 128.025 157.342 189 c 24 + 159.542 246.288 196.828 294.437 157.342 336 c 24 + 125.872 369.125 73.4658 373.47 40.3418 342 c 24 + -2.91797 300.901 39.1943 248.659 40.3418 189 c 24 + 41.5117 128.126 2.46973 75.2168 46.3418 33 c 24 +EndSplineSet +Ref: 180 180 S 1 0 0 1 -9 -141 +EndChar +StartChar: icircumflex +Encoding: 238 238 156 +Width: 207 +Flags: W +Fore +-19.5 377.25 m 12 + -21.0889 351.837 22.8809 368.304 45.75 379.5 c 28 + 76.5273 394.567 67.7812 448.828 102 447 c 28 + 136.753 445.143 120.815 389.172 151.5 372.75 c 28 + 171.615 361.984 196.642 354.254 210 372.75 c 20 + 229.5 399.75 204.36 430.514 185.25 460.5 c 28 + 162.846 495.655 145.938 530.415 104.25 530.25 c 28 + 66.9385 530.103 55.9111 496.101 32.25 467.25 c 28 + 6.57422 435.943 -17.25 413.25 -19.5 377.25 c 12 +46.3418 33 m 24 + 74.1631 6.22852 117.012 6.7666 145.342 33 c 24 + 190.113 74.46 155 128.025 157.342 189 c 24 + 159.542 246.288 196.828 294.437 157.342 336 c 24 + 125.872 369.125 73.4658 373.47 40.3418 342 c 24 + -2.91797 300.901 39.1943 248.659 40.3418 189 c 24 + 41.5117 128.126 2.46973 75.2168 46.3418 33 c 24 +EndSplineSet +EndChar +StartChar: idieresis +Encoding: 239 239 157 +Width: 207 +Flags: W +Fore +62.2129 392.325 m 28 + 44.1963 382.348 23.0449 380.808 9.5625 396.375 c 28 + -5.98145 414.325 -5.9873 443.721 13.6123 457.125 c 28 + 37.5283 473.481 73.4199 461.628 84.4873 434.85 c 28 + 91.6387 417.547 78.5908 401.396 62.2129 392.325 c 28 +186.412 396.375 m 28 + 168.396 386.397 147.245 384.857 133.763 400.425 c 28 + 118.218 418.375 118.213 447.771 137.812 461.175 c 28 + 161.729 477.531 197.621 465.678 208.688 438.9 c 28 + 215.838 421.597 202.791 405.445 186.412 396.375 c 28 +46.3418 33 m 24 + 74.1631 6.22852 117.012 6.7666 145.342 33 c 24 + 190.113 74.46 155 128.025 157.342 189 c 24 + 159.542 246.288 196.828 294.437 157.342 336 c 24 + 125.872 369.125 73.4658 373.47 40.3418 342 c 24 + -2.91797 300.901 39.1943 248.659 40.3418 189 c 24 + 41.5117 128.126 2.46973 75.2168 46.3418 33 c 24 +EndSplineSet +EndChar +StartChar: eth +Encoding: 240 240 158 +Width: 539 +Flags: W +Fore +317.934 183.9 m 24 + 273.53 139.458 202.057 130.382 157.134 174.3 c 24 + 102.884 227.337 106.36 319.762 164.334 368.7 c 24 + 213.395 410.114 286.655 396.606 327.534 347.1 c 24 + 368.129 297.936 362.998 229.003 317.934 183.9 c 24 +342.834 448 m 16 + 338.834 406 283.195 472.625 242.834 478 c 24 + 184.825 485.726 135.583 513.965 92.834 474 c 24 + -16.4775 371.809 -3.52142 228.929 56.834 92 c 24 + 77.7236 44.6074 112.196 22.8734 162.834 12 c 24 + 231.655 -2.77832 269.086 61.4901 338.834 52 c 24 + 373.068 47.3418 382.285 10.1974 416.834 10 c 24 + 435.325 9.89453 449.195 16.2199 458.834 32 c 24 + 507.221 111.215 461.684 177.181 460.834 270 c 16 + 459.779 385.249 486.625 573.325 429 654 c 0 + 414.224 674.687 363.59 700.644 336 711 c 0 + 328.274 713.9 352.93 765.443 354 774 c 0 + 357 798 330 810 300 783.991 c 0 + 292.797 777.747 284.828 719.824 276 723 c 0 + 253.984 730.92 203.311 751.765 186 765 c 8 + 150.29 792.301 104.169 718.861 114 675 c 16 + 123.413 633.001 178.825 623.58 219 618 c 0 + 228.752 616.646 184.366 553.818 192 547.023 c 0 + 210 531 233.104 527.065 249 537 c 0 + 273 552 276.673 601.931 285 597 c 0 + 296.259 590.333 333.11 576.145 340.834 564 c 8 + 365.116 525.821 347.124 493.043 342.834 448 c 16 +EndSplineSet +EndChar +StartChar: ntilde +Encoding: 241 241 158 +Width: 373 +Ref: 126 126 S 1 0 0 1 2.70242 217.83 +Ref: 110 110 N 1 0 0 1 0 0 +EndChar +StartChar: ograve +Encoding: 242 242 159 +Width: 522 +Flags: W +VStem: 23.1562 115.949<242 266> +Ref: 96 96 S 1 0 0 1 116.688 -5.34665 +Ref: 111 111 N 1 0 0 1 0 0 +EndChar +StartChar: oacute +Encoding: 243 243 160 +Width: 522 +Flags: W +VStem: 23.1562 115.949<242 266> +Ref: 180 180 S 1 0 0 1 149.688 -20.3467 +Ref: 111 111 N 1 0 0 1 0 0 +EndChar +StartChar: ocircumflex +Encoding: 244 244 161 +Width: 522 +Flags: W +VStem: 23.1562 115.949<242 266> +Ref: 94 94 S 1 0 0 1 77.9104 -83.9845 +Ref: 111 111 N 1 0 0 1 0 0 +EndChar +StartChar: otilde +Encoding: 245 245 162 +Width: 522 +Flags: W +VStem: 23.1562 115.949<242 266> +Ref: 126 126 S 1 0 0 1 60.6191 205.154 +Ref: 111 111 N 1 0 0 1 0 0 +EndChar +StartChar: odieresis +Encoding: 246 246 163 +Width: 522 +Flags: W +VStem: 23.1562 115.949<242 266> +Ref: 111 111 S 1 0 0 1 0 0 +Ref: 168 168 N 1 0 0 1 16.5002 89.3638 +EndChar +StartChar: divide +Encoding: 247 247 164 +Width: 450 +Flags: W +Ref: 46 46 N 1 0 0 1 90.0757 494 +Ref: 45 45 N 1 0 0 1 0 0 +Ref: 46 46 N 1 0 0 1 90.0757 144 +EndChar +StartChar: oslash +Encoding: 248 248 164 +Width: 522 +Flags: W +VStem: 23.1562 115.949<242 266> +Fore +345.715 508.241 m 20 + 280.701 439.475 237.585 360.221 170.775 263.945 c 28 + 113.662 181.643 62.0557 127.69 27.4688 50.7715 c 12 + 13.918 20.6348 78.082 -6.72949 103.806 14.0117 c 20 + 184.032 78.7012 213.676 134.513 271.743 220.585 c 28 + 338.477 319.504 379.78 391.963 419.607 488.441 c 12 + 430.992 516.019 366.212 529.921 345.715 508.241 c 20 +EndSplineSet +Ref: 111 111 N 1 0 0 1 0 0 +EndChar +StartChar: ugrave +Encoding: 249 249 165 +Width: 462 +Flags: W +Ref: 96 96 S 1 0 0 1 99.5652 -5.1004 +Ref: 117 117 N 1 0 0 1 0 0 +EndChar +StartChar: uacute +Encoding: 250 250 166 +Width: 462 +Flags: W +Ref: 180 180 S 1 0 0 1 141.565 9.89957 +Ref: 117 117 N 1 0 0 1 0 0 +EndChar +StartChar: ucircumflex +Encoding: 251 251 167 +Width: 462 +Flags: W +Ref: 94 94 S 1 0 0 1 57.7878 -62.7383 +Ref: 117 117 N 1 0 0 1 0 0 +EndChar +StartChar: udieresis +Encoding: 252 252 154 +Width: 462 +Flags: W +Ref: 168 168 S 1 0 0 1 -4.3783 80.6103 +Ref: 117 117 N 1 0 0 1 0 0 +EndChar +StartChar: yacute +Encoding: 253 253 155 +Width: 475 +Ref: 180 180 S 1 0 0 1 161.049 1.16092 +Ref: 121 121 N 1 0 0 1 0 0 +EndChar +StartChar: thorn +Encoding: 254 254 156 +Width: 537 +Flags: W +Fore +252.566 254.7 m 24 + 256.305 205.162 296.854 162.278 346.167 168.3 c 24 + 391.777 173.869 418.291 221.338 410.967 266.7 c 24 + 403.743 311.438 364.789 343.85 319.767 338.7 c 24 + 278.085 333.933 249.409 296.534 252.566 254.7 c 24 +199.767 -155 m 24 + 158.786 -201.553 69.2119 -213.113 40.7666 -158 c 16 + -7.2334 -65 43.6455 34.1328 45.7666 156 c 0 + 47.832 274.642 -14.6309 596.011 75.7666 686 c 8 + 102.301 712.414 144.551 711.711 171.767 686 c 24 + 231.681 629.396 122.523 530.162 183.767 475 c 24 + 232.506 431.101 292.568 511.249 351.767 483 c 24 + 449.975 436.137 515.891 366.812 516.767 258 c 24 + 517.679 144.707 449.239 73.3594 348.767 21 c 24 + 296.888 -6.03613 242.176 59.2188 198.767 20 c 24 + 174.606 -1.82715 189.763 -30.4404 189.767 -63 c 24 + 189.772 -99.0918 223.614 -127.91 199.767 -155 c 24 +EndSplineSet +EndChar +StartChar: ydieresis +Encoding: 255 255 157 +Width: 475 +Ref: 121 121 S 1 0 0 1 0 0 +Ref: 168 168 N 1 0 0 1 10.5003 101.871 +EndChar +StartChar: uni2011 +Encoding: 8209 8209 158 +Width: 450 +Flags: HW +Ref: 45 45 S 1 0 0 1 0 0 +EndChar +StartChar: figuredash +Encoding: 8210 8210 159 +Width: 350 +Flags: HW +Fore +173.236 459 m 24 + 117.116 459.081 68.9141 503.805 29.4385 452 c 24 + 5.9834 421.219 4.81152 373.177 27.1289 341 c 24 + 63.5654 288.467 111.865 326.825 166.306 327 c 24 + 228.453 327.199 287.595 279.663 325.118 344 c 24 + 345.068 378.204 334.022 424.056 308.948 452 c 24 + 268.752 496.8 226.206 458.923 173.236 459 c 24 +EndSplineSet +EndChar +StartChar: endash +Encoding: 8211 8211 160 +Width: 373 +Flags: HW +Fore +186.485 459 m 24 + 126.721 459.081 75.3896 503.805 33.3506 452 c 24 + 8.37207 421.219 7.12402 373.177 30.8906 341 c 24 + 69.6934 288.467 121.129 326.825 179.105 327 c 24 + 245.287 327.199 308.27 279.663 348.23 344 c 24 + 369.476 378.204 357.712 424.056 331.01 452 c 24 + 288.203 496.8 242.895 458.923 186.485 459 c 24 +EndSplineSet +EndChar +StartChar: emdash +Encoding: 8212 8212 161 +Width: 562 +Flags: HW +Fore +278.978 459 m 28 + 188.603 459.081 110.979 503.805 47.4082 452 c 28 + 9.63574 421.219 7.74902 373.177 43.6885 341 c 28 + 102.365 288.467 180.146 326.825 267.817 327 c 28 + 367.898 327.199 463.14 279.663 523.567 344 c 28 + 555.695 378.204 537.906 424.056 497.527 452 c 28 + 432.795 496.8 364.279 458.923 278.978 459 c 28 +EndSplineSet +EndChar +StartChar: afii00208 +Encoding: 8213 8213 162 +Width: 562 +Flags: HW +Ref: 8212 8212 S 1 0 0 1 0 0 +EndChar +StartChar: quoteleft +Encoding: 8216 8216 163 +Width: 240 +Flags: HW +Fore +21 750 m 28 + 44.9495 786.232 100.072 788.444 132 759 c 28 + 164.684 728.859 122.371 688.405 132 645 c 28 + 144.584 588.278 249.402 530.401 195 510 c 20 + 171 501 102.878 561.633 66 615 c 28 + 34.4492 660.657 -9.60254 703.702 21 750 c 28 +EndSplineSet +EndChar +StartChar: quoteright +Encoding: 8217 8217 164 +Width: 240 +Flags: HW +Ref: 8216 8216 S -1 0 0 1 221.212 0 +EndChar +StartChar: quotedblleft +Encoding: 8220 8220 165 +Width: 390 +Flags: HW +Ref: 8216 8216 S 1 0 0 1 150 0 +Ref: 8216 8216 S 1 0 0 1 0 0 +EndChar +StartChar: quotedblright +Encoding: 8221 8221 166 +Width: 390 +Flags: HW +Ref: 8220 8220 S -1 0 0 1 371.212 0 +EndChar +StartChar: quotedblbase +Encoding: 8222 8222 65535 +Width: 390 +Flags: HW +Ref: 8221 8221 S 1 0 0 1 0 -500 +EndChar +StartChar: uni201F +Encoding: 8223 8223 65535 +Width: 390 +Flags: HW +Ref: 8220 8220 S 1 0 0 1 0 0 +EndChar +StartChar: ellipsis +Encoding: 8230 8230 65535 +Width: 750 +Flags: H +Ref: 46 46 S 1 0 0 1 300 0 +Ref: 46 46 N 1 0 0 1 150 0 +Ref: 46 46 N 1 0 0 1 0 0 +EndChar +StartChar: uni2047 +Encoding: 8263 8263 65535 +Width: 700 +Flags: H +Ref: 63 63 N 1 0 0 1 350 0 +Ref: 63 63 N 1 0 0 1 0 0 +EndChar +StartChar: uni2048 +Encoding: 8264 8264 65535 +Width: 600 +Flags: H +Ref: 33 33 N 1 0 0 1 350 0 +Ref: 63 63 N 1 0 0 1 0 0 +EndChar +StartChar: uni2049 +Encoding: 8265 8265 65535 +Width: 600 +Flags: H +Ref: 63 63 N 1 0 0 1 250 0 +Ref: 33 33 N 1 0 0 1 0 0 +EndChar +StartChar: Euro +Encoding: 8364 8364 65535 +Width: 896 +Flags: HWO +Ref: 8213 8213 N 1 0 0 1 1.97421 -92 +Ref: 8213 8213 N 1 0 0 1 1.97421 108 +Ref: 67 67 N 1 0 0 1 133.974 0 +EndChar +EndChars +EndSplineFont diff --git a/deps/GD/SecurityImage/StayPuft.ttf b/deps/GD/SecurityImage/StayPuft.ttf new file mode 100644 index 0000000..20e8dac Binary files /dev/null and b/deps/GD/SecurityImage/StayPuft.ttf differ diff --git a/kwotes-lib.pl b/kwotes-lib.pl index 73073a9..d74110d 100755 --- a/kwotes-lib.pl +++ b/kwotes-lib.pl @@ -35,8 +35,8 @@ $Lib::HTTP_HEADERS = "http-headers"; $Lib::GLOBAL_DBH = undef; # captcha stuff -$Lib::CAPTCHA_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; -$Lib::CAPTCHA_LEN = 8; +$Lib::CAPTCHA_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; +$Lib::CAPTCHA_LEN = 6; @Lib::CAPTCHA_BG_COLORS; push(@Lib::CAPTCHA_BG_COLORS, "\#eeceff"); push(@Lib::CAPTCHA_BG_COLORS, "\#eeee00"); @@ -102,17 +102,17 @@ sub gen_captcha { my ($phrase) = @_; my $bg = $Lib::CAPTCHA_BG_COLORS[rand()*int(@Lib::CAPTCHA_BG_COLORS)]; my $image = GD::SecurityImage->new( - width => 120, - height => 30, - lines => (rand()*3)+1, - gd_font => 'giant', + width => 160, + height => 40, + lines => (rand()*5)+1, send_ctobg => 0, - bgcolor => $bg + bgcolor => $bg, + font => "./deps/GD/SecurityImage/StayPuft.ttf" ); $image->random($phrase); $image->create( - "normalf", - "default", + "ttf", + "circle", $Lib::CAPTCHA_FG_COLORS[rand()*int(@Lib::CAPTCHA_FG_COLORS)] ); my ($image_data, $mime_type, $random_number) = $image->out(force => 'jpeg'); diff --git a/templates/default/add-kwote b/templates/default/add-kwote index c7e55fe..107c370 100755 --- a/templates/default/add-kwote +++ b/templates/default/add-kwote @@ -6,7 +6,7 @@
- +