From 2634eed29f03f9adb96f535dc64ed873c7fed2a2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 27 Aug 2007 00:56:12 +0000 Subject: fpl update for README, etc. (20 Jul 2007 17:17:36, Debian 433137) git-svn-id: svn://tug.org/texlive/trunk@4825 c570f23f-e606-0410-a88d-b1316a301751 --- Build/cdbuild/ctan2tds.pl | 17 +- Build/tools/tpm-ctan-check | 5 +- Master/texmf-dist/doc/fonts/fpl/COPYING | 340 ++ Master/texmf-dist/doc/fonts/fpl/README | 76 + Master/texmf-dist/source/fonts/fpl/AddException | 5 + Master/texmf-dist/source/fonts/fpl/AddGPL | 2 + .../source/fonts/fpl/Palladio-BoldItalicOsF.sfd | 2142 +++++++++ .../source/fonts/fpl/Palladio-BoldOsF.sfd | 2151 +++++++++ .../source/fonts/fpl/Palladio-ItalicOsF.sfd | 2131 +++++++++ Master/texmf-dist/source/fonts/fpl/Palladio-SC.sfd | 4943 ++++++++++++++++++++ Master/texmf-dist/source/fonts/fpl/README | 25 + .../source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe | 54 + .../source/fonts/fpl/TeXPalladioL-BoldOsF.pe | 51 + .../source/fonts/fpl/TeXPalladioL-ItalicOsF.pe | 59 + .../texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe | 109 + .../texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps | 23 + .../texmf-dist/source/fonts/fpl/fpl/AddException | 5 - Master/texmf-dist/source/fonts/fpl/fpl/AddGPL | 2 - Master/texmf-dist/source/fonts/fpl/fpl/COPYING | 340 -- .../fonts/fpl/fpl/Palladio-BoldItalicOsF.sfd | 2142 --------- .../source/fonts/fpl/fpl/Palladio-BoldOsF.sfd | 2151 --------- .../source/fonts/fpl/fpl/Palladio-ItalicOsF.sfd | 2131 --------- .../source/fonts/fpl/fpl/Palladio-SC.sfd | 4943 -------------------- Master/texmf-dist/source/fonts/fpl/fpl/README | 25 - .../fonts/fpl/fpl/TeXPalladioL-BoldItalicOsF.pe | 54 - .../source/fonts/fpl/fpl/TeXPalladioL-BoldOsF.pe | 51 - .../source/fonts/fpl/fpl/TeXPalladioL-ItalicOsF.pe | 59 - .../source/fonts/fpl/fpl/TeXPalladioL-SC.pe | 109 - .../source/fonts/fpl/fpl/URW-OtherSubrs.ps | 23 - 29 files changed, 12130 insertions(+), 12038 deletions(-) create mode 100644 Master/texmf-dist/doc/fonts/fpl/COPYING create mode 100644 Master/texmf-dist/doc/fonts/fpl/README create mode 100644 Master/texmf-dist/source/fonts/fpl/AddException create mode 100644 Master/texmf-dist/source/fonts/fpl/AddGPL create mode 100644 Master/texmf-dist/source/fonts/fpl/Palladio-BoldItalicOsF.sfd create mode 100644 Master/texmf-dist/source/fonts/fpl/Palladio-BoldOsF.sfd create mode 100644 Master/texmf-dist/source/fonts/fpl/Palladio-ItalicOsF.sfd create mode 100644 Master/texmf-dist/source/fonts/fpl/Palladio-SC.sfd create mode 100644 Master/texmf-dist/source/fonts/fpl/README create mode 100644 Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe create mode 100644 Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldOsF.pe create mode 100644 Master/texmf-dist/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe create mode 100644 Master/texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe create mode 100644 Master/texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/AddException delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/AddGPL delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/COPYING delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldItalicOsF.sfd delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldOsF.sfd delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/Palladio-ItalicOsF.sfd delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/Palladio-SC.sfd delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/README delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldItalicOsF.pe delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldOsF.pe delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-ItalicOsF.pe delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-SC.pe delete mode 100644 Master/texmf-dist/source/fonts/fpl/fpl/URW-OtherSubrs.ps diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 584823da46f..d1180edc1b1 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -347,6 +347,10 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'zefonts', "&MAKEflatten", ); +%specialpostnormal = ( + 'fpl' => '&POSTfpl', +); + # needs special TeX program to run the doc. %specialTEX = ( @@ -388,6 +392,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv'; 'epslatex-fr', 'NULL', 'eskdx', 'NULL', # do not move makefiles 'mff', '\.mfj|\.bat|\.diz', + 'fpl', "$standardsource|Add|\.sfd|\.pe|\.ps", ); %specialfoundry = ( @@ -594,6 +599,7 @@ $standardfmt='latex'; 'fontspec', 'xelatex', 'fourier', 'fonts', 'fouriernc', 'fonts', + 'fpl', 'fonts', 'frcursive', 'fonts', 'genmisc', 'generic', 'germbib', 'bibtex', @@ -1321,6 +1327,9 @@ sub donormal { killfiles($cleanpatt); killfiles($moreclean{$package}) if $moreclean{$package}; + + my $postnormal = $specialpostnormal{$package}; + eval ($postnormal) if $postnormal; } sub runins { @@ -2936,7 +2945,7 @@ sub MAKEpictex { &setup; chdir ($DOCDIR) || die "chdir($DOCDIR) failed: $!"; &SYSTEM("rm -rf mathspic"); # separate package - &SYSTEM("mv addon/* .; rmdir addon"); + &SYSTEM("$MV addon/* .; rmdir addon"); &donormal; } @@ -2950,6 +2959,12 @@ sub MAKElistings { &donormal; } +sub POSTfpl +{ + &SYSTEM ("$MV README.source $DEST/source/fonts/fpl/README"); +} + + # Allow overrides. In particular, CTAN can change some hashes to make # packages with licenses that TL doesn't allow. # diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 458f2f97838..716ec8630c9 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -56,7 +56,7 @@ my @WorkingTPM = qw( fmtcount fnbreak fncychap foekfont fontch fontspec footbib forloop formular fourier fouriernc - fp frankenstein free-math-font-survey + fp fpl frankenstein free-math-font-survey frenchle fribrief fullpict functan galois gastex gatech-thesis gcard genmisc genmpage germbib ginpenc glossaries gmdoc gmeometric @@ -67,7 +67,8 @@ my @WorkingTPM = qw( hrlatex hvfloat hyperref hyperxmp hyphen-base hyphen-basque hyphen-french hyphen-german - hyphen-greek hyphen-italian hyphen-norwegian hyphen-ukenglish + hyphen-greek hyphen-italian hyphen-latin + hyphen-norwegian hyphen-ukenglish hyphen-usorbian hyplain ibygrk icsv IEEEconf IEEEtran ifxetex ijqc inlinebib inversepath invoice diff --git a/Master/texmf-dist/doc/fonts/fpl/COPYING b/Master/texmf-dist/doc/fonts/fpl/COPYING new file mode 100644 index 00000000000..d60c31a97a5 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/fpl/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, 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 software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, 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 redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +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 give any other recipients of the Program a copy of this License +along with the Program. + +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 Program or any portion +of it, thus forming a work based on the Program, 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) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +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 Program, 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 Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) 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; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, 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 executable. 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. + +If distribution of executable or 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 counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. 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 Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program 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. + + 7. 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 Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program 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 Program. + +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. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program 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. + + 9. The Free Software Foundation may publish revised and/or new versions +of the 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 Program +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 Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, 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 + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "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 PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. 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 PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. 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 program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/Master/texmf-dist/doc/fonts/fpl/README b/Master/texmf-dist/doc/fonts/fpl/README new file mode 100644 index 00000000000..aedc1992d58 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/fpl/README @@ -0,0 +1,76 @@ +====================================================================== + + FPL Fonts -- SC/OsF for URW Palladio L + +====================================================================== + 2005-02-13 + Ralf Stubner + + +The FPL Fonts consist of the following four fonts: + +fplrc8a.pfb TeXPalladioL-SC +fplrij8a.pfb TeXPalladioL-ItalicOsF +fplbj8a.pfb TeXPalladioL-BoldOsF +fplbij8a.pfb TeXPalladioL-BoldItalicOsF + +The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which are +compatible with respect to metrics with the Palatino SC/OsF fonts from +Adobe. Note that it is not my aim to exactly reproduce the outlines of +the original Adobe fonts. The SC and OsF in the FPL Fonts were designed +with the glyphs from URW Palladio L as starting point. For some glyphs +(eg 'o') I got the best result by scaling and boldening. For others (eg +'h') shifting selected portions of the character gave more satisfying +results. All this was done using the free font editor FontForge +. The kerning data in these fonts comes +from Walter Schmidt's improved Palatino metrics. + + +History +------- + +Version 1.002 2005-02-13 + * no div operator (compatibility problems) + +Version 1.001 2005-02-05 + * fixed lcaron in SC font + * no references (compatibility problems) + * no UniqueID + * OtherSubrs from URW fonts + +Version 1.000 2004-08-02 + First official release + + +Deficiencies +------------ + +On the character level only automatic hinting as done by FontForge has +been applied to the SC and OsF glyphs. + + +Usage with LaTeX +---------------- + +As the FPL Fonts have the same metrics as their Adobe counterparts, the +improved Palatino metrics by Walter Schmidt can be used. They are part +of PSNFSS 9.2, which can be found on CTAN:macros/latex/required/psnfss/. +Therefore, it is best to update your TeX distribution to a version which +provides PSNFSS 9.2. The usage with LaTeX is documented in psnfss2e.pdf. +Please follow the installation instruction from PSNFSS, if you want to +upgrade PSNFSS only. + + +License +------- + +Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development +Copyright 2004, 2005 Ralf Stubner + +See the file COPYING (GNU General Public License) for license +conditions. As a special exception, permission is granted to include +this font program in a Postscript or PDF file that consists of a +document that contains text to be displayed or printed using this font, +regardless of the conditions or license applying to the document itself. + +== The End == diff --git a/Master/texmf-dist/source/fonts/fpl/AddException b/Master/texmf-dist/source/fonts/fpl/AddException new file mode 100644 index 00000000000..3e2457e9e1e --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/AddException @@ -0,0 +1,5 @@ +# Add exception clause to string +exception=" As a special exception, permission is granted to include this font program in a Postscript or PDF"; +exception=exception+" file that consists of a document that contains text to be displayed or printed using this font, " +exception=exception+"regardless of the conditions or license applying to the document itself."; +return $1 + exception; \ No newline at end of file diff --git a/Master/texmf-dist/source/fonts/fpl/AddGPL b/Master/texmf-dist/source/fonts/fpl/AddGPL new file mode 100644 index 00000000000..5b1aea454b5 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/AddGPL @@ -0,0 +1,2 @@ +# Add reference to GPL to string +return $1+" See the file COPYING (GNU General Public License) for license conditions."; diff --git a/Master/texmf-dist/source/fonts/fpl/Palladio-BoldItalicOsF.sfd b/Master/texmf-dist/source/fonts/fpl/Palladio-BoldItalicOsF.sfd new file mode 100644 index 00000000000..7b3c9e88f60 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/Palladio-BoldItalicOsF.sfd @@ -0,0 +1,2142 @@ +SplineFontDB: 1.0 +FontName: URWPalladioL-BoldItalicOsF +FullName: URW Palladio L Bold Italic Old Style Figures +FamilyName: URW Palladio L +Weight: Bold +Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development,Copyright 2004 Ralf Stubner +Version: 1.000 +ItalicAngle: -9.9 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 800 +Descent: 200 +NeedsXUIDChange: 1 +FSType: 0 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +ScriptLang: 2 + 1 latn 1 dflt + 1 DFLT 1 dflt +Encoding: Custom +UnicodeInterp: none +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 24 11 +BeginPrivate: 7 +BlueValues 23 [-20 0 452 472 681 701] +BlueScale 8 0.039625 +StdHW 4 [43] +StdVW 5 [114] +StemSnapH 206 [38 43 48 53 60 66 79 89] +systemdict /internaldict known +{1183615869 systemdict /internaldict get exec +/StemSnapLength 2 copy known { get 8 lt } { pop pop true } ifelse } +{ true } ifelse { pop [43 48] } if +StemSnapV 2 [] +ForceBold 5 false +EndPrivate +BeginChars: 422 329 +StartChar: .notdef +Encoding: 0 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 1 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 2 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 3 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 4 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 5 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 6 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 7 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 8 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 9 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 10 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 11 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 12 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 13 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 14 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 15 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 16 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 17 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 18 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 19 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 20 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 21 -1 315 +Width: 500 +VWidth: 832 +Flags: HW +Fore +421 40 m 4 + 421 -107 228 -311 -28 -239 c 13 + -3 -164 l 21 + 220 -292 293 -59 293 35 c 4 + 293 111 251 158 184 158 c 4 + 140 158 112 143 77 98 c 5 + 46 110 l 5 + 74 251 86 317 110 463 c 5 + 115 471 l 5 + 203 466 258 464 347 464 c 6 + 440 464 l 5 + 446 455 l 5 + 400 366 l 5 + 319 363 283 362 241 362 c 6 + 139 362 l 5 + 96 162 l 5 + 141 200 177 213 235 213 c 4 + 350 213 421 147 421 40 c 4 +EndSplineSet +EndChar +StartChar: .notdef +Encoding: 22 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 23 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 24 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 25 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 26 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 27 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 28 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 29 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 30 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 31 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: quoteright +Encoding: 39 8217 267 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 1 0 385 -36 1 0 373 -17 1 0 262 -83 1 0 256 -83 1 0 257 -83 1 0 225 -91 1 0 +EndChar +StartChar: zero +Encoding: 48 48 212 +Width: 500 +Flags: HW +HStem: -12 38<189.991 206> 440 37<294 300> +VStem: 26 114<92 160> 360 106<306 375> +Fore +298 477 m 0 + 392 477 466 418 466 306 c 0 + 466 225 437 144 387 80 c 0 + 337 18 283 -12 204 -12 c 0 + 88 -12 26 48 26 160 c 0 + 26 241 54 321 104 384 c 0 + 156 449 226 477 298 477 c 0 +174 302 m 0 + 150 229 140 142 140 92 c 0 + 140 51 164 26 203 26 c 0 + 240 26 276 47 296 93 c 0 + 331 172 360 307 360 375 c 0 + 360 398 326 440 297 440 c 0 + 248 440 200 390 174 302 c 0 +EndSplineSet +KernsSLIF: 55 7 1 0 49 12 1 0 52 32 1 0 +EndChar +StartChar: one +Encoding: 49 49 203 +Width: 500 +Flags: HW +HStem: 0 21G<246 268> +Fore +41 -3 m 1 + 46 30 l 1 + 100 33 l 2 + 165 38 180 40 190 92 c 1 + 246 390 l 1 + 72 316 l 1 + 63 325 l 1 + 74 381 l 1 + 409 483 l 1 + 409 447 l 1 + 388 438 377 444 368 391 c 2 + 316 100 l 1 + 313 85 312 75 312 71 c 0 + 312 43 324 35 369 33 c 2 + 446 30 l 1 + 440 -3 l 1 + 343 -1 303 0 268 0 c 2 + 246 0 l 2 + 214 0 106 -1 41 -3 c 1 +EndSplineSet +KernsSLIF: 48 -14 1 0 50 24 1 0 51 20 1 0 54 -17 1 0 55 -10 1 0 49 3 1 0 57 3 1 0 52 -25 1 0 53 17 1 0 56 -2 1 0 +EndChar +StartChar: two +Encoding: 50 50 204 +Width: 500 +Flags: HW +HStem: -3 96<149 365> 0 93<149 226 226.016 269.946> 399 79<198 243> +VStem: 305 116<325 347> +Fore +8 33 m 1xb0 + 158 169 305 255 305 325 c 0 + 305 368 263 399 198 399 c 0 + 148 399 141 402 104 358 c 2 + 90 341 l 1 + 60 347 l 1 + 116 442 l 1 + 167 468 189 478 243 478 c 0 + 354 478 421 418 421 347 c 0 + 421 302 394 265 336 224 c 2 + 149 93 l 1 + 364 98 l 2 + 392 98 413 100 446 106 c 1 + 454 100 l 1 + 441 75 436 58 421 -3 c 1xb0 + 242 0 242 0 226 0 c 0x70 + 189 0 87 -2 20 -3 c 1 + 8 33 l 1xb0 +EndSplineSet +KernsSLIF: 55 -7 1 0 52 6 1 0 +EndChar +StartChar: three +Encoding: 51 51 205 +Width: 500 +VWidth: 771 +Flags: HW +HStem: 134 38<137 174> 397 80<196 242> +VStem: 291 119<306 342> +Fore +410 342 m 0 + 410 252 335 203 255 169 c 1 + 254 165 l 1 + 358 152 408 103 408 15 c 0 + 408 -61 312 -306 -38 -240 c 1 + -18 -174 l 0 + 100 -256 222 -162 250 -113 c 0 + 270 -78 280 -37 280 5 c 0 + 280 88 242 134 174 134 c 0 + 156 134 139 131 98 119 c 1 + 92 125 l 1 + 108 176 l 1 + 116 173 121 172 137 172 c 0 + 179 172 203 177 227 191 c 0 + 267 215 291 258 291 306 c 0 + 291 363 256 397 196 397 c 0 + 140 397 113 374 81 312 c 1 + 52 323 l 1 + 97 431 l 1 + 143 464 184 477 242 477 c 0 + 346 477 410 425 410 342 c 0 +EndSplineSet +KernsSLIF: 55 -4 1 0 49 -6 1 0 52 29 1 0 +EndChar +StartChar: four +Encoding: 52 52 206 +Width: 500 +Flags: HW +HStem: -2 76<80 229> +Fore +342 -2 m 1 + 307 -220 l 17 + 272 -222 239 -234 209 -254 c 9 + 189 -240 l 1 + 229 -2 l 1 + -3 -2 l 1 + 2 36 l 1 + 97 192 177 315 298 464 c 1 + 344 468 374 476 420 495 c 1 + 433 485 l 1 + 356 74 l 1 + 463 77 l 1 + 467 75 l 1 + 449 -2 l 1 + 342 -2 l 1 +80 74 m 1 + 244 74 l 1 + 305 409 l 1 + 200 275 147 189 80 74 c 1 +EndSplineSet +KernsSLIF: 55 2 1 0 49 15 1 0 52 43 1 0 +EndChar +StartChar: five +Encoding: 53 53 207 +Width: 500 +VWidth: 832 +Flags: HW +HStem: 362 102<241 313.319> +VStem: 293 128<33 51> +Back +421 40 m 0 + 421 -107 228 -311 -28 -239 c 9 + -3 -164 l 17 + 220 -292 293 -59 293 35 c 0 + 293 111 251 158 184 158 c 0 + 140 158 112 143 77 98 c 1 + 46 110 l 1 + 74 251 86 317 110 463 c 1 + 115 471 l 1 + 203 466 258 464 347 464 c 2 + 440 464 l 1 + 446 455 l 1 + 400 366 l 1 + 319 363 283 362 241 362 c 2 + 139 362 l 1 + 96 162 l 1 + 141 200 177 213 235 213 c 0 + 350 213 421 147 421 40 c 0 +EndSplineSet +Fore +111 230 m 1 + 223 214 421 238 421 40 c 0 + 421 -107 228 -311 -28 -239 c 9 + -3 -164 l 17 + 196 -278 293 -59 293 35 c 0 + 293 168 124 152 58 170 c 1 + 86 311 86 317 110 463 c 1 + 115 471 l 1 + 203 466 258 464 347 464 c 2 + 440 464 l 1 + 446 455 l 1 + 400 366 l 1 + 319 363 283 362 241 362 c 2 + 139 362 l 1 + 111 230 l 1 +EndSplineSet +KernsSLIF: 55 2 1 0 49 -14 1 0 52 31 1 0 +EndChar +StartChar: six +Encoding: 54 54 208 +Width: 500 +Flags: HMW +HStem: -17 46<216 259.5> 348 67 631 52<375 389.5> +VStem: 39 120<134 212> 351 125<205.5 271> +Fore +373 631 m 0 + 255 631 205 473 176 334 c 1 + 232 393 274 415 328 415 c 0 + 414 415 476 350 476 260 c 0 + 476 112 354 -17 214 -17 c 0 + 101 -17 39 62 39 206 c 0 + 39 342 89 473 175 563 c 0 + 248 639 335 683 415 683 c 0 + 439 683 467 678 488 669 c 1 + 466 600 l 1 + 458 596 l 1 + 433 620 406 631 373 631 c 0 +273 348 m 0 + 202 348 159 273 159 151 c 0 + 159 71 188 29 244 29 c 0 + 275 29 296 42 315 75 c 0 + 336 110 351 177 351 234 c 0 + 351 308 324 348 273 348 c 0 +EndSplineSet +KernsSLIF: 55 5 1 0 49 -14 1 0 52 41 1 0 +EndChar +StartChar: seven +Encoding: 55 55 209 +Width: 500 +VWidth: 801 +Flags: HW +HStem: 358 111<199 403> +Fore +15 -249 m 1 + 8 -236 l 1 + 116 -68 276 183 324 249 c 2 + 403 358 l 1 + 134 358 l 2 + 109 358 87 356 45 351 c 1 + 37 357 l 1 + 45 394 51 421 58 466 c 1 + 64 475 l 1 + 175 470 215 469 248 469 c 2 + 508 469 l 1 + 508 430 l 1 + 450 349 l 1 + 346 193 195 -90 130 -249 c 1 + 91 -246 82 -246 72 -246 c 0 + 62 -246 60 -246 15 -249 c 1 +EndSplineSet +KernsSLIF: 50 20 1 0 51 13 1 0 54 -13 1 0 55 35 1 0 49 17 1 0 52 -29 1 0 53 9 1 0 56 -2 1 0 +EndChar +StartChar: eight +Encoding: 56 56 210 +Width: 500 +Flags: HW +HStem: -17 46<196 220> 637 46<305 332> +VStem: 26 82<126 145> 97 97<469 522> 348 106<155 218> 404 80<533 554> +Fore +191 328 m 1xe8 + 177 337 l 2 + 121 373 97 413 97 469 c 0 + 97 534 132 592 201 639 c 0 + 243 669 287 683 332 683 c 0 + 424 683 484 632 484 554 c 0xd4 + 484 498 455 453 391 409 c 2 + 338 373 l 1 + 352 365 l 2 + 421 325 454 279 454 218 c 0 + 454 153 426 97 369 51 c 0 + 314 7 254 -17 196 -17 c 0 + 93 -17 26 41 26 130 c 0 + 26 203 67 259 157 309 c 2 + 191 328 l 1xe8 +236 300 m 2 + 218 309 l 1 + 139 257 108 210 108 143 c 0 + 108 75 153 29 220 29 c 0 + 292 29 348 84 348 155 c 0xe8 + 348 214 311 263 236 300 c 2 +309 390 m 1 + 382 446 404 479 404 533 c 0 + 404 598 366 637 305 637 c 0 + 240 637 194 589 194 522 c 0xd4 + 194 468 220 439 309 390 c 1 +EndSplineSet +KernsSLIF: 55 12 1 0 49 10 1 0 52 32 1 0 +EndChar +StartChar: nine +Encoding: 57 57 211 +Width: 500 +VWidth: 801 +Flags: HW +HStem: 47 71<165 223> 435 49<249 277> +VStem: 20 120<218 253> 330 125<257 304> +Fore +-28 -239 m 9 + -3 -164 l 17 + 220 -292 290 13 316 132 c 1 + 266 71 224 47 165 47 c 0 + 76 47 20 113 20 218 c 0 + 20 311 58 380 139 433 c 0 + 193 468 236 484 277 484 c 0 + 389 484 455 400 455 257 c 0 + 455 19 228 -311 -28 -239 c 9 +249 435 m 0 + 182 435 140 365 140 253 c 0 + 140 164 168 118 223 118 c 0 + 290 118 330 187 330 304 c 0 + 330 388 301 435 249 435 c 0 +EndSplineSet +KernsSLIF: 55 9 1 0 49 14 1 0 52 23 1 0 +EndChar +StartChar: quoteleft +Encoding: 96 8216 228 +Width: 1000 +Flags: H +KernsSLIF: 96 -55 1 0 262 -89 1 0 256 -89 1 0 257 -89 1 0 225 -98 1 0 +EndChar +StartChar: .notdef +Encoding: 127 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 128 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 129 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 130 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 131 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 132 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 133 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 134 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 135 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 136 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 137 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 138 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 139 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 140 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 141 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 142 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 143 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 144 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 145 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 146 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 147 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 148 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 149 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 150 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 151 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 152 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 153 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 154 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 155 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 156 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 157 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 158 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 159 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 160 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: fraction +Encoding: 164 8260 276 +Width: 1000 +Flags: HM +EndChar +StartChar: florin +Encoding: 166 402 216 +Width: 1000 +Flags: HM +EndChar +StartChar: currency +Encoding: 168 164 265 +Width: 1000 +Flags: HM +EndChar +StartChar: quotesingle +Encoding: 169 39 253 +Width: 1000 +Flags: H +EndChar +StartChar: quotedblleft +Encoding: 170 8220 230 +Width: 1000 +Flags: H +KernsSLIF: 262 -90 1 0 256 -90 1 0 257 -90 1 0 225 -99 1 0 +EndChar +StartChar: guilsinglleft +Encoding: 172 8249 239 +Width: 1000 +Flags: H +EndChar +StartChar: guilsinglright +Encoding: 173 8250 238 +Width: 1000 +Flags: H +KernsSLIF: 260 -45 1 0 259 -45 1 0 258 -45 1 0 263 -45 1 0 261 -45 1 0 297 -88 1 0 309 -88 1 0 304 -93 1 0 310 -93 1 0 262 -45 1 0 256 -45 1 0 257 -45 1 0 225 -53 1 0 +EndChar +StartChar: fi +Encoding: 174 64257 197 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' f i +EndChar +StartChar: fl +Encoding: 175 64258 198 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' f l +EndChar +StartChar: .notdef +Encoding: 176 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: endash +Encoding: 177 8211 242 +Width: 1000 +Flags: HM +EndChar +StartChar: dagger +Encoding: 178 8224 250 +Width: 1000 +Flags: H +EndChar +StartChar: daggerdbl +Encoding: 179 8225 251 +Width: 1000 +Flags: H +EndChar +StartChar: periodcentered +Encoding: 180 183 224 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 181 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: bullet +Encoding: 183 8226 297 +Width: 1000 +Flags: H +EndChar +StartChar: quotesinglbase +Encoding: 184 8218 266 +Width: 1000 +Flags: H +EndChar +StartChar: quotedblbase +Encoding: 185 8222 231 +Width: 1000 +Flags: H +KernsSLIF: 225 17 1 0 +EndChar +StartChar: quotedblright +Encoding: 186 8221 229 +Width: 1000 +Flags: H +KernsSLIF: 262 -85 1 0 256 -85 1 0 257 -85 1 0 225 -94 1 0 +EndChar +StartChar: ellipsis +Encoding: 188 8230 225 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' period period period +EndChar +StartChar: perthousand +Encoding: 189 8240 278 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 190 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 192 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: grave +Encoding: 193 96 284 +Width: 1000 +Flags: HM +EndChar +StartChar: acute +Encoding: 194 180 283 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space acutecomb +EndChar +StartChar: circumflex +Encoding: 195 710 285 +Width: 1000 +Flags: HM +EndChar +StartChar: tilde +Encoding: 196 732 288 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' space tildecomb +EndChar +StartChar: macron +Encoding: 197 175 292 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0304 +EndChar +StartChar: breve +Encoding: 198 728 287 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0306 +EndChar +StartChar: dotaccent +Encoding: 199 729 281 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' space uni0307 +EndChar +StartChar: dieresis +Encoding: 200 168 280 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' space uni0308 +EndChar +StartChar: .notdef +Encoding: 201 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ring +Encoding: 202 730 282 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni030A +EndChar +StartChar: cedilla +Encoding: 203 184 290 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0327 +EndChar +StartChar: .notdef +Encoding: 204 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: hungarumlaut +Encoding: 205 733 289 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni030B +EndChar +StartChar: ogonek +Encoding: 206 731 291 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0328 +EndChar +StartChar: caron +Encoding: 207 711 286 +Width: 1000 +Flags: HM +EndChar +StartChar: emdash +Encoding: 208 8212 243 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 209 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 210 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 211 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 212 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 213 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 214 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 215 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 216 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 217 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 218 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 219 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 220 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 221 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 222 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 223 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 224 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: AE +Encoding: 225 198 159 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 226 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ordfeminine +Encoding: 227 170 270 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 228 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 229 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 230 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 231 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: Lslash +Encoding: 232 321 164 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 368 -36 0 0 372 -36 0 0 297 -74 0 0 309 -74 0 0 304 -74 0 0 310 -74 0 0 +EndChar +StartChar: Oslash +Encoding: 233 216 161 +Width: 1000 +Flags: HM +EndChar +StartChar: OE +Encoding: 234 338 160 +Width: 1000 +Flags: H +EndChar +StartChar: ordmasculine +Encoding: 235 186 271 +Width: 1000 +Flags: HM +EndChar +StartChar: .notdef +Encoding: 236 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 237 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 238 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 239 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 240 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ae +Encoding: 241 230 192 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 242 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 243 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 244 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: dotlessi +Encoding: 245 305 196 +Width: 1000 +Flags: HM +EndChar +StartChar: .notdef +Encoding: 246 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 247 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: lslash +Encoding: 248 322 200 +Width: 1000 +Flags: HM +EndChar +StartChar: oslash +Encoding: 249 248 194 +Width: 1000 +Flags: HM +EndChar +StartChar: oe +Encoding: 250 339 193 +Width: 1000 +Flags: H +EndChar +StartChar: germandbls +Encoding: 251 223 195 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 252 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 253 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 254 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 255 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: Adieresis +Encoding: 256 196 0 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 39 -55 0 0 186 -47 0 0 172 -39 0 0 +Ligature: 0 0 'liga' A uni0308 +EndChar +StartChar: Aacute +Encoding: 257 193 1 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 39 -55 0 0 172 -39 0 0 +Ligature: 0 0 'liga' A acutecomb +EndChar +StartChar: Agrave +Encoding: 258 192 2 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 +Ligature: 0 0 'liga' A gravecomb +EndChar +StartChar: Acircumflex +Encoding: 259 194 3 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 +Ligature: 0 0 'liga' A uni0302 +EndChar +StartChar: Abreve +Encoding: 260 258 4 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 +Ligature: 0 0 'liga' A uni0306 +EndChar +StartChar: Atilde +Encoding: 261 195 5 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 +Ligature: 0 0 'liga' A tildecomb +EndChar +StartChar: Aring +Encoding: 262 197 6 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 39 -55 0 0 186 -47 0 0 172 -39 0 0 +Ligature: 0 0 'liga' A uni030A +EndChar +StartChar: Aogonek +Encoding: 263 260 7 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 +Ligature: 0 0 'liga' A uni0328 +EndChar +StartChar: Ccedilla +Encoding: 264 199 8 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' C uni0327 +EndChar +StartChar: Cacute +Encoding: 265 262 9 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' C acutecomb +EndChar +StartChar: Ccaron +Encoding: 266 268 10 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' C uni030C +EndChar +StartChar: Dcaron +Encoding: 267 270 11 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' D uni030C +EndChar +StartChar: Edieresis +Encoding: 268 203 12 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0308 +EndChar +StartChar: Eacute +Encoding: 269 201 13 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E acutecomb +EndChar +StartChar: Egrave +Encoding: 270 200 14 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E gravecomb +EndChar +StartChar: Ecircumflex +Encoding: 271 202 15 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0302 +EndChar +StartChar: Ecaron +Encoding: 272 282 16 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni030C +EndChar +StartChar: Edotaccent +Encoding: 273 278 17 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0307 +EndChar +StartChar: Eogonek +Encoding: 274 280 18 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0328 +EndChar +StartChar: Gbreve +Encoding: 275 286 19 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' G uni0306 +EndChar +StartChar: Idieresis +Encoding: 276 207 20 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0308 +EndChar +StartChar: Iacute +Encoding: 277 205 21 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I acutecomb +EndChar +StartChar: Igrave +Encoding: 278 204 22 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I gravecomb +EndChar +StartChar: Icircumflex +Encoding: 279 206 23 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0302 +EndChar +StartChar: Idotaccent +Encoding: 280 304 24 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0307 +EndChar +StartChar: Lacute +Encoding: 281 313 25 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 368 -36 0 0 372 -36 0 0 297 -74 0 0 309 -74 0 0 304 -74 0 0 310 -74 0 0 +Ligature: 0 0 'liga' L acutecomb +EndChar +StartChar: Lcaron +Encoding: 282 317 26 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' L uni030C +EndChar +StartChar: Nacute +Encoding: 283 323 27 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N acutecomb +EndChar +StartChar: Ncaron +Encoding: 284 327 28 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N uni030C +EndChar +StartChar: Ntilde +Encoding: 285 209 29 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N tildecomb +EndChar +StartChar: Odieresis +Encoding: 286 214 30 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O uni0308 +EndChar +StartChar: Oacute +Encoding: 287 211 31 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O acutecomb +EndChar +StartChar: Ograve +Encoding: 288 210 32 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O gravecomb +EndChar +StartChar: Ocircumflex +Encoding: 289 212 33 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O uni0302 +EndChar +StartChar: Otilde +Encoding: 290 213 34 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O tildecomb +EndChar +StartChar: Ohungarumlaut +Encoding: 291 336 35 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O uni030B +EndChar +StartChar: Racute +Encoding: 292 340 36 +Width: 1000 +Flags: H +KernsSLIF: 297 -36 0 0 309 -36 0 0 304 -36 0 0 310 -36 0 0 +Ligature: 0 0 'liga' R acutecomb +EndChar +StartChar: Rcaron +Encoding: 293 344 37 +Width: 1000 +Flags: H +KernsSLIF: 297 -36 0 0 309 -36 0 0 304 -36 0 0 310 -36 0 0 +Ligature: 0 0 'liga' R uni030C +EndChar +StartChar: Sacute +Encoding: 294 346 38 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S acutecomb +EndChar +StartChar: Scaron +Encoding: 295 352 39 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni030C +EndChar +StartChar: Scedilla +Encoding: 296 350 40 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni0327 +EndChar +StartChar: Tcaron +Encoding: 297 356 41 +Width: 1000 +Flags: H +KernsSLIF: 172 -88 0 0 225 -55 0 0 241 -111 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 287 -17 0 0 289 -17 0 0 286 -17 0 0 288 -17 0 0 291 -17 0 0 233 -17 0 0 290 -17 0 0 329 -111 0 0 332 -92 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 +Ligature: 0 0 'liga' T uni030C +EndChar +StartChar: Udieresis +Encoding: 298 220 42 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0308 +EndChar +StartChar: Uacute +Encoding: 299 218 43 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U acutecomb +EndChar +StartChar: Ugrave +Encoding: 300 217 44 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U gravecomb +EndChar +StartChar: Ucircumflex +Encoding: 301 219 45 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0302 +EndChar +StartChar: Uring +Encoding: 302 366 46 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni030A +EndChar +StartChar: Uhungarumlaut +Encoding: 303 368 47 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni030B +EndChar +StartChar: Yacute +Encoding: 304 221 48 +Width: 1000 +Flags: H +KernsSLIF: 172 -67 0 0 225 -55 0 0 241 -111 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 329 -111 0 0 340 -92 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 +Ligature: 0 0 'liga' Y acutecomb +EndChar +StartChar: Zacute +Encoding: 305 377 49 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z acutecomb +EndChar +StartChar: Zcaron +Encoding: 306 381 50 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z uni030C +EndChar +StartChar: Zdotaccent +Encoding: 307 379 51 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z uni0307 +EndChar +StartChar: Amacron +Encoding: 308 256 52 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' A uni0304 +EndChar +StartChar: Tcommaaccent +Encoding: 309 354 53 +Width: 1000 +Flags: H +KernsSLIF: 172 -88 0 0 225 -55 0 0 241 -111 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 287 -17 0 0 289 -17 0 0 286 -17 0 0 288 -17 0 0 291 -17 0 0 233 -17 0 0 290 -17 0 0 329 -111 0 0 332 -92 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 +Ligature: 0 0 'liga' T uni0327 +EndChar +StartChar: Ydieresis +Encoding: 310 376 54 +Width: 1000 +Flags: H +KernsSLIF: 172 -67 0 0 225 -55 0 0 241 -111 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 329 -111 0 0 340 -92 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 +Ligature: 0 0 'liga' Y uni0308 +EndChar +StartChar: Emacron +Encoding: 311 274 55 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0304 +EndChar +StartChar: Imacron +Encoding: 312 298 56 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0304 +EndChar +StartChar: Iogonek +Encoding: 313 302 57 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0328 +EndChar +StartChar: Kcommaaccent +Encoding: 314 310 58 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' K uni0327 +EndChar +StartChar: Ncommaaccent +Encoding: 316 325 60 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N uni0327 +EndChar +StartChar: Omacron +Encoding: 317 332 61 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni0304 +EndChar +StartChar: Rcommaaccent +Encoding: 318 342 62 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' R uni0327 +EndChar +StartChar: Gcommaaccent +Encoding: 319 290 63 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' G uni0327 +EndChar +StartChar: Umacron +Encoding: 320 362 64 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0304 +EndChar +StartChar: Uogonek +Encoding: 321 370 65 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0328 +EndChar +StartChar: adieresis +Encoding: 322 228 66 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0308 +EndChar +StartChar: aacute +Encoding: 323 225 67 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a acutecomb +EndChar +StartChar: agrave +Encoding: 324 224 68 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a gravecomb +EndChar +StartChar: acircumflex +Encoding: 325 226 69 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0302 +EndChar +StartChar: abreve +Encoding: 326 259 70 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0306 +EndChar +StartChar: atilde +Encoding: 327 227 71 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a tildecomb +EndChar +StartChar: aring +Encoding: 328 229 72 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni030A +EndChar +StartChar: aogonek +Encoding: 329 261 73 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0328 +EndChar +StartChar: cacute +Encoding: 330 263 74 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' c acutecomb +EndChar +StartChar: ccaron +Encoding: 331 269 75 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' c uni030C +EndChar +StartChar: ccedilla +Encoding: 332 231 76 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' c uni0327 +EndChar +StartChar: dcaron +Encoding: 333 271 77 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' d uni030C +EndChar +StartChar: edieresis +Encoding: 334 235 78 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e uni0308 +EndChar +StartChar: eacute +Encoding: 335 233 79 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e acutecomb +EndChar +StartChar: egrave +Encoding: 336 232 80 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e gravecomb +EndChar +StartChar: ecircumflex +Encoding: 337 234 81 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e uni0302 +EndChar +StartChar: ecaron +Encoding: 338 283 82 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e uni030C +EndChar +StartChar: edotaccent +Encoding: 339 279 83 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e uni0307 +EndChar +StartChar: eogonek +Encoding: 340 281 84 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e uni0328 +EndChar +StartChar: gbreve +Encoding: 341 287 85 +Width: 1000 +Flags: H +KernsSLIF: 174 45 0 0 175 45 0 0 +Ligature: 0 0 'liga' g uni0306 +EndChar +StartChar: idieresis +Encoding: 342 239 86 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i uni0308 +EndChar +StartChar: iacute +Encoding: 343 237 87 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' i acutecomb +EndChar +StartChar: igrave +Encoding: 344 236 88 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' i gravecomb +EndChar +StartChar: icircumflex +Encoding: 345 238 89 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' i uni0302 +EndChar +StartChar: lacute +Encoding: 346 314 90 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' l acutecomb +EndChar +StartChar: lcaron +Encoding: 347 318 91 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' l uni030C +EndChar +StartChar: nacute +Encoding: 348 324 92 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n acutecomb +EndChar +StartChar: ncaron +Encoding: 349 328 93 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n uni030C +EndChar +StartChar: ntilde +Encoding: 350 241 94 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n tildecomb +EndChar +StartChar: odieresis +Encoding: 351 246 95 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' o uni0308 +EndChar +StartChar: oacute +Encoding: 352 243 96 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o acutecomb +EndChar +StartChar: ograve +Encoding: 353 242 97 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o gravecomb +EndChar +StartChar: ocircumflex +Encoding: 354 244 98 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o uni0302 +EndChar +StartChar: otilde +Encoding: 355 245 99 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o tildecomb +EndChar +StartChar: ohungarumlaut +Encoding: 356 337 100 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o uni030B +EndChar +StartChar: racute +Encoding: 357 341 101 +Width: 1000 +Flags: H +KernsSLIF: 39 55 0 0 352 -17 0 0 354 -17 0 0 351 -17 0 0 250 -17 0 0 353 -17 0 0 249 -17 0 0 356 -17 0 0 341 -17 0 0 335 -17 0 0 338 -17 0 0 337 -17 0 0 334 -17 0 0 336 -17 0 0 330 -17 0 0 331 -17 0 0 332 -17 0 0 340 -17 0 0 +Ligature: 0 0 'liga' r acutecomb +EndChar +StartChar: sacute +Encoding: 358 347 102 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s acutecomb +EndChar +StartChar: scaron +Encoding: 359 353 103 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s uni030C +EndChar +StartChar: scommaaccent +Encoding: 360 537 104 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' s uni0326 +EndChar +StartChar: tcaron +Encoding: 361 357 105 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' t uni030C +EndChar +StartChar: udieresis +Encoding: 362 252 106 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0308 +EndChar +StartChar: uacute +Encoding: 363 250 107 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u acutecomb +EndChar +StartChar: ugrave +Encoding: 364 249 108 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u gravecomb +EndChar +StartChar: ucircumflex +Encoding: 365 251 109 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0302 +EndChar +StartChar: uring +Encoding: 366 367 110 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni030A +EndChar +StartChar: uhungarumlaut +Encoding: 367 369 111 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni030B +EndChar +StartChar: yacute +Encoding: 368 253 112 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' y acutecomb +EndChar +StartChar: zacute +Encoding: 369 378 113 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z acutecomb +EndChar +StartChar: zcaron +Encoding: 370 382 114 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z uni030C +EndChar +StartChar: zdotaccent +Encoding: 371 380 115 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z uni0307 +EndChar +StartChar: ydieresis +Encoding: 372 255 116 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' y uni0308 +EndChar +StartChar: tcommaaccent +Encoding: 373 355 117 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' t uni0327 +EndChar +StartChar: amacron +Encoding: 374 257 118 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0304 +EndChar +StartChar: emacron +Encoding: 375 275 119 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e uni0304 +EndChar +StartChar: imacron +Encoding: 376 299 120 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' i uni0304 +EndChar +StartChar: kcommaaccent +Encoding: 377 311 121 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' k uni0327 +EndChar +StartChar: lcommaaccent +Encoding: 378 316 122 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' l uni0327 +EndChar +StartChar: ncommaaccent +Encoding: 379 326 123 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n uni0327 +EndChar +StartChar: omacron +Encoding: 380 333 124 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o uni0304 +EndChar +StartChar: rcommaaccent +Encoding: 381 343 125 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' r uni0327 +EndChar +StartChar: umacron +Encoding: 382 363 126 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0304 +EndChar +StartChar: uogonek +Encoding: 383 371 127 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0328 +EndChar +StartChar: rcaron +Encoding: 384 345 128 +Width: 1000 +Flags: H +KernsSLIF: 39 55 0 0 352 -17 0 0 354 -17 0 0 351 -17 0 0 250 -17 0 0 353 -17 0 0 249 -17 0 0 356 -17 0 0 341 -17 0 0 335 -17 0 0 338 -17 0 0 337 -17 0 0 334 -17 0 0 336 -17 0 0 330 -17 0 0 331 -17 0 0 332 -17 0 0 340 -17 0 0 +Ligature: 0 0 'liga' r uni030C +EndChar +StartChar: scedilla +Encoding: 385 351 129 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s uni0327 +EndChar +StartChar: gcommaaccent +Encoding: 386 291 130 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' g uni0327 +EndChar +StartChar: iogonek +Encoding: 387 303 131 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i uni0328 +EndChar +StartChar: Scommaaccent +Encoding: 388 536 132 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni0326 +EndChar +StartChar: Eth +Encoding: 389 208 162 +Width: 1000 +Flags: H +EndChar +StartChar: Dcroat +Encoding: 390 272 163 +Width: 1000 +Flags: H +EndChar +StartChar: Thorn +Encoding: 391 222 165 +Width: 1000 +Flags: H +EndChar +StartChar: dcroat +Encoding: 392 273 199 +Width: 1000 +Flags: H +EndChar +StartChar: eth +Encoding: 393 240 201 +Width: 1000 +Flags: HM +EndChar +StartChar: thorn +Encoding: 394 254 202 +Width: 1000 +Flags: H +EndChar +StartChar: Euro +Encoding: 395 8364 217 +Width: 1000 +Flags: HM +EndChar +StartChar: onesuperior +Encoding: 396 185 219 +Width: 1000 +Flags: H +EndChar +StartChar: twosuperior +Encoding: 397 178 220 +Width: 1000 +Flags: HM +EndChar +StartChar: threesuperior +Encoding: 398 179 221 +Width: 1000 +Flags: H +EndChar +StartChar: degree +Encoding: 399 176 257 +Width: 1000 +Flags: HM +EndChar +StartChar: minus +Encoding: 400 8722 259 +Width: 1000 +Flags: HM +EndChar +StartChar: multiply +Encoding: 401 215 260 +Width: 1000 +Flags: H +EndChar +StartChar: divide +Encoding: 402 247 261 +Width: 1000 +Flags: HM +EndChar +StartChar: trademark +Encoding: 403 8482 263 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' T M +EndChar +StartChar: plusminus +Encoding: 404 177 272 +Width: 1000 +Flags: HM +EndChar +StartChar: onehalf +Encoding: 405 189 273 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' one slash two +Ligature: 0 1 'frac' one fraction two +EndChar +StartChar: onequarter +Encoding: 406 188 274 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' one slash four +Ligature: 0 1 'frac' one fraction four +EndChar +StartChar: threequarters +Encoding: 407 190 275 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' three slash four +Ligature: 0 1 'frac' three fraction four +EndChar +StartChar: commaaccent +Encoding: 408 63171 293 +Width: 1000 +Flags: H +EndChar +StartChar: copyright +Encoding: 409 169 294 +Width: 1000 +Flags: HM +EndChar +StartChar: registered +Encoding: 410 174 295 +Width: 1000 +Flags: HM +EndChar +StartChar: lozenge +Encoding: 411 9674 298 +Width: 1000 +Flags: HM +EndChar +StartChar: Delta +Encoding: 412 8710 299 +Width: 1000 +Flags: HM +EndChar +StartChar: notequal +Encoding: 413 8800 300 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' equal uni0338 +EndChar +StartChar: radical +Encoding: 414 8730 301 +Width: 1000 +Flags: H +EndChar +StartChar: lessequal +Encoding: 415 8804 304 +Width: 1000 +Flags: HM +EndChar +StartChar: greaterequal +Encoding: 416 8805 305 +Width: 1000 +Flags: HM +EndChar +StartChar: logicalnot +Encoding: 417 172 306 +Width: 1000 +Flags: HM +EndChar +StartChar: summation +Encoding: 418 8721 307 +Width: 1000 +Flags: HM +EndChar +StartChar: partialdiff +Encoding: 419 8706 308 +Width: 1000 +Flags: HM +EndChar +StartChar: brokenbar +Encoding: 420 166 311 +Width: 1000 +Flags: HM +EndChar +StartChar: mu +Encoding: 421 181 314 +Width: 1000 +Flags: H +EndChar +EndChars +EndSplineFont diff --git a/Master/texmf-dist/source/fonts/fpl/Palladio-BoldOsF.sfd b/Master/texmf-dist/source/fonts/fpl/Palladio-BoldOsF.sfd new file mode 100644 index 00000000000..25f7f40717a --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/Palladio-BoldOsF.sfd @@ -0,0 +1,2151 @@ +SplineFontDB: 1.0 +FontName: URWPalladioL-BoldOsF +FullName: URW Palladio L Bold Old Style Figures +FamilyName: URW Palladio L +Weight: Bold +Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development,Copyright 2004 Ralf Stubner +Version: 1.000 +ItalicAngle: 0 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 800 +Descent: 200 +NeedsXUIDChange: 1 +FSType: 0 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +ScriptLang: 2 + 1 latn 1 dflt + 1 DFLT 1 dflt +Encoding: AdobeStandard +UnicodeInterp: none +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 24 11 +BeginPrivate: 7 +BlueValues 23 [-20 0 681 701 643 663] +BlueScale 8 0.039625 +StdHW 4 [49] +StdVW 5 [123] +StemSnapH 206 [49 57 64 69 73 84 88 96] +systemdict /internaldict known +{1183615869 systemdict /internaldict get exec +/StemSnapLength 2 copy known { get 8 lt } { pop pop true } ifelse } +{ true } ifelse { pop [49 57] } if +StemSnapV 204 [123 128 138 143 151] +systemdict /internaldict known +{1183615869 systemdict /internaldict get exec +/StemSnapLength 2 copy known { get 5 lt } { pop pop true } ifelse } +{ true } ifelse { pop [123 143] } if +ForceBold 5 false +EndPrivate +BeginChars: 422 329 +StartChar: .notdef +Encoding: 0 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 1 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 2 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 3 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 4 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 5 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 6 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 7 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 8 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 9 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 10 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 11 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 12 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 13 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 14 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 15 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 16 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 17 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 18 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 19 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 20 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 21 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 22 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 23 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 24 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 25 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 26 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 27 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 28 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 29 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 30 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 31 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: quoteright +Encoding: 39 8217 267 +Width: 1000 +Flags: HM +KernsSLIF: 39 -55 1 0 385 -55 1 0 373 -17 1 0 262 -84 1 0 256 -84 1 0 257 -84 1 0 225 -114 1 0 +EndChar +StartChar: zero +Encoding: 48 48 212 +Width: 500 +Flags: HW +HStem: -10 43<249 275> 439 44<249 275> +VStem: 42 120<219 270> 357 120<183 253> +Fore +275 483 m 0 + 348 483 404 456 436 415 c 0 + 465 378 477 330 477 253 c 0 + 477 81 397 -10 251 -10 c 0 + 120 -10 42 59 42 219 c 0 + 42 307 56 363 90 406 c 0 + 128 454 187 483 275 483 c 0 +254 439 m 0 + 226 439 208 429 193 409 c 0 + 173 383 162 349 162 270 c 0 + 162 173 177 97 197 66 c 0 + 213 42 234 33 264 33 c 0 + 311 33 357 81 357 183 c 0 + 357 280 343 373 323 404 c 0 + 307 428 283 439 254 439 c 0 +EndSplineSet +KernsSLIF: 55 6 1 0 49 1 1 0 52 20 1 0 +EndChar +StartChar: one +Encoding: 49 49 203 +Width: 500 +Flags: HW +HStem: 0 21G<272 284> +VStem: 204 132<84 302> +Fore +194 374 m 0 + 53 320 l 0 + 40 346 38 350 35 380 c 1 + 97 394 272 446 395 480 c 1 + 395 436 l 1 + 322 410 336 381 336 302 c 2 + 336 84 l 2 + 336 28 399 37 455 34 c 1 + 455 -3 l 1 + 406 -2 360 -1 347 -1 c 0 + 314 0 290 0 278 0 c 0 + 266 0 245 0 215 -1 c 0 + 197 -1 136 -2 75 -3 c 1 + 75 34 l 1 + 147 37 l 2 + 185 39 204 55 204 84 c 2 + 204 336 l 2 + 204 366 202 373 194 374 c 0 +EndSplineSet +KernsSLIF: 48 -21 1 0 50 11 1 0 51 3 1 0 54 -25 1 0 55 -21 1 0 49 -13 1 0 57 -11 1 0 52 -41 1 0 53 -8 1 0 56 -12 1 0 +EndChar +StartChar: two +Encoding: 50 50 204 +Width: 500 +Flags: HW +HStem: 397 76<187 224> +VStem: 292 127<319 351> +Fore +24 -8 m 1 + 18 9 l 1 + 42 87 l 1 + 158 167 l 2 + 236 223 292 265 292 319 c 0 + 292 368 263 397 197 397 c 0 + 153 397 132 392 115 373 c 2 + 81 335 l 1 + 60 361 l 1 + 122 445 l 1 + 179 476 185 473 224 473 c 0 + 348 473 419 423 419 351 c 0 + 419 305 366 249 300 202 c 2 + 137 104 l 1 + 139 96 l 1 + 458 107 l 1 + 462 102 l 1 + 460 75 459 72 459 50 c 0 + 459 34 459 21 461 -3 c 1 + 370 -3 279 0 187 0 c 1 + 24 -8 l 1 +EndSplineSet +KernsSLIF: 55 -5 1 0 49 -5 1 0 +EndChar +StartChar: three +Encoding: 51 51 205 +Width: 500 +VWidth: 820 +Flags: HW +HStem: -235 58<117 141> 382 98<203 237> +VStem: 307 111<292 339> 334 106<-8 45> +Fore +141 -177 m 16xd0 + 243 -177 334 -117 334 -8 c 0xd0 + 334 67 284 126 208 126 c 0 + 186 126 167 114 147 108 c 1 + 140 113 l 1 + 159 187 l 1 + 234 200 307 211 307 292 c 0 + 307 347 268 382 205 382 c 0 + 145 382 114 372 99 355 c 2 + 81 335 l 1 + 63 357 l 1 + 122 445 l 1 + 152 477 182 480 237 480 c 0 + 342 480 418 421 418 339 c 0xe0 + 418 278 380 249 306 203 c 1 + 351 191 357 189 381 171 c 0 + 417 144 440 98 440 45 c 0 + 440 -89 276 -235 117 -235 c 0 + 73 -235 46 -198 12 -170 c 1 + 24 -144 l 1 + 24 -144 94 -177 141 -177 c 16xd0 +EndSplineSet +KernsSLIF: 55 -13 1 0 49 -14 1 0 52 19 1 0 +EndChar +StartChar: four +Encoding: 52 52 206 +Width: 500 +VWidth: 816 +Flags: HW +HStem: 5 70<82 257> +VStem: 257 117<75 292> +Fore +266 -237 m 1 + 249 -223 l 1 + 255 -192 257 5 257 5 c 1 + 13 5 l 1 + 6 35 l 1 + 63 177 134 290 251 461 c 1 + 373 488 l 1 + 380 476 l 1 + 375 329 374 264 374 188 c 2 + 374 75 l 1 + 459 77 l 1 + 464 56 458 25 460 2 c 1 + 374 5 l 1 + 386 -207 l 1 + 266 -237 l 1 +82 75 m 1 + 257 75 l 1 + 257 395 l 1 + 247 380 236 362 224 342 c 0 + 204 309 182 274 182 272 c 1 + 120 156 l 2 + 113 144 86 84 82 75 c 1 +EndSplineSet +KernsSLIF: 55 -12 1 0 49 -4 1 0 52 25 1 0 +EndChar +StartChar: five +Encoding: 53 53 207 +Width: 500 +Flags: HW +HStem: -236 66<65 128> 135 103<183 237> 362 108<154.886 230> +VStem: 58 53<204 362> 316 118<-3 57> +Fore +434 57 m 0 + 434 -84 211 -236 65 -236 c 1 + 0 -167 l 1 + 16 -141 l 1 + 70 -166 59 -170 128 -170 c 0 + 205 -170 316 -86 316 -3 c 0 + 316 81 264 135 183 135 c 0 + 139 135 104 123 71 95 c 1 + 52 106 l 1 + 57 185 58 209 58 230 c 2 + 58 332 l 2 + 58 366 57 396 52 468 c 1 + 59 476 l 1 + 117 473 138 472 229 470 c 1 + 406 476 l 1 + 410 468 l 1 + 405 446 403 432 403 412 c 0 + 403 400 403 386 404 370 c 1 + 398 359 l 1 + 313 361 265 362 255 362 c 2 + 111 362 l 1 + 111 204 l 1 + 168 230 194 238 237 238 c 0 + 358 238 434 168 434 57 c 0 +EndSplineSet +KernsSLIF: 55 -3 1 0 52 26 1 0 +EndChar +StartChar: six +Encoding: 54 54 208 +Width: 500 +Flags: HMW +HStem: -17 50<233 291> 323 86 +VStem: 37 128<223 240> 351 118<150 216.5> +Fore +396 660 m 1 + 435 633 l 1 + 420 617 l 1 + 411 618 403 618 399 618 c 0 + 327 618 261 584 221 524 c 0 + 190 478 176 426 168 326 c 1 + 216 387 255 409 314 409 c 0 + 409 409 469 336 469 221 c 0 + 469 79 381 -17 252 -17 c 0 + 181 -17 125 9 89 60 c 0 + 57 106 37 182 37 264 c 0 + 37 404 86 513 186 590 c 0 + 251 640 303 658 396 660 c 1 +254 323 m 0 + 195 323 165 282 165 198 c 0 + 165 97 203 33 263 33 c 0 + 319 33 351 84 351 171 c 0 + 351 262 312 323 254 323 c 0 +EndSplineSet +KernsSLIF: 55 -9 1 0 49 -21 1 0 52 25 1 0 +EndChar +StartChar: seven +Encoding: 55 55 209 +Width: 500 +VWidth: 767 +Flags: HW +HStem: 230 240<56 88> 346 118<228.821 385> +Fore +493 467 m 1x40 + 493 422 l 1 + 459 368 440 331 400 250 c 2 + 290 36 l 1 + 264 -19 203 -187 188 -236 c 1 + 180 -235 172 -235 169 -235 c 0 + 152 -234 140 -233 133 -233 c 0 + 124 -233 124 -233 78 -236 c 1 + 72 -225 l 1 + 388 340 l 1 + 384 346 l 1 + 159 346 l 2x40 + 112 346 101 338 96 294 c 1 + 88 230 l 1 + 49 230 l 1 + 50 308 50 308 50 320 c 0 + 50 368 49 397 46 462 c 1 + 56 470 l 1x80 + 100 469 141 468 155 468 c 0 + 242 465 298 464 323 464 c 2 + 352 464 l 1 + 493 467 l 1x40 +EndSplineSet +KernsSLIF: 50 7 1 0 51 2 1 0 54 -31 1 0 55 20 1 0 49 17 1 0 52 -44 1 0 53 -2 1 0 56 -3 1 0 +EndChar +StartChar: eight +Encoding: 56 56 210 +Width: 500 +Flags: HW +HStem: -17 52<232 256> 608 52<234 262> +VStem: 34 89<153 173> 51 103<476 519> 353 84<499 517> 357 110<150 203> +Fore +151 320 m 1xe4 + 79 362 51 405 51 476 c 0 + 51 587 134 660 260 660 c 0 + 368 660 437 604 437 517 c 0xd8 + 437 461 412 423 343 376 c 1 + 384 359 402 347 424 322 c 0 + 453 289 467 250 467 203 c 0 + 467 77 367 -17 234 -17 c 0 + 116 -17 34 54 34 155 c 0 + 34 226 72 280 151 320 c 1xe4 +253 275 m 2 + 192 302 l 1 + 140 256 123 224 123 171 c 0 + 123 93 176 35 248 35 c 0 + 310 35 357 84 357 150 c 0xe4 + 357 207 327 242 253 275 c 2 +250 412 m 2 + 294 393 l 1 + 337 430 353 459 353 501 c 0 + 353 565 311 608 249 608 c 0 + 192 608 154 573 154 519 c 0xd8 + 154 471 180 442 250 412 c 2 +EndSplineSet +KernsSLIF: 55 -4 1 0 49 -4 1 0 52 24 1 0 +EndChar +StartChar: nine +Encoding: 57 57 211 +Width: 500 +VWidth: 821 +Flags: HW +HStem: 57 87<195 250> 429 52<238 252> +VStem: 31 118<248 297> 336 127<211 265> +Fore +105 -236 m 1 + 67 -207 l 1 + 76 -189 l 1 + 90 -191 101 -192 107 -192 c 0 + 134 -192 181 -181 209 -164 c 0 + 256 -136 291 -50 310 14 c 0 + 321 49 325 76 331 136 c 1 + 268 81 l 2 + 248 64 228 57 195 57 c 0 + 90 57 31 126 31 248 c 0 + 31 392 114 481 248 481 c 0 + 388 481 463 386 463 211 c 0 + 463 35 380 -148 243 -208 c 0 + 199 -228 171 -233 105 -236 c 1 +241 429 m 0 + 183 429 149 380 149 297 c 0 + 149 202 187 144 250 144 c 0 + 309 144 336 182 336 265 c 0 + 336 370 302 429 241 429 c 0 +EndSplineSet +KernsSLIF: 55 3 1 0 49 -1 1 0 52 7 1 0 +EndChar +StartChar: quoteleft +Encoding: 96 8216 228 +Width: 1000 +Flags: HM +KernsSLIF: 96 -55 1 0 262 -84 1 0 256 -84 1 0 257 -84 1 0 225 -114 1 0 +EndChar +StartChar: .notdef +Encoding: 127 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 128 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 129 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 130 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 131 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 132 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 133 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 134 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 135 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 136 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 137 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 138 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 139 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 140 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 141 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 142 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 143 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 144 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 145 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 146 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 147 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 148 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 149 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 150 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 151 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 152 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 153 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 154 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 155 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 156 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 157 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 158 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 159 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 160 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: fraction +Encoding: 164 8260 276 +Width: 1000 +Flags: HM +EndChar +StartChar: florin +Encoding: 166 402 216 +Width: 1000 +Flags: HM +EndChar +StartChar: currency +Encoding: 168 164 265 +Width: 1000 +Flags: H +EndChar +StartChar: quotesingle +Encoding: 169 39 253 +Width: 1000 +Flags: HM +EndChar +StartChar: quotedblleft +Encoding: 170 8220 230 +Width: 1000 +Flags: HM +KernsSLIF: 262 -87 1 0 256 -87 1 0 257 -87 1 0 225 -117 1 0 +EndChar +StartChar: guilsinglleft +Encoding: 172 8249 239 +Width: 1000 +Flags: H +EndChar +StartChar: guilsinglright +Encoding: 173 8250 238 +Width: 1000 +Flags: H +KernsSLIF: 260 -72 1 0 259 -72 1 0 258 -72 1 0 263 -72 1 0 261 -72 1 0 297 -123 1 0 309 -123 1 0 304 -128 1 0 310 -128 1 0 262 -72 1 0 256 -72 1 0 257 -72 1 0 225 -86 1 0 +EndChar +StartChar: fi +Encoding: 174 64257 197 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' f i +EndChar +StartChar: fl +Encoding: 175 64258 198 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' f l +EndChar +StartChar: .notdef +Encoding: 176 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: endash +Encoding: 177 8211 242 +Width: 1000 +Flags: HM +EndChar +StartChar: dagger +Encoding: 178 8224 250 +Width: 1000 +Flags: H +EndChar +StartChar: daggerdbl +Encoding: 179 8225 251 +Width: 1000 +Flags: H +EndChar +StartChar: periodcentered +Encoding: 180 183 224 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 181 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: bullet +Encoding: 183 8226 297 +Width: 1000 +Flags: H +EndChar +StartChar: quotesinglbase +Encoding: 184 8218 266 +Width: 1000 +Flags: H +EndChar +StartChar: quotedblbase +Encoding: 185 8222 231 +Width: 1000 +Flags: H +KernsSLIF: 225 14 1 0 +EndChar +StartChar: quotedblright +Encoding: 186 8221 229 +Width: 1000 +Flags: HM +KernsSLIF: 262 -87 1 0 256 -87 1 0 257 -87 1 0 225 -117 1 0 +EndChar +StartChar: ellipsis +Encoding: 188 8230 225 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' period period period +EndChar +StartChar: perthousand +Encoding: 189 8240 278 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 190 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 192 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: grave +Encoding: 193 96 284 +Width: 1000 +Flags: HM +EndChar +StartChar: acute +Encoding: 194 180 283 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space acutecomb +EndChar +StartChar: circumflex +Encoding: 195 710 285 +Width: 1000 +Flags: HM +EndChar +StartChar: tilde +Encoding: 196 732 288 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' space tildecomb +EndChar +StartChar: macron +Encoding: 197 175 292 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0304 +EndChar +StartChar: breve +Encoding: 198 728 287 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0306 +EndChar +StartChar: dotaccent +Encoding: 199 729 281 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' space uni0307 +EndChar +StartChar: dieresis +Encoding: 200 168 280 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0308 +EndChar +StartChar: .notdef +Encoding: 201 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ring +Encoding: 202 730 282 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni030A +EndChar +StartChar: cedilla +Encoding: 203 184 290 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0327 +EndChar +StartChar: .notdef +Encoding: 204 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: hungarumlaut +Encoding: 205 733 289 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni030B +EndChar +StartChar: ogonek +Encoding: 206 731 291 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0328 +EndChar +StartChar: caron +Encoding: 207 711 286 +Width: 1000 +Flags: HM +EndChar +StartChar: emdash +Encoding: 208 8212 243 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 209 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 210 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 211 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 212 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 213 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 214 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 215 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 216 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 217 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 218 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 219 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 220 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 221 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 222 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 223 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 224 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: AE +Encoding: 225 198 159 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 226 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ordfeminine +Encoding: 227 170 270 +Width: 1000 +Flags: HM +EndChar +StartChar: .notdef +Encoding: 228 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 229 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 230 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 231 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: Lslash +Encoding: 232 321 164 +Width: 1000 +Flags: H +KernsSLIF: 39 -74 0 0 368 -74 0 0 372 -74 0 0 297 -74 0 0 309 -74 0 0 304 -92 0 0 310 -92 0 0 +EndChar +StartChar: Oslash +Encoding: 233 216 161 +Width: 1000 +Flags: H +EndChar +StartChar: OE +Encoding: 234 338 160 +Width: 1000 +Flags: H +EndChar +StartChar: ordmasculine +Encoding: 235 186 271 +Width: 1000 +Flags: HM +EndChar +StartChar: .notdef +Encoding: 236 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 237 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 238 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 239 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 240 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ae +Encoding: 241 230 192 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +EndChar +StartChar: .notdef +Encoding: 242 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 243 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 244 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: dotlessi +Encoding: 245 305 196 +Width: 1000 +Flags: HM +EndChar +StartChar: .notdef +Encoding: 246 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 247 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: lslash +Encoding: 248 322 200 +Width: 1000 +Flags: HM +EndChar +StartChar: oslash +Encoding: 249 248 194 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +EndChar +StartChar: oe +Encoding: 250 339 193 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +EndChar +StartChar: germandbls +Encoding: 251 223 195 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 252 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 253 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 254 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 255 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: Adieresis +Encoding: 256 196 0 +Width: 1000 +Flags: H +KernsSLIF: 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 39 -92 0 0 186 -83 0 0 172 -71 0 0 +Ligature: 0 0 'liga' A uni0308 +EndChar +StartChar: Aacute +Encoding: 257 193 1 +Width: 1000 +Flags: H +KernsSLIF: 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 39 -92 0 0 172 -71 0 0 +Ligature: 0 0 'liga' A acutecomb +EndChar +StartChar: Agrave +Encoding: 258 192 2 +Width: 1000 +Flags: H +KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 +Ligature: 0 0 'liga' A gravecomb +EndChar +StartChar: Acircumflex +Encoding: 259 194 3 +Width: 1000 +Flags: H +KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 +Ligature: 0 0 'liga' A uni0302 +EndChar +StartChar: Abreve +Encoding: 260 258 4 +Width: 1000 +Flags: H +KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 +Ligature: 0 0 'liga' A uni0306 +EndChar +StartChar: Atilde +Encoding: 261 195 5 +Width: 1000 +Flags: H +KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 +Ligature: 0 0 'liga' A tildecomb +EndChar +StartChar: Aring +Encoding: 262 197 6 +Width: 1000 +Flags: H +KernsSLIF: 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 39 -92 0 0 186 -83 0 0 172 -71 0 0 +Ligature: 0 0 'liga' A uni030A +EndChar +StartChar: Aogonek +Encoding: 263 260 7 +Width: 1000 +Flags: H +KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 +Ligature: 0 0 'liga' A uni0328 +EndChar +StartChar: Ccedilla +Encoding: 264 199 8 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' C uni0327 +EndChar +StartChar: Cacute +Encoding: 265 262 9 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' C acutecomb +EndChar +StartChar: Ccaron +Encoding: 266 268 10 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' C uni030C +EndChar +StartChar: Dcaron +Encoding: 267 270 11 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' D uni030C +EndChar +StartChar: Edieresis +Encoding: 268 203 12 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0308 +EndChar +StartChar: Eacute +Encoding: 269 201 13 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E acutecomb +EndChar +StartChar: Egrave +Encoding: 270 200 14 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E gravecomb +EndChar +StartChar: Ecircumflex +Encoding: 271 202 15 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0302 +EndChar +StartChar: Ecaron +Encoding: 272 282 16 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni030C +EndChar +StartChar: Edotaccent +Encoding: 273 278 17 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0307 +EndChar +StartChar: Eogonek +Encoding: 274 280 18 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0328 +EndChar +StartChar: Gbreve +Encoding: 275 286 19 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' G uni0306 +EndChar +StartChar: Idieresis +Encoding: 276 207 20 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0308 +EndChar +StartChar: Iacute +Encoding: 277 205 21 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I acutecomb +EndChar +StartChar: Igrave +Encoding: 278 204 22 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I gravecomb +EndChar +StartChar: Icircumflex +Encoding: 279 206 23 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0302 +EndChar +StartChar: Idotaccent +Encoding: 280 304 24 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0307 +EndChar +StartChar: Lacute +Encoding: 281 313 25 +Width: 1000 +Flags: H +KernsSLIF: 39 -74 0 0 368 -74 0 0 372 -74 0 0 297 -74 0 0 309 -74 0 0 304 -92 0 0 310 -92 0 0 +Ligature: 0 0 'liga' L acutecomb +EndChar +StartChar: Lcaron +Encoding: 282 317 26 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' L uni030C +EndChar +StartChar: Nacute +Encoding: 283 323 27 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N acutecomb +EndChar +StartChar: Ncaron +Encoding: 284 327 28 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N uni030C +EndChar +StartChar: Ntilde +Encoding: 285 209 29 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N tildecomb +EndChar +StartChar: Odieresis +Encoding: 286 214 30 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni0308 +EndChar +StartChar: Oacute +Encoding: 287 211 31 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O acutecomb +EndChar +StartChar: Ograve +Encoding: 288 210 32 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O gravecomb +EndChar +StartChar: Ocircumflex +Encoding: 289 212 33 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O uni0302 +EndChar +StartChar: Otilde +Encoding: 290 213 34 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O tildecomb +EndChar +StartChar: Ohungarumlaut +Encoding: 291 336 35 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O uni030B +EndChar +StartChar: Racute +Encoding: 292 340 36 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' R acutecomb +EndChar +StartChar: Rcaron +Encoding: 293 344 37 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' R uni030C +EndChar +StartChar: Sacute +Encoding: 294 346 38 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S acutecomb +EndChar +StartChar: Scaron +Encoding: 295 352 39 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni030C +EndChar +StartChar: Scedilla +Encoding: 296 350 40 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni0327 +EndChar +StartChar: Tcaron +Encoding: 297 356 41 +Width: 1000 +Flags: H +KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -111 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 329 -111 0 0 332 -128 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -111 0 0 +Ligature: 0 0 'liga' T uni030C +EndChar +StartChar: Udieresis +Encoding: 298 220 42 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0308 +EndChar +StartChar: Uacute +Encoding: 299 218 43 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' U acutecomb +EndChar +StartChar: Ugrave +Encoding: 300 217 44 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' U gravecomb +EndChar +StartChar: Ucircumflex +Encoding: 301 219 45 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' U uni0302 +EndChar +StartChar: Uring +Encoding: 302 366 46 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni030A +EndChar +StartChar: Uhungarumlaut +Encoding: 303 368 47 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' U uni030B +EndChar +StartChar: Yacute +Encoding: 304 221 48 +Width: 1000 +Flags: H +KernsSLIF: 172 -104 0 0 225 -55 0 0 241 -74 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 329 -74 0 0 340 -74 0 0 250 -74 0 0 249 -74 0 0 385 -92 0 0 +Ligature: 0 0 'liga' Y acutecomb +EndChar +StartChar: Zacute +Encoding: 305 377 49 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z acutecomb +EndChar +StartChar: Zcaron +Encoding: 306 381 50 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z uni030C +EndChar +StartChar: Zdotaccent +Encoding: 307 379 51 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z uni0307 +EndChar +StartChar: Amacron +Encoding: 308 256 52 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' A uni0304 +EndChar +StartChar: Tcommaaccent +Encoding: 309 354 53 +Width: 1000 +Flags: H +KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -111 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 329 -111 0 0 332 -128 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -111 0 0 +Ligature: 0 0 'liga' T uni0327 +EndChar +StartChar: Ydieresis +Encoding: 310 376 54 +Width: 1000 +Flags: H +KernsSLIF: 172 -104 0 0 225 -55 0 0 241 -74 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 329 -74 0 0 340 -74 0 0 250 -74 0 0 249 -74 0 0 385 -92 0 0 +Ligature: 0 0 'liga' Y uni0308 +EndChar +StartChar: Emacron +Encoding: 311 274 55 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0304 +EndChar +StartChar: Imacron +Encoding: 312 298 56 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0304 +EndChar +StartChar: Iogonek +Encoding: 313 302 57 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0328 +EndChar +StartChar: Kcommaaccent +Encoding: 314 310 58 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' K uni0327 +EndChar +StartChar: Ncommaaccent +Encoding: 316 325 60 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N uni0327 +EndChar +StartChar: Omacron +Encoding: 317 332 61 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni0304 +EndChar +StartChar: Rcommaaccent +Encoding: 318 342 62 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' R uni0327 +EndChar +StartChar: Gcommaaccent +Encoding: 319 290 63 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' G uni0327 +EndChar +StartChar: Umacron +Encoding: 320 362 64 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0304 +EndChar +StartChar: Uogonek +Encoding: 321 370 65 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' U uni0328 +EndChar +StartChar: adieresis +Encoding: 322 228 66 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' a uni0308 +EndChar +StartChar: aacute +Encoding: 323 225 67 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' a acutecomb +EndChar +StartChar: agrave +Encoding: 324 224 68 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' a gravecomb +EndChar +StartChar: acircumflex +Encoding: 325 226 69 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' a uni0302 +EndChar +StartChar: abreve +Encoding: 326 259 70 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' a uni0306 +EndChar +StartChar: atilde +Encoding: 327 227 71 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a tildecomb +EndChar +StartChar: aring +Encoding: 328 229 72 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni030A +EndChar +StartChar: aogonek +Encoding: 329 261 73 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 297 -60 0 0 309 -60 0 0 +Ligature: 0 0 'liga' a uni0328 +EndChar +StartChar: cacute +Encoding: 330 263 74 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' c acutecomb +EndChar +StartChar: ccaron +Encoding: 331 269 75 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' c uni030C +EndChar +StartChar: ccedilla +Encoding: 332 231 76 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' c uni0327 +EndChar +StartChar: dcaron +Encoding: 333 271 77 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' d uni030C +EndChar +StartChar: edieresis +Encoding: 334 235 78 +Width: 1000 +Flags: H +KernsSLIF: 372 -8 0 0 368 -8 0 0 +Ligature: 0 0 'liga' e uni0308 +EndChar +StartChar: eacute +Encoding: 335 233 79 +Width: 1000 +Flags: H +KernsSLIF: 372 -8 0 0 368 -8 0 0 +Ligature: 0 0 'liga' e acutecomb +EndChar +StartChar: egrave +Encoding: 336 232 80 +Width: 1000 +Flags: H +KernsSLIF: 372 -8 0 0 368 -8 0 0 +Ligature: 0 0 'liga' e gravecomb +EndChar +StartChar: ecircumflex +Encoding: 337 234 81 +Width: 1000 +Flags: H +KernsSLIF: 372 -8 0 0 368 -8 0 0 +Ligature: 0 0 'liga' e uni0302 +EndChar +StartChar: ecaron +Encoding: 338 283 82 +Width: 1000 +Flags: H +KernsSLIF: 372 -8 0 0 368 -8 0 0 +Ligature: 0 0 'liga' e uni030C +EndChar +StartChar: edotaccent +Encoding: 339 279 83 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e uni0307 +EndChar +StartChar: eogonek +Encoding: 340 281 84 +Width: 1000 +Flags: HM +KernsSLIF: 372 -8 0 0 368 -8 0 0 +Ligature: 0 0 'liga' e uni0328 +EndChar +StartChar: gbreve +Encoding: 341 287 85 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' g uni0306 +EndChar +StartChar: idieresis +Encoding: 342 239 86 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' i uni0308 +EndChar +StartChar: iacute +Encoding: 343 237 87 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' i acutecomb +EndChar +StartChar: igrave +Encoding: 344 236 88 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i gravecomb +EndChar +StartChar: icircumflex +Encoding: 345 238 89 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i uni0302 +EndChar +StartChar: lacute +Encoding: 346 314 90 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' l acutecomb +EndChar +StartChar: lcaron +Encoding: 347 318 91 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' l uni030C +EndChar +StartChar: nacute +Encoding: 348 324 92 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n acutecomb +EndChar +StartChar: ncaron +Encoding: 349 328 93 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n uni030C +EndChar +StartChar: ntilde +Encoding: 350 241 94 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n tildecomb +EndChar +StartChar: odieresis +Encoding: 351 246 95 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' o uni0308 +EndChar +StartChar: oacute +Encoding: 352 243 96 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' o acutecomb +EndChar +StartChar: ograve +Encoding: 353 242 97 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' o gravecomb +EndChar +StartChar: ocircumflex +Encoding: 354 244 98 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' o uni0302 +EndChar +StartChar: otilde +Encoding: 355 245 99 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' o tildecomb +EndChar +StartChar: ohungarumlaut +Encoding: 356 337 100 +Width: 1000 +Flags: H +KernsSLIF: 372 -22 0 0 368 -22 0 0 +Ligature: 0 0 'liga' o uni030B +EndChar +StartChar: racute +Encoding: 357 341 101 +Width: 1000 +Flags: H +KernsSLIF: 39 55 0 0 348 26 0 0 349 26 0 0 350 26 0 0 363 26 0 0 365 26 0 0 362 26 0 0 364 26 0 0 367 -26 0 0 368 34 0 0 372 34 0 0 +Ligature: 0 0 'liga' r acutecomb +EndChar +StartChar: sacute +Encoding: 358 347 102 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s acutecomb +EndChar +StartChar: scaron +Encoding: 359 353 103 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s uni030C +EndChar +StartChar: scommaaccent +Encoding: 360 537 104 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' s uni0326 +EndChar +StartChar: tcaron +Encoding: 361 357 105 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' t uni030C +EndChar +StartChar: udieresis +Encoding: 362 252 106 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0308 +EndChar +StartChar: uacute +Encoding: 363 250 107 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u acutecomb +EndChar +StartChar: ugrave +Encoding: 364 249 108 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u gravecomb +EndChar +StartChar: ucircumflex +Encoding: 365 251 109 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0302 +EndChar +StartChar: uring +Encoding: 366 367 110 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni030A +EndChar +StartChar: uhungarumlaut +Encoding: 367 369 111 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni030B +EndChar +StartChar: yacute +Encoding: 368 253 112 +Width: 1000 +Flags: H +KernsSLIF: 355 -27 0 0 249 -27 0 0 356 -27 0 0 353 -27 0 0 250 -27 0 0 351 -27 0 0 354 -27 0 0 352 -27 0 0 341 -15 0 0 336 -34 0 0 334 -34 0 0 337 -34 0 0 338 -34 0 0 335 -34 0 0 331 -27 0 0 324 -27 0 0 241 -27 0 0 322 -27 0 0 325 -27 0 0 326 -27 0 0 323 -27 0 0 392 -20 0 0 329 -27 0 0 332 -27 0 0 340 -34 0 0 +Ligature: 0 0 'liga' y acutecomb +EndChar +StartChar: zacute +Encoding: 369 378 113 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z acutecomb +EndChar +StartChar: zcaron +Encoding: 370 382 114 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z uni030C +EndChar +StartChar: zdotaccent +Encoding: 371 380 115 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z uni0307 +EndChar +StartChar: ydieresis +Encoding: 372 255 116 +Width: 1000 +Flags: H +KernsSLIF: 355 -27 0 0 249 -27 0 0 356 -27 0 0 353 -27 0 0 250 -27 0 0 351 -27 0 0 354 -27 0 0 352 -27 0 0 341 -15 0 0 336 -34 0 0 334 -34 0 0 337 -34 0 0 338 -34 0 0 335 -34 0 0 331 -27 0 0 324 -27 0 0 241 -27 0 0 322 -27 0 0 325 -27 0 0 326 -27 0 0 323 -27 0 0 392 -20 0 0 329 -27 0 0 332 -27 0 0 340 -34 0 0 +Ligature: 0 0 'liga' y uni0308 +EndChar +StartChar: tcommaaccent +Encoding: 373 355 117 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' t uni0327 +EndChar +StartChar: amacron +Encoding: 374 257 118 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0304 +EndChar +StartChar: emacron +Encoding: 375 275 119 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e uni0304 +EndChar +StartChar: imacron +Encoding: 376 299 120 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i uni0304 +EndChar +StartChar: kcommaaccent +Encoding: 377 311 121 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' k uni0327 +EndChar +StartChar: lcommaaccent +Encoding: 378 316 122 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' l uni0327 +EndChar +StartChar: ncommaaccent +Encoding: 379 326 123 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n uni0327 +EndChar +StartChar: omacron +Encoding: 380 333 124 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o uni0304 +EndChar +StartChar: rcommaaccent +Encoding: 381 343 125 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' r uni0327 +EndChar +StartChar: umacron +Encoding: 382 363 126 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0304 +EndChar +StartChar: uogonek +Encoding: 383 371 127 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0328 +EndChar +StartChar: rcaron +Encoding: 384 345 128 +Width: 1000 +Flags: H +KernsSLIF: 39 55 0 0 348 26 0 0 349 26 0 0 350 26 0 0 363 26 0 0 365 26 0 0 362 26 0 0 364 26 0 0 367 -26 0 0 368 34 0 0 372 34 0 0 +Ligature: 0 0 'liga' r uni030C +EndChar +StartChar: scedilla +Encoding: 385 351 129 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s uni0327 +EndChar +StartChar: gcommaaccent +Encoding: 386 291 130 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' g uni0327 +EndChar +StartChar: iogonek +Encoding: 387 303 131 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' i uni0328 +EndChar +StartChar: Scommaaccent +Encoding: 388 536 132 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni0326 +EndChar +StartChar: Eth +Encoding: 389 208 162 +Width: 1000 +Flags: H +EndChar +StartChar: Dcroat +Encoding: 390 272 163 +Width: 1000 +Flags: H +EndChar +StartChar: Thorn +Encoding: 391 222 165 +Width: 1000 +Flags: H +EndChar +StartChar: dcroat +Encoding: 392 273 199 +Width: 1000 +Flags: H +EndChar +StartChar: eth +Encoding: 393 240 201 +Width: 1000 +Flags: HM +EndChar +StartChar: thorn +Encoding: 394 254 202 +Width: 1000 +Flags: HM +EndChar +StartChar: Euro +Encoding: 395 8364 217 +Width: 1000 +Flags: HM +EndChar +StartChar: onesuperior +Encoding: 396 185 219 +Width: 1000 +Flags: HM +EndChar +StartChar: twosuperior +Encoding: 397 178 220 +Width: 1000 +Flags: HM +EndChar +StartChar: threesuperior +Encoding: 398 179 221 +Width: 1000 +Flags: H +EndChar +StartChar: degree +Encoding: 399 176 257 +Width: 1000 +Flags: HM +EndChar +StartChar: minus +Encoding: 400 8722 259 +Width: 1000 +Flags: HM +EndChar +StartChar: multiply +Encoding: 401 215 260 +Width: 1000 +Flags: HM +EndChar +StartChar: divide +Encoding: 402 247 261 +Width: 1000 +Flags: HM +EndChar +StartChar: trademark +Encoding: 403 8482 263 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' T M +EndChar +StartChar: plusminus +Encoding: 404 177 272 +Width: 1000 +Flags: HM +EndChar +StartChar: onehalf +Encoding: 405 189 273 +Width: 1000 +Flags: HM +Ligature: 0 1 'frac' one slash two +Ligature: 0 1 'frac' one fraction two +EndChar +StartChar: onequarter +Encoding: 406 188 274 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' one slash four +Ligature: 0 1 'frac' one fraction four +EndChar +StartChar: threequarters +Encoding: 407 190 275 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' three slash four +Ligature: 0 1 'frac' three fraction four +EndChar +StartChar: commaaccent +Encoding: 408 63171 293 +Width: 1000 +Flags: H +EndChar +StartChar: copyright +Encoding: 409 169 294 +Width: 1000 +Flags: HM +EndChar +StartChar: registered +Encoding: 410 174 295 +Width: 1000 +Flags: HM +EndChar +StartChar: lozenge +Encoding: 411 9674 298 +Width: 1000 +Flags: HM +EndChar +StartChar: Delta +Encoding: 412 8710 299 +Width: 1000 +Flags: HM +EndChar +StartChar: notequal +Encoding: 413 8800 300 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' equal uni0338 +EndChar +StartChar: radical +Encoding: 414 8730 301 +Width: 1000 +Flags: H +EndChar +StartChar: lessequal +Encoding: 415 8804 304 +Width: 1000 +Flags: HM +EndChar +StartChar: greaterequal +Encoding: 416 8805 305 +Width: 1000 +Flags: HM +EndChar +StartChar: logicalnot +Encoding: 417 172 306 +Width: 1000 +Flags: HM +EndChar +StartChar: summation +Encoding: 418 8721 307 +Width: 1000 +Flags: HM +EndChar +StartChar: partialdiff +Encoding: 419 8706 308 +Width: 1000 +Flags: HM +EndChar +StartChar: brokenbar +Encoding: 420 166 311 +Width: 1000 +Flags: HM +EndChar +StartChar: mu +Encoding: 421 181 314 +Width: 1000 +Flags: H +EndChar +EndChars +EndSplineFont diff --git a/Master/texmf-dist/source/fonts/fpl/Palladio-ItalicOsF.sfd b/Master/texmf-dist/source/fonts/fpl/Palladio-ItalicOsF.sfd new file mode 100644 index 00000000000..273c31e2adc --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/Palladio-ItalicOsF.sfd @@ -0,0 +1,2131 @@ +SplineFontDB: 1.0 +FontName: Palladio-ItalicOsF +FullName: URW Palladio L Italic Old Style Figures +FamilyName: URW Palladio L +Weight: Regular +Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development,Copyright 2004 Ralf Stubner +Version: 1.000 +ItalicAngle: -9.5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 800 +Descent: 200 +NeedsXUIDChange: 1 +FSType: 0 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +ScriptLang: 2 + 1 latn 1 dflt + 1 DFLT 1 dflt +Encoding: AdobeStandard +UnicodeInterp: none +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 24 24 11 +BeginPrivate: 7 +BlueValues 23 [-20 0 471 491 692 712] +BlueScale 8 0.039625 +StdHW 4 [38] +StdVW 4 [78] +StemSnapH 203 [33 38 43 48 53 59 63] +systemdict /internaldict known +{1183615869 systemdict /internaldict get exec +/StemSnapLength 2 copy known { get 7 lt } { pop pop true } ifelse } +{ true } ifelse { pop [38 43] } if +StemSnapV 2 [] +ForceBold 5 false +EndPrivate +BeginChars: 422 330 +StartChar: .notdef +Encoding: 0 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 1 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 2 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 3 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 4 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 5 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 6 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 7 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 8 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 9 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 10 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 11 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 12 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 13 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 14 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 15 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 16 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 17 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 18 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 19 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 20 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 21 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 22 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 23 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 24 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 25 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 26 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 27 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 28 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 29 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 30 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 31 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: space +Encoding: 32 32 296 +Width: 250 +Flags: HW +EndChar +StartChar: quoteright +Encoding: 39 8217 267 +Width: 1000 +Flags: HM +KernsSLIF: 39 -74 1 0 385 -55 1 0 373 -36 1 0 262 -143 1 0 256 -143 1 0 257 -143 1 0 225 -147 1 0 +EndChar +StartChar: zero +Encoding: 48 48 212 +Width: 500 +Flags: HW +HStem: -13 34<193 211> 445 34<287 307> +VStem: 34 70<127 157> 386 70<316 340> +Fore +293 479 m 1 + 393 479 456 418 456 318 c 0 + 456 232 427 142 380 80 c 0 + 334 18 273 -13 198 -13 c 0 + 93 -13 34 48 34 157 c 0 + 34 252 70 348 126 408 c 1 + 171 456 231 473 293 479 c 1 +287 445 m 0 + 219 445 176 424 140 323 c 0 + 119 257 104 185 104 127 c 0 + 104 52 138 21 201 21 c 0 + 258 21 301 38 335 112 c 0 + 364 173 386 269 386 338 c 0 + 386 417 352 445 287 445 c 0 +EndSplineSet +KernsSLIF: 55 -22 1 0 49 -13 1 0 52 3 1 0 +EndChar +StartChar: one +Encoding: 49 49 203 +Width: 500 +Flags: HW +HStem: 0 21G<197.5 250.5> +Fore +388 451 m 1 + 388 451 338 446 328 398 c 2 + 318 350 l 1 + 276 136 l 2 + 269 94 268 87 268 76 c 0 + 268 41 281 31 327 28 c 2 + 398 24 l 1 + 393 -3 l 1 + 324 -1 277 0 224 0 c 0 + 171 0 123 -1 54 -3 c 1 + 59 24 l 1 + 144 34 l 2 + 175 39 183 50 192 102 c 1 + 246 406 l 1 + 230 400 153 376 153 376 c 2 + 81 352 l 1 + 74 357 l 1 + 85 411 l 1 + 206 442 272 459 382 484 c 1 + 388 451 l 1 +EndSplineSet +KernsSLIF: 48 -44 1 0 50 -15 1 0 51 -27 1 0 54 -60 1 0 55 -38 1 0 49 -38 1 0 57 -39 1 0 52 -63 1 0 53 -23 1 0 56 -47 1 0 +EndChar +StartChar: two +Encoding: 50 50 204 +Width: 500 +Flags: HW +HStem: 0 60<104 323> 426 52<228 257> +VStem: 321 85<346 366> +Fore +206 171 m 0 + 278 227 321 307 321 355 c 1 + 313 400 283 426 230 426 c 1 + 173 426 157 416 108 360 c 1 + 86 366 l 1 + 125 447 l 1 + 169 470 206 478 257 478 c 0 + 360 478 406 434 406 366 c 0 + 406 317 394 260 337 216 c 2 + 104 60 l 1 + 314 60 l 2 + 349 60 380 66 426 74 c 1 + 432 66 l 1 + 415 -3 l 1 + 347 -1 275 0 214 0 c 0 + 153 0 92 -3 24 -5 c 1 + 16 13 l 1 + 26 46 l 1 + 26 46 133 114 206 171 c 0 +EndSplineSet +KernsSLIF: 55 -27 1 0 49 -26 1 0 52 -42 1 0 +EndChar +StartChar: three +Encoding: 51 51 205 +Width: 500 +VWidth: 780 +Flags: HW +HStem: 165 37<159 181> 417 61<214 241> +VStem: 306 76<33 67> 315 79<331 355> +Back +9 -165 m 0xe0 + 71 -180 155 -165 190 -148 c 0 + 240 -124 306 -14 306 47 c 0xe0 + 306 132 266 165 181 165 c 0 + 156 165 139 162 103 149 c 1 + 97 161 l 1 + 115 204 l 1 + 124 204 l 2 + 125 204 129 204 137 203 c 2 + 159 202 l 2 + 246 202 315 250 315 331 c 0 + 315 387 275 417 214 417 c 0 + 170 417 146 404 107 359 c 2 + 86 335 l 1 + 67 348 l 1 + 125 447 l 1 + 175 470 205 478 241 478 c 0 + 332 478 394 432 394 355 c 0xd0 + 394 283 354 251 249 196 c 1 + 302 183 325 189 347 167 c 0 + 375 139 382 101 382 49 c 0 + 382 -36 331 -89 254 -156 c 0 + 206 -198 78 -222 6 -222 c 1 + 9 -165 l 0xe0 +EndSplineSet +Fore +382 49 m 0xe0 + 382 -118 182 -222 6 -222 c 1 + 9 -165 l 0 + 71 -180 155 -165 190 -148 c 0 + 240 -124 306 -14 306 47 c 0 + 306 132 266 165 181 165 c 0 + 156 165 139 162 103 149 c 1 + 97 161 l 1 + 115 204 l 1 + 124 204 l 2 + 125 204 129 204 137 203 c 2 + 159 202 l 2 + 246 202 315 250 315 331 c 0xd0 + 315 387 275 417 214 417 c 0 + 170 417 146 404 107 359 c 2 + 86 335 l 1 + 67 348 l 1 + 125 447 l 1 + 175 470 205 478 241 478 c 0 + 332 478 394 432 394 355 c 0 + 394 283 354 251 249 196 c 1 + 302 183 382 179 382 49 c 0xe0 +EndSplineSet +KernsSLIF: 55 -32 1 0 49 -31 1 0 52 7 1 0 +EndChar +StartChar: four +Encoding: 52 52 206 +Width: 500 +VWidth: 775 +Flags: HW +HStem: -25 20G<322 391> -4 56<74 254 332 411> +Fore +224 -204 m 17 + 254 -4 l 1 + 14 -4 l 1 + 14 27 l 1 + 34 78 120 218 146 254 c 0 + 170 288 272 408 334 459 c 1 + 403 474 l 1 + 411 469 l 1 + 332 52 l 1 + 456 52 l 1 + 460 47 l 1 + 444 -8 l 1 + 429 -7 399 -5 391 -5 c 2 + 322 -5 l 1 + 301 -200 l 25 + 237 -224 l 25 + 224 -204 l 17 +327 396 m 1 + 327 396 212 276 178 230 c 0 + 141 180 74 52 74 52 c 1 + 264 52 l 1 + 327 396 l 1 +EndSplineSet +KernsSLIF: 55 -16 1 0 49 -16 1 0 52 21 1 0 +EndChar +StartChar: five +Encoding: 53 53 207 +Width: 500 +Flags: HW +HStem: 401 68<277 343> +VStem: 289 86<81 102> +Fore +375 102 m 0 + 375 -62 196 -226 6 -222 c 1 + 9 -165 l 0 + 154 -192 289 -78 289 83 c 0 + 289 173 94 197 94 197 c 1 + 152 471 l 1 + 160 476 l 1 + 216 473 287 469 327 469 c 0 + 354 469 403 471 439 473 c 1 + 445 464 l 1 + 410 406 l 1 + 359 403 344 401 303 401 c 0 + 265 401 223 403 182 406 c 1 + 137 241 l 1 + 193 230 375 204 375 102 c 0 +EndSplineSet +KernsSLIF: 55 -15 1 0 49 -38 1 0 52 3 1 0 +EndChar +StartChar: six +Encoding: 54 54 208 +Width: 500 +Flags: HMW +HStem: -11 46<201 242> 362 55<278.5 298.5> 653 46<375 391.5> +VStem: 49 76<134 228.5> 372 76<239 275.5> +Fore +448 263 m 0 + 448 111 325 -11 202 -11 c 0 + 106 -11 49 68 49 200 c 0 + 49 421 235 640 467 688 c 1 + 467 657 l 1 + 246 604 155 411 133 311 c 1 + 195 387 245 417 312 417 c 0 + 397 417 448 360 448 263 c 0 +265 362 m 0 + 184 362 125 283 125 174 c 0 + 125 90 168 35 234 35 c 0 + 313 35 372 120 372 236 c 0 + 372 315 332 362 265 362 c 0 +EndSplineSet +KernsSLIF: 55 -25 1 0 49 -44 1 0 52 6 1 0 +EndChar +StartChar: seven +Encoding: 55 55 209 +Width: 500 +VWidth: 780 +Flags: HW +HStem: 393 73<302 408> +Fore +29 -215 m 1 + 29 -215 127 -60 130 -56 c 2 + 408 393 l 1 + 190 393 l 2 + 181 393 124 390 91 388 c 1 + 85 392 l 1 + 101 472 l 1 + 145 471 177 470 186 470 c 2 + 302 467 l 1 + 371 466 l 1 + 379 466 l 2 + 397 466 446 467 478 468 c 1 + 478 433 l 1 + 352 230 l 2 + 273 103 190 -57 116 -223 c 1 + 92 -221 92 -220 78 -220 c 0 + 72 -220 65 -220 53 -222 c 0 + 50 -222 43 -222 34 -223 c 1 + 29 -215 l 1 +EndSplineSet +KernsSLIF: 50 -20 1 0 51 -30 1 0 54 -58 1 0 55 -3 1 0 49 -14 1 0 52 -79 1 0 53 -31 1 0 56 -43 1 0 +EndChar +StartChar: eight +Encoding: 56 56 210 +Width: 500 +Flags: HW +HStem: -11 42<186.5 252> 657 42<282 333> +VStem: 36 76<111.5 155.5> 117 68<500 542> 355 76<165 225> 401 68<538 586> +Fore +217 352 m 1xe8 + 148 391 117 434 117 490 c 0 + 117 594 228 699 336 699 c 0 + 417 699 469 651 469 576 c 0xd4 + 469 500 434 454 320 378 c 1 + 407 330 431 297 431 228 c 0 + 431 102 316 -11 188 -11 c 0 + 96 -11 36 45 36 130 c 0 + 36 181 57 229 98 272 c 0 + 129 304 155 322 217 352 c 1xe8 +273 321 m 2xf8 + 244 338 l 1 + 156 292 112 229 112 148 c 0 + 112 75 152 31 221 31 c 0 + 299 31 355 100 355 195 c 0 + 355 255 337 284 273 321 c 2xf8 +257 413 m 2 + 291 394 l 1 + 364 441 401 495 401 556 c 0xc4 + 401 616 362 657 304 657 c 0 + 236 657 185 599 185 522 c 0 + 185 478 211 439 257 413 c 2 +EndSplineSet +KernsSLIF: 55 -17 1 0 49 -16 1 0 52 -1 1 0 +EndChar +StartChar: nine +Encoding: 57 57 211 +Width: 500 +Flags: HMW +HStem: -232 48<112 148> 55 54<194 220> 433 45<218 286> +VStem: 41 76<204 288> 362 76<236 331> +Fore +29 -225 m 0 + 13 -195 l 0 + 314 -64 327 35 348 142 c 1 + 289 68 252 55 189 55 c 0 + 100 55 41 120 41 219 c 0 + 41 358 153 478 282 478 c 0 + 384 478 438 402 438 260 c 0 + 438 124 359 -131 29 -225 c 0 +253 433 m 0 + 174 433 117 356 117 248 c 0 + 117 160 158 109 229 109 c 0 + 306 109 362 184 362 287 c 0 + 362 375 319 433 253 433 c 0 +EndSplineSet +KernsSLIF: 55 -25 1 0 49 -18 1 0 52 -10 1 0 +EndChar +StartChar: quoteleft +Encoding: 96 8216 228 +Width: 1000 +Flags: HM +KernsSLIF: 96 -74 1 0 262 -146 1 0 256 -146 1 0 257 -146 1 0 225 -150 1 0 +EndChar +StartChar: .notdef +Encoding: 127 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 128 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 129 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 130 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 131 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 132 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 133 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 134 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 135 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 136 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 137 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 138 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 139 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 140 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 141 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 142 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 143 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 144 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 145 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 146 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 147 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 148 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 149 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 150 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 151 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 152 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 153 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 154 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 155 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 156 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 157 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 158 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 159 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 160 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: fraction +Encoding: 164 8260 276 +Width: 1000 +Flags: HM +EndChar +StartChar: florin +Encoding: 166 402 216 +Width: 1000 +Flags: HM +EndChar +StartChar: currency +Encoding: 168 164 265 +Width: 1000 +Flags: HM +EndChar +StartChar: quotesingle +Encoding: 169 39 253 +Width: 1000 +Flags: H +EndChar +StartChar: quotedblleft +Encoding: 170 8220 230 +Width: 1000 +Flags: HM +KernsSLIF: 262 -149 1 0 256 -149 1 0 257 -149 1 0 225 -153 1 0 +EndChar +StartChar: guilsinglleft +Encoding: 172 8249 239 +Width: 1000 +Flags: H +EndChar +StartChar: guilsinglright +Encoding: 173 8250 238 +Width: 1000 +Flags: H +KernsSLIF: 260 -71 1 0 259 -71 1 0 258 -71 1 0 263 -71 1 0 261 -71 1 0 297 -102 1 0 309 -102 1 0 304 -114 1 0 310 -114 1 0 262 -71 1 0 256 -71 1 0 257 -71 1 0 225 -79 1 0 +EndChar +StartChar: fi +Encoding: 174 64257 197 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' f i +EndChar +StartChar: fl +Encoding: 175 64258 198 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' f l +EndChar +StartChar: .notdef +Encoding: 176 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: endash +Encoding: 177 8211 242 +Width: 1000 +Flags: HM +EndChar +StartChar: dagger +Encoding: 178 8224 250 +Width: 1000 +Flags: H +EndChar +StartChar: daggerdbl +Encoding: 179 8225 251 +Width: 1000 +Flags: H +EndChar +StartChar: periodcentered +Encoding: 180 183 224 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 181 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: bullet +Encoding: 183 8226 297 +Width: 1000 +Flags: H +EndChar +StartChar: quotesinglbase +Encoding: 184 8218 266 +Width: 1000 +Flags: H +EndChar +StartChar: quotedblbase +Encoding: 185 8222 231 +Width: 1000 +Flags: H +KernsSLIF: 225 -5 1 0 +EndChar +StartChar: quotedblright +Encoding: 186 8221 229 +Width: 1000 +Flags: HM +KernsSLIF: 262 -146 1 0 256 -146 1 0 257 -146 1 0 225 -150 1 0 +EndChar +StartChar: ellipsis +Encoding: 188 8230 225 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' period period period +EndChar +StartChar: perthousand +Encoding: 189 8240 278 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 190 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 192 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: grave +Encoding: 193 96 284 +Width: 1000 +Flags: H +EndChar +StartChar: acute +Encoding: 194 180 283 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' space acutecomb +EndChar +StartChar: circumflex +Encoding: 195 710 285 +Width: 1000 +Flags: H +EndChar +StartChar: tilde +Encoding: 196 732 288 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' space tildecomb +EndChar +StartChar: macron +Encoding: 197 175 292 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0304 +EndChar +StartChar: breve +Encoding: 198 728 287 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0306 +EndChar +StartChar: dotaccent +Encoding: 199 729 281 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 1 'liga' space uni0307 +EndChar +StartChar: dieresis +Encoding: 200 168 280 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0308 +EndChar +StartChar: .notdef +Encoding: 201 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ring +Encoding: 202 730 282 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni030A +EndChar +StartChar: cedilla +Encoding: 203 184 290 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0327 +EndChar +StartChar: .notdef +Encoding: 204 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: hungarumlaut +Encoding: 205 733 289 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' space uni030B +EndChar +StartChar: ogonek +Encoding: 206 731 291 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' space uni0328 +EndChar +StartChar: caron +Encoding: 207 711 286 +Width: 1000 +Flags: H +EndChar +StartChar: emdash +Encoding: 208 8212 243 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 209 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 210 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 211 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 212 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 213 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 214 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 215 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 216 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 217 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 218 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 219 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 220 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 221 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 222 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 223 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 224 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: AE +Encoding: 225 198 159 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 226 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ordfeminine +Encoding: 227 170 270 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 228 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 229 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 230 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 231 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: Lslash +Encoding: 232 321 164 +Width: 1000 +Flags: HM +KernsSLIF: 39 -36 0 0 368 -36 0 0 372 -36 0 0 297 -74 0 0 309 -74 0 0 304 -74 0 0 310 -74 0 0 +EndChar +StartChar: Oslash +Encoding: 233 216 161 +Width: 1000 +Flags: HM +EndChar +StartChar: OE +Encoding: 234 338 160 +Width: 1000 +Flags: H +EndChar +StartChar: ordmasculine +Encoding: 235 186 271 +Width: 1000 +Flags: HM +EndChar +StartChar: .notdef +Encoding: 236 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 237 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 238 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 239 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 240 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ae +Encoding: 241 230 192 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 242 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 243 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 244 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: dotlessi +Encoding: 245 305 196 +Width: 1000 +Flags: HM +EndChar +StartChar: .notdef +Encoding: 246 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 247 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: lslash +Encoding: 248 322 200 +Width: 1000 +Flags: HM +EndChar +StartChar: oslash +Encoding: 249 248 194 +Width: 1000 +Flags: HM +EndChar +StartChar: oe +Encoding: 250 339 193 +Width: 1000 +Flags: H +EndChar +StartChar: germandbls +Encoding: 251 223 195 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 252 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 253 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 254 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 255 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: Adieresis +Encoding: 256 196 0 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 39 -55 0 0 186 -76 0 0 172 -55 0 0 +Ligature: 0 0 'liga' A uni0308 +EndChar +StartChar: Aacute +Encoding: 257 193 1 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 39 -55 0 0 172 -55 0 0 +Ligature: 0 0 'liga' A acutecomb +EndChar +StartChar: Agrave +Encoding: 258 192 2 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' A gravecomb +EndChar +StartChar: Acircumflex +Encoding: 259 194 3 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' A uni0302 +EndChar +StartChar: Abreve +Encoding: 260 258 4 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' A uni0306 +EndChar +StartChar: Atilde +Encoding: 261 195 5 +Width: 1000 +Flags: H +KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' A tildecomb +EndChar +StartChar: Aring +Encoding: 262 197 6 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 39 -55 0 0 186 -76 0 0 172 -55 0 0 +Ligature: 0 0 'liga' A uni030A +EndChar +StartChar: Aogonek +Encoding: 263 260 7 +Width: 1000 +Flags: HM +KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' A uni0328 +EndChar +StartChar: Ccedilla +Encoding: 264 199 8 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' C uni0327 +EndChar +StartChar: Cacute +Encoding: 265 262 9 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' C acutecomb +EndChar +StartChar: Ccaron +Encoding: 266 268 10 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' C uni030C +EndChar +StartChar: Dcaron +Encoding: 267 270 11 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' D uni030C +EndChar +StartChar: Edieresis +Encoding: 268 203 12 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0308 +EndChar +StartChar: Eacute +Encoding: 269 201 13 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E acutecomb +EndChar +StartChar: Egrave +Encoding: 270 200 14 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E gravecomb +EndChar +StartChar: Ecircumflex +Encoding: 271 202 15 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0302 +EndChar +StartChar: Ecaron +Encoding: 272 282 16 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni030C +EndChar +StartChar: Edotaccent +Encoding: 273 278 17 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0307 +EndChar +StartChar: Eogonek +Encoding: 274 280 18 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0328 +EndChar +StartChar: Gbreve +Encoding: 275 286 19 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' G uni0306 +EndChar +StartChar: Idieresis +Encoding: 276 207 20 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0308 +EndChar +StartChar: Iacute +Encoding: 277 205 21 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I acutecomb +EndChar +StartChar: Igrave +Encoding: 278 204 22 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I gravecomb +EndChar +StartChar: Icircumflex +Encoding: 279 206 23 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0302 +EndChar +StartChar: Idotaccent +Encoding: 280 304 24 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0307 +EndChar +StartChar: Lacute +Encoding: 281 313 25 +Width: 1000 +Flags: HM +KernsSLIF: 39 -36 0 0 368 -36 0 0 372 -36 0 0 297 -74 0 0 309 -74 0 0 304 -74 0 0 310 -74 0 0 +Ligature: 0 0 'liga' L acutecomb +EndChar +StartChar: Lcaron +Encoding: 282 317 26 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' L uni030C +EndChar +StartChar: Nacute +Encoding: 283 323 27 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N acutecomb +EndChar +StartChar: Ncaron +Encoding: 284 327 28 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N uni030C +EndChar +StartChar: Ntilde +Encoding: 285 209 29 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N tildecomb +EndChar +StartChar: Odieresis +Encoding: 286 214 30 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni0308 +EndChar +StartChar: Oacute +Encoding: 287 211 31 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O acutecomb +EndChar +StartChar: Ograve +Encoding: 288 210 32 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O gravecomb +EndChar +StartChar: Ocircumflex +Encoding: 289 212 33 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O uni0302 +EndChar +StartChar: Otilde +Encoding: 290 213 34 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O tildecomb +EndChar +StartChar: Ohungarumlaut +Encoding: 291 336 35 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' O uni030B +EndChar +StartChar: Racute +Encoding: 292 340 36 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' R acutecomb +EndChar +StartChar: Rcaron +Encoding: 293 344 37 +Width: 1000 +Flags: H +KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 +Ligature: 0 0 'liga' R uni030C +EndChar +StartChar: Sacute +Encoding: 294 346 38 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S acutecomb +EndChar +StartChar: Scaron +Encoding: 295 352 39 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni030C +EndChar +StartChar: Scedilla +Encoding: 296 350 40 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni0327 +EndChar +StartChar: Tcaron +Encoding: 297 356 41 +Width: 1000 +Flags: H +KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -111 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 287 -17 0 0 289 -17 0 0 286 -17 0 0 288 -17 0 0 291 -17 0 0 233 -17 0 0 290 -17 0 0 329 -111 0 0 332 -111 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -111 0 0 +Ligature: 0 0 'liga' T uni030C +EndChar +StartChar: Udieresis +Encoding: 298 220 42 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0308 +EndChar +StartChar: Uacute +Encoding: 299 218 43 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U acutecomb +EndChar +StartChar: Ugrave +Encoding: 300 217 44 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U gravecomb +EndChar +StartChar: Ucircumflex +Encoding: 301 219 45 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0302 +EndChar +StartChar: Uring +Encoding: 302 366 46 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni030A +EndChar +StartChar: Uhungarumlaut +Encoding: 303 368 47 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni030B +EndChar +StartChar: Yacute +Encoding: 304 221 48 +Width: 1000 +Flags: H +KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -92 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 329 -92 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 +Ligature: 0 0 'liga' Y acutecomb +EndChar +StartChar: Zacute +Encoding: 305 377 49 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z acutecomb +EndChar +StartChar: Zcaron +Encoding: 306 381 50 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z uni030C +EndChar +StartChar: Zdotaccent +Encoding: 307 379 51 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z uni0307 +EndChar +StartChar: Amacron +Encoding: 308 256 52 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' A uni0304 +EndChar +StartChar: Tcommaaccent +Encoding: 309 354 53 +Width: 1000 +Flags: H +KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -111 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 287 -17 0 0 289 -17 0 0 286 -17 0 0 288 -17 0 0 291 -17 0 0 233 -17 0 0 290 -17 0 0 329 -111 0 0 332 -111 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -111 0 0 +Ligature: 0 0 'liga' T uni0327 +EndChar +StartChar: Ydieresis +Encoding: 310 376 54 +Width: 1000 +Flags: H +KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -92 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 329 -92 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 +Ligature: 0 0 'liga' Y uni0308 +EndChar +StartChar: Emacron +Encoding: 311 274 55 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0304 +EndChar +StartChar: Imacron +Encoding: 312 298 56 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0304 +EndChar +StartChar: Iogonek +Encoding: 313 302 57 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0328 +EndChar +StartChar: Kcommaaccent +Encoding: 314 310 58 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' K uni0327 +EndChar +StartChar: Ncommaaccent +Encoding: 316 325 60 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N uni0327 +EndChar +StartChar: Omacron +Encoding: 317 332 61 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni0304 +EndChar +StartChar: Rcommaaccent +Encoding: 318 342 62 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' R uni0327 +EndChar +StartChar: Gcommaaccent +Encoding: 319 290 63 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' G uni0327 +EndChar +StartChar: Umacron +Encoding: 320 362 64 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0304 +EndChar +StartChar: Uogonek +Encoding: 321 370 65 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0328 +EndChar +StartChar: adieresis +Encoding: 322 228 66 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0308 +EndChar +StartChar: aacute +Encoding: 323 225 67 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a acutecomb +EndChar +StartChar: agrave +Encoding: 324 224 68 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a gravecomb +EndChar +StartChar: acircumflex +Encoding: 325 226 69 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0302 +EndChar +StartChar: abreve +Encoding: 326 259 70 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0306 +EndChar +StartChar: atilde +Encoding: 327 227 71 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a tildecomb +EndChar +StartChar: aring +Encoding: 328 229 72 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni030A +EndChar +StartChar: aogonek +Encoding: 329 261 73 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0328 +EndChar +StartChar: cacute +Encoding: 330 263 74 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' c acutecomb +EndChar +StartChar: ccaron +Encoding: 331 269 75 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' c uni030C +EndChar +StartChar: ccedilla +Encoding: 332 231 76 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' c uni0327 +EndChar +StartChar: dcaron +Encoding: 333 271 77 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' d uni030C +EndChar +StartChar: edieresis +Encoding: 334 235 78 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e uni0308 +EndChar +StartChar: eacute +Encoding: 335 233 79 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e acutecomb +EndChar +StartChar: egrave +Encoding: 336 232 80 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e gravecomb +EndChar +StartChar: ecircumflex +Encoding: 337 234 81 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e uni0302 +EndChar +StartChar: ecaron +Encoding: 338 283 82 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e uni030C +EndChar +StartChar: edotaccent +Encoding: 339 279 83 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e uni0307 +EndChar +StartChar: eogonek +Encoding: 340 281 84 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' e uni0328 +EndChar +StartChar: gbreve +Encoding: 341 287 85 +Width: 1000 +Flags: H +KernsSLIF: 174 45 0 0 175 45 0 0 +Ligature: 0 0 'liga' g uni0306 +EndChar +StartChar: idieresis +Encoding: 342 239 86 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i uni0308 +EndChar +StartChar: iacute +Encoding: 343 237 87 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i acutecomb +EndChar +StartChar: igrave +Encoding: 344 236 88 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i gravecomb +EndChar +StartChar: icircumflex +Encoding: 345 238 89 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i uni0302 +EndChar +StartChar: lacute +Encoding: 346 314 90 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' l acutecomb +EndChar +StartChar: lcaron +Encoding: 347 318 91 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' l uni030C +EndChar +StartChar: nacute +Encoding: 348 324 92 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' n acutecomb +EndChar +StartChar: ncaron +Encoding: 349 328 93 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' n uni030C +EndChar +StartChar: ntilde +Encoding: 350 241 94 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' n tildecomb +EndChar +StartChar: odieresis +Encoding: 351 246 95 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o uni0308 +EndChar +StartChar: oacute +Encoding: 352 243 96 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' o acutecomb +EndChar +StartChar: ograve +Encoding: 353 242 97 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' o gravecomb +EndChar +StartChar: ocircumflex +Encoding: 354 244 98 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' o uni0302 +EndChar +StartChar: otilde +Encoding: 355 245 99 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o tildecomb +EndChar +StartChar: ohungarumlaut +Encoding: 356 337 100 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' o uni030B +EndChar +StartChar: racute +Encoding: 357 341 101 +Width: 1000 +Flags: HM +KernsSLIF: 39 36 0 0 352 -17 0 0 354 -17 0 0 351 -17 0 0 250 -17 0 0 353 -17 0 0 249 -17 0 0 356 -17 0 0 341 -17 0 0 335 -17 0 0 338 -17 0 0 337 -17 0 0 334 -17 0 0 336 -17 0 0 330 -17 0 0 331 -17 0 0 332 -17 0 0 340 -17 0 0 +Ligature: 0 0 'liga' r acutecomb +EndChar +StartChar: sacute +Encoding: 358 347 102 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s acutecomb +EndChar +StartChar: scaron +Encoding: 359 353 103 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s uni030C +EndChar +StartChar: scommaaccent +Encoding: 360 537 104 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s uni0326 +EndChar +StartChar: tcaron +Encoding: 361 357 105 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' t uni030C +EndChar +StartChar: udieresis +Encoding: 362 252 106 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0308 +EndChar +StartChar: uacute +Encoding: 363 250 107 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u acutecomb +EndChar +StartChar: ugrave +Encoding: 364 249 108 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u gravecomb +EndChar +StartChar: ucircumflex +Encoding: 365 251 109 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0302 +EndChar +StartChar: uring +Encoding: 366 367 110 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni030A +EndChar +StartChar: uhungarumlaut +Encoding: 367 369 111 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni030B +EndChar +StartChar: yacute +Encoding: 368 253 112 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' y acutecomb +EndChar +StartChar: zacute +Encoding: 369 378 113 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z acutecomb +EndChar +StartChar: zcaron +Encoding: 370 382 114 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z uni030C +EndChar +StartChar: zdotaccent +Encoding: 371 380 115 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' z uni0307 +EndChar +StartChar: ydieresis +Encoding: 372 255 116 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' y uni0308 +EndChar +StartChar: tcommaaccent +Encoding: 373 355 117 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' t uni0327 +EndChar +StartChar: amacron +Encoding: 374 257 118 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' a uni0304 +EndChar +StartChar: emacron +Encoding: 375 275 119 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' e uni0304 +EndChar +StartChar: imacron +Encoding: 376 299 120 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' i uni0304 +EndChar +StartChar: kcommaaccent +Encoding: 377 311 121 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' k uni0327 +EndChar +StartChar: lcommaaccent +Encoding: 378 316 122 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' l uni0327 +EndChar +StartChar: ncommaaccent +Encoding: 379 326 123 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' n uni0327 +EndChar +StartChar: omacron +Encoding: 380 333 124 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' o uni0304 +EndChar +StartChar: rcommaaccent +Encoding: 381 343 125 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' r uni0327 +EndChar +StartChar: umacron +Encoding: 382 363 126 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0304 +EndChar +StartChar: uogonek +Encoding: 383 371 127 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' u uni0328 +EndChar +StartChar: rcaron +Encoding: 384 345 128 +Width: 1000 +Flags: HM +KernsSLIF: 39 36 0 0 352 -17 0 0 354 -17 0 0 351 -17 0 0 250 -17 0 0 353 -17 0 0 249 -17 0 0 356 -17 0 0 341 -17 0 0 335 -17 0 0 338 -17 0 0 337 -17 0 0 334 -17 0 0 336 -17 0 0 330 -17 0 0 331 -17 0 0 332 -17 0 0 340 -17 0 0 +Ligature: 0 0 'liga' r uni030C +EndChar +StartChar: scedilla +Encoding: 385 351 129 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' s uni0327 +EndChar +StartChar: gcommaaccent +Encoding: 386 291 130 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' g uni0327 +EndChar +StartChar: iogonek +Encoding: 387 303 131 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' i uni0328 +EndChar +StartChar: Scommaaccent +Encoding: 388 536 132 +Width: 1000 +Flags: HM +Ligature: 0 0 'liga' S uni0326 +EndChar +StartChar: Eth +Encoding: 389 208 162 +Width: 1000 +Flags: HM +EndChar +StartChar: Dcroat +Encoding: 390 272 163 +Width: 1000 +Flags: HM +EndChar +StartChar: Thorn +Encoding: 391 222 165 +Width: 1000 +Flags: H +EndChar +StartChar: dcroat +Encoding: 392 273 199 +Width: 1000 +Flags: H +EndChar +StartChar: eth +Encoding: 393 240 201 +Width: 1000 +Flags: HM +EndChar +StartChar: thorn +Encoding: 394 254 202 +Width: 1000 +Flags: H +EndChar +StartChar: Euro +Encoding: 395 8364 217 +Width: 1000 +Flags: HM +EndChar +StartChar: onesuperior +Encoding: 396 185 219 +Width: 1000 +Flags: HM +EndChar +StartChar: twosuperior +Encoding: 397 178 220 +Width: 1000 +Flags: HM +EndChar +StartChar: threesuperior +Encoding: 398 179 221 +Width: 1000 +Flags: H +EndChar +StartChar: degree +Encoding: 399 176 257 +Width: 1000 +Flags: HM +EndChar +StartChar: minus +Encoding: 400 8722 259 +Width: 1000 +Flags: HM +EndChar +StartChar: multiply +Encoding: 401 215 260 +Width: 1000 +Flags: HM +EndChar +StartChar: divide +Encoding: 402 247 261 +Width: 1000 +Flags: HM +EndChar +StartChar: trademark +Encoding: 403 8482 263 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' T M +EndChar +StartChar: plusminus +Encoding: 404 177 272 +Width: 1000 +Flags: HM +EndChar +StartChar: onehalf +Encoding: 405 189 273 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' one slash two +Ligature: 0 1 'frac' one fraction two +EndChar +StartChar: onequarter +Encoding: 406 188 274 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' one slash four +Ligature: 0 1 'frac' one fraction four +EndChar +StartChar: threequarters +Encoding: 407 190 275 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' three slash four +Ligature: 0 1 'frac' three fraction four +EndChar +StartChar: commaaccent +Encoding: 408 63171 293 +Width: 1000 +Flags: H +EndChar +StartChar: copyright +Encoding: 409 169 294 +Width: 1000 +Flags: HM +EndChar +StartChar: registered +Encoding: 410 174 295 +Width: 1000 +Flags: H +EndChar +StartChar: lozenge +Encoding: 411 9674 298 +Width: 1000 +Flags: HM +EndChar +StartChar: Delta +Encoding: 412 8710 299 +Width: 1000 +Flags: HM +EndChar +StartChar: notequal +Encoding: 413 8800 300 +Width: 1000 +Flags: HM +Ligature: 0 1 'liga' equal uni0338 +EndChar +StartChar: radical +Encoding: 414 8730 301 +Width: 1000 +Flags: H +EndChar +StartChar: lessequal +Encoding: 415 8804 304 +Width: 1000 +Flags: HM +EndChar +StartChar: greaterequal +Encoding: 416 8805 305 +Width: 1000 +Flags: HM +EndChar +StartChar: logicalnot +Encoding: 417 172 306 +Width: 1000 +Flags: HM +EndChar +StartChar: summation +Encoding: 418 8721 307 +Width: 1000 +Flags: HM +EndChar +StartChar: partialdiff +Encoding: 419 8706 308 +Width: 1000 +Flags: HM +EndChar +StartChar: brokenbar +Encoding: 420 166 311 +Width: 1000 +Flags: HM +EndChar +StartChar: mu +Encoding: 421 181 314 +Width: 1000 +Flags: H +EndChar +EndChars +EndSplineFont diff --git a/Master/texmf-dist/source/fonts/fpl/Palladio-SC.sfd b/Master/texmf-dist/source/fonts/fpl/Palladio-SC.sfd new file mode 100644 index 00000000000..e71a609614b --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/Palladio-SC.sfd @@ -0,0 +1,4943 @@ +SplineFontDB: 1.0 +FontName: Palladio-SC +FullName: URW Palladio L Roman +FamilyName: URW Palladio L +Weight: Roman +Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development +Version: 1.05 +ItalicAngle: 0 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 800 +Descent: 200 +NeedsXUIDChange: 1 +UniqueID: -1 +FSType: 0 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +ScriptLang: 2 + 1 latn 1 dflt + 1 DFLT 1 dflt +Encoding: AdobeStandard +UnicodeInterp: none +DisplaySize: -36 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 16 9 +BeginPrivate: 8 +BlueValues 31 [-20 0 469 481 487 499 692 712] +BlueScale 8 0.039625 +StdHW 4 [35] +StdVW 4 [84] +StemSnapH 203 [35 43 48 53 58 61 65] +systemdict /internaldict known +{1183615869 systemdict /internaldict get exec +/StemSnapLength 2 copy known { get 7 lt } { pop pop true } ifelse } +{ true } ifelse { pop [35 43] } if +StemSnapV 195 [84 88 94 108] +systemdict /internaldict known +{1183615869 systemdict /internaldict get exec +/StemSnapLength 2 copy known { get 4 lt } { pop pop true } ifelse } +{ true } ifelse { pop [84 94] } if +ForceBold 5 false +OtherBlues 0 +EndPrivate +BeginChars: 422 356 +StartChar: .notdef +Encoding: 0 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 1 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 2 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 3 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 4 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 5 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 6 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 7 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 8 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 9 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 10 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 11 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 12 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 13 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 14 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 15 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 16 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 17 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 18 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 19 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 20 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 21 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 22 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 23 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 24 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 25 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 26 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 27 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 28 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 29 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 30 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 31 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: quoteright +Encoding: 39 8217 267 +Width: 1000 +Flags: H +KernsSLIF: 121 -23 1 0 119 -20 1 0 118 -21 1 0 116 -32 1 0 115 -25 1 0 114 -31 1 0 111 -43 1 0 100 -61 1 0 262 -127 1 0 256 -127 1 0 257 -127 1 0 225 -131 1 0 +EndChar +StartChar: zero +Encoding: 48 48 212 +Width: 500 +Flags: HW +HStem: -19 33<236 253> 445 32<239 263> +VStem: 23 85<214 249> 392 85<216 251> +Back +22 -20 m 1 + 22 478 l 1 + 478 478 l 1 + 478 -20 l 1 + 22 -20 l 1 +263 689 m 0 + 400 689 465 585 465 366 c 0 + 465 110 389 -20 238 -20 c 0 + 176 -20 120 8 85 57 c 0 + 50 106 29 207 29 324 c 0 + 29 566 108 689 263 689 c 0 +245 654 m 0 + 150 654 113 571 113 360 c 0 + 113 116 154 15 251 15 c 0 + 343 15 381 103 381 316 c 0 + 381 556 342 654 245 654 c 0 +EndSplineSet +Fore +238 -19 m 0 + 118 -19 23 82 23 222 c 0 + 23 392 138 477 263 477 c 0 + 380 477 477 404 477 251 c 0 + 477 72 349 -19 238 -19 c 0 +245 445 m 0 + 180 445 108 395 108 247 c 0 + 108 76 184 14 251 14 c 0 + 313 14 392 67 392 216 c 0 + 392 391 319 445 245 445 c 0 +EndSplineSet +KernsSLIF: 55 -18 0 0 49 -40 0 0 52 -3 0 0 +EndChar +StartChar: one +Encoding: 49 49 203 +Width: 500 +Flags: HW +HStem: 0 21G<257.5 285.997> +VStem: 221 85<96 382> +Back +72 -3 m 1 + 72 484 l 1 + 430 484 l 1 + 430 -3 l 1 + 72 -3 l 1 +67 555 m 1x90 + 60 598 l 1 + 151 630 222 660 287 694 c 1 + 301 689 l 1 + 301 96 l 2 + 301 44 311 33 366 30 c 2 + 418 27 l 1 + 418 -3 l 1xb0 + 377 -2 342 -2 330 -1 c 0 + 296 0 274 0 261 0 c 0x50 + 250 0 250 0 96 -3 c 1 + 96 27 l 1 + 152 30 l 2 + 206 33 217 44 217 96 c 2 + 217 581 l 2 + 217 605 215 614 209 614 c 0 + 208 614 207 614 206 613 c 2 + 77 555 l 1 + 67 555 l 1x90 +EndSplineSet +Fore +79 370 m 1 + 72 408 l 1 + 165 436 284 466 359 485 c 1 + 359 451 l 1 + 335 445 306 429 306 406 c 2 + 306 96 l 2 + 306 44 322 33 377 30 c 2 + 429 27 l 1 + 429 -3 l 1 + 358 -3 309 0 263 0 c 0 + 252 0 250 -3 96 -3 c 1 + 96 27 l 1 + 152 30 l 2 + 206 33 221 44 221 96 c 2 + 221 373 l 2 + 221 397 219 406 213 406 c 0 + 212 406 211 406 210 405 c 2 + 89 370 l 1 + 79 370 l 1 +EndSplineSet +KernsSLIF: 48 -61 0 0 50 -27 0 0 51 -42 0 0 54 -70 0 0 55 -48 0 0 49 -67 0 0 57 -50 0 0 52 -79 0 0 53 -44 0 0 56 -60 0 0 +EndChar +StartChar: two +Encoding: 50 50 204 +Width: 500 +Flags: HW +HStem: -3 76<146 242 146 468> 422 57<198 226> +VStem: 329 92<330 357> +Back +23 -9 m 1 + 23 478 l 1 + 468 478 l 1 + 468 -9 l 1 + 23 -9 l 1 +16 23 m 1x90 + 186 204 l 2 + 299 324 341 398 341 473 c 0 + 341 558 286 612 200 612 c 0 + 133 612 97 587 81 529 c 2 + 68 483 l 1 + 39 483 l 1 + 56 619 l 1 + 105 669 154 689 226 689 c 0 + 353 689 431 618 431 503 c 0 + 431 428 401 373 304 270 c 2 + 122 77 l 1 + 307 81 353 82 468 87 c 1 + 466 65 466 55 466 42 c 0 + 466 28 466 18 468 -3 c 1xb0 + 275 0 275 0 239 0 c 0x50 + 203 0 203 0 16 -3 c 1 + 16 23 l 1x90 +EndSplineSet +Fore +59 68 m 1 + 236 182 l 2 + 323 238 329 281 329 333 c 0 + 329 393 286 422 200 422 c 0 + 149 422 123 400 104 368 c 2 + 84 341 l 1 + 54 366 l 1 + 98 433 l 1 + 147 468 154 479 226 479 c 4 + 353 479 421 438 421 357 c 0 + 421 305 419 256 322 184 c 2 + 146 73 l 1 + 331 73 353 80 468 80 c 1 + 466 64 466 58 466 48 c 0 + 466 39 466 10 468 -5 c 1 + 275 -3 275 -3 239 -3 c 0 + 203 -3 224 -1 37 -3 c 1 + 33 11 l 1 + 59 68 l 1 +EndSplineSet +KernsSLIF: 55 -23 0 0 49 -42 0 0 52 -39 0 0 +EndChar +StartChar: three +Encoding: 51 51 205 +Width: 500 +VWidth: 789 +Flags: HW +HStem: 147 34<206 238> 411 67<204 235> +VStem: 336 77<308 330> 345 93<16 50> +Back +14 -236 m 1 + 14 478 l 1 + 438 478 l 1 + 438 -236 l 1 + 14 -236 l 1 +43 498 m 1xf0 + 72 622 l 1 + 120 670 165 689 233 689 c 0 + 344 689 418 630 418 541 c 0xf0 + 418 482 388 436 308 374 c 1 + 358 365 381 357 406 339 c 0 + 442 314 462 272 462 224 c 0 + 462 177 445 133 411 92 c 0 + 356 25 264 -20 184 -20 c 0 + 147 -20 103 -12 50 6 c 1 + 44 56 36 92 15 153 c 1 + 42 163 l 1 + 61 109 74 86 98 64 c 0 + 128 36 169 21 215 21 c 0 + 308 21 369 88 369 190 c 0xe8 + 369 281 321 334 238 334 c 0 + 211 334 192 329 154 312 c 1 + 147 318 l 1 + 159 371 l 1 + 174 370 l 2 + 187 369 198 368 206 368 c 0 + 277 368 336 431 336 506 c 0 + 336 569 283 622 218 622 c 0 + 166 622 103 588 92 554 c 2 + 74 498 l 1 + 43 498 l 1xf0 +EndSplineSet +Fore +438 50 m 0 + 438 -71 296 -234 78 -234 c 1 + 15 -181 l 1 + 27 -161 l 1 + 118 -183 l 2 + 157 -193 218 -182 255 -154 c 1 + 302 -117 345 -86 345 16 c 1xd0 + 345 107 321 147 238 147 c 0 + 211 147 192 142 154 125 c 1 + 147 131 l 1 + 159 184 l 1 + 173 183 195 181 206 181 c 0 + 277 181 336 233 336 308 c 0 + 336 371 283 411 218 411 c 0 + 166 411 125 397 104 368 c 2 + 84 341 l 1 + 54 366 l 1 + 98 433 l 1xe0 + 129 465 165 478 233 478 c 0 + 344 478 413 419 413 330 c 0xe0 + 413 271 389 248 314 200 c 1 + 398 182 438 98 438 50 c 0 +EndSplineSet +KernsSLIF: 55 -33 0 0 49 -52 0 0 52 1 0 0 +EndChar +StartChar: four +Encoding: 52 52 206 +Width: 500 +VWidth: 780 +Flags: HW +HStem: 0 59<65 280 364 400.767 364 364> +VStem: 280 84<-226 0 59 325> +Back +4 -236 m 1 + 4 478 l 1 + 468 478 l 1 + 468 -236 l 1 + 4 -236 l 1 +280 181 m 1xa8 + 13 181 l 1 + 2 204 l 1 + 285 667 l 1 + 359 694 l 1 + 371 689 l 1 + 366 648 364 562 364 384 c 2 + 364 245 l 1 + 388 245 l 1 + 391 245 l 2 + 406 244 425 244 472 248 c 1 + 472 177 l 1 + 444 180 423 181 364 181 c 1 + 364 106 l 2 + 364 46 375 33 424 30 c 2 + 472 27 l 1 + 472 -3 l 1xb8 + 339 0 339 0 315 0 c 0x48 + 291 0 291 0 158 -3 c 1 + 158 27 l 1 + 220 30 l 2 + 269 32 280 46 280 106 c 2 + 280 181 l 1xa8 +280 245 m 1 + 280 597 l 1 + 65 245 l 1 + 280 245 l 1 +EndSplineSet +Fore +364 0 m 1 + 364 -215 l 25 + 301 -236 l 25 + 280 -226 l 25 + 280 0 l 1 + 13 0 l 1 + 2 22 l 1 + 285 447 l 1 + 359 474 l 1 + 371 469 l 1 + 366 428 364 342 364 164 c 2 + 364 59 l 1 + 407 59 407 62 472 62 c 1 + 472 -3 l 1 + 444 0 423 0 364 0 c 1 +280 59 m 1 + 280 377 l 1 + 65 59 l 1 + 280 59 l 1 +EndSplineSet +KernsSLIF: 55 -21 0 0 49 -40 0 0 52 6 0 0 +EndChar +StartChar: five +Encoding: 53 53 207 +Width: 500 +VWidth: 785 +Flags: HW +HStem: 178 69<218 264> 385 84<258 347.082> +VStem: 371 71<37 71> +Back +14 -236 m 1 + 14 472 l 1 + 444 472 l 1 + 444 -236 l 1 + 14 -236 l 1 +127 605 m 1 + 118 396 l 1 + 180 433 216 446 264 446 c 0 + 378 446 459 366 459 253 c 0 + 459 179 427 111 366 57 c 0 + 311 9 240 -20 173 -20 c 0 + 130 -20 90 -11 62 4 c 1 + 48 48 36 80 13 137 c 1 + 37 151 l 1 + 83 69 l 2 + 97 43 147 25 201 25 c 0 + 310 25 374 90 374 201 c 0 + 374 309 314 377 218 377 c 0 + 169 377 142 363 95 316 c 1 + 75 322 l 1 + 78 366 81 462 81 547 c 0 + 81 579 80 623 79 684 c 1 + 84 689 l 1 + 159 685 203 684 258 684 c 0 + 312 684 357 685 432 689 c 1 + 437 684 l 1 + 435 666 435 658 435 644 c 0 + 435 631 435 623 437 605 c 1 + 432 600 l 1 + 312 600 256 601 127 605 c 1 +EndSplineSet +Fore +78 -234 m 5 + 15 -181 l 1 + 27 -161 l 1 + 118 -183 l 2 + 157 -193 217 -174 255 -147 c 0 + 334 -92 371 -56 371 51 c 0 + 371 155 286 178 218 178 c 0 + 172 178 149 184 111 142 c 1 + 91 148 l 1 + 94 192 97 247 97 332 c 0 + 97 364 96 408 95 469 c 1 + 100 474 l 1 + 175 470 203 469 258 469 c 0 + 312 469 357 470 432 474 c 1 + 437 469 l 1 + 435 451 435 443 435 429 c 0 + 435 416 435 408 437 390 c 1 + 432 385 l 1 + 312 385 272 386 143 390 c 1 + 134 203 l 1 + 196 240 216 247 264 247 c 0 + 378 247 442 185 442 62 c 0 + 442 -46 296 -234 78 -234 c 5 +EndSplineSet +KernsSLIF: 55 -32 0 0 49 -44 0 0 52 -2 0 0 +EndChar +StartChar: six +Encoding: 54 54 208 +Width: 500 +Flags: HW +HStem: -20 33<239 258> 349 60<255 293> +VStem: 32 91<217 247> 382 86<184 219> +Back +32 -14 m 1 + 32 700 l 1 + 468 700 l 1 + 468 -14 l 1 + 32 -14 l 1 +416 672 m 1 + 416 664 l 1 + 236 610 152 512 131 331 c 1 + 142 339 143 340 154 349 c 0 + 213 396 243 409 293 409 c 0 + 399 409 468 334 468 219 c 0 + 468 83 371 -20 241 -20 c 0 + 112 -20 32 82 32 247 c 0 + 32 384 88 506 191 593 c 0 + 242 637 283 657 379 689 c 1 + 416 672 l 1 +255 349 m 0 + 207 349 160 325 138 291 c 0 + 127 274 123 255 123 220 c 0 + 123 86 169 13 254 13 c 0 + 331 13 382 80 382 184 c 0 + 382 283 331 349 255 349 c 0 +EndSplineSet +Fore +416 672 m 1 + 416 664 l 1 + 236 610 152 512 131 331 c 1 + 142 339 143 340 154 349 c 0 + 213 396 243 409 293 409 c 0 + 399 409 468 334 468 219 c 0 + 468 83 371 -20 241 -20 c 0 + 112 -20 32 82 32 247 c 0 + 32 384 88 506 191 593 c 0 + 242 637 283 657 379 689 c 1 + 416 672 l 1 +255 349 m 0 + 207 349 160 325 138 291 c 0 + 127 274 123 255 123 220 c 0 + 123 86 169 13 254 13 c 0 + 331 13 382 80 382 184 c 0 + 382 283 331 349 255 349 c 0 +EndSplineSet +KernsSLIF: 55 -42 0 0 49 -75 0 0 52 4 0 0 +EndChar +StartChar: seven +Encoding: 55 55 209 +Width: 500 +VWidth: 780 +Flags: HW +HStem: 383 81<145.849 365> +Back +42 -236 m 1 + 42 470 l 1 + 494 470 l 1 + 494 -236 l 1 + 42 -236 l 1 +56 10 m 1x80 + 300 402 l 2 + 338 463 369 521 409 603 c 1 + 142 603 l 2 + 96 603 89 595 81 533 c 2 + 74 477 l 1 + 44 477 l 1 + 47 568 47 568 47 579 c 0 + 47 589 47 589 44 684 c 1 + 54 689 l 1 + 151 685 200 684 273 684 c 0 + 354 684 389 685 497 689 c 1 + 497 659 l 1 + 314 330 l 2 + 248 210 199 106 157 -3 c 1xa0 + 118 0 118 0 111 0 c 0x40 + 104 0 104 0 65 -3 c 1 + 56 10 l 1x80 +EndSplineSet +Fore +56 -210 m 1 + 300 182 l 2 + 338 243 369 301 409 383 c 1 + 142 383 l 2 + 96 383 89 375 81 313 c 2 + 74 257 l 1 + 44 257 l 1 + 47 348 47 348 47 359 c 0 + 47 369 47 369 44 464 c 1 + 54 469 l 1 + 151 465 200 464 273 464 c 0 + 354 464 389 465 497 469 c 1 + 497 439 l 1 + 314 110 l 2 + 248 -10 199 -114 157 -223 c 1 + 118 -220 118 -220 111 -220 c 0 + 104 -220 104 -220 65 -223 c 1 + 56 -210 l 1 +EndSplineSet +KernsSLIF: 50 -16 0 0 51 -23 0 0 54 -66 0 0 55 -1 0 0 49 -23 0 0 52 -86 0 0 53 -19 0 0 56 -29 0 0 +EndChar +StartChar: eight +Encoding: 56 56 210 +Width: 500 +Flags: HW +HStem: -20 34<222 249> 655 34<237 261> +VStem: 30 71<155 173> 53 75<508 544> 368 68<532 547> 385 79<164 206> +Back +30 -14 m 1 + 30 694 l 1 + 464 694 l 1 + 464 -14 l 1 + 30 -14 l 1 +168 345 m 1xe4 + 80 402 53 440 53 508 c 0 + 53 613 140 689 259 689 c 0 + 365 689 436 631 436 545 c 0xd8 + 436 485 404 443 313 381 c 1 + 427 329 464 286 464 206 c 0 + 464 82 356 -20 226 -20 c 0 + 113 -20 30 56 30 159 c 0 + 30 211 50 256 88 294 c 0 + 110 315 127 326 168 345 c 1xe4 +284 295 m 2xe4 + 204 331 l 1 + 130 286 101 240 101 167 c 0 + 101 74 156 14 241 14 c 0 + 322 14 385 80 385 164 c 0 + 385 218 347 267 284 295 c 2xe4 +223 423 m 2xd8 + 278 396 l 1 + 343 438 368 477 368 534 c 0 + 368 607 320 655 247 655 c 0 + 176 655 128 610 128 544 c 0 + 128 494 160 454 223 423 c 2xd8 +EndSplineSet +Fore +168 345 m 1xe4 + 80 402 53 440 53 508 c 0 + 53 613 140 689 259 689 c 0 + 365 689 436 631 436 545 c 0xd8 + 436 485 404 443 313 381 c 1 + 427 329 464 286 464 206 c 0 + 464 82 356 -20 226 -20 c 0 + 113 -20 30 56 30 159 c 0 + 30 211 50 256 88 294 c 0 + 110 315 127 326 168 345 c 1xe4 +284 295 m 2 + 204 331 l 1 + 130 286 101 240 101 167 c 0 + 101 74 156 14 241 14 c 0 + 322 14 385 80 385 164 c 0xe4 + 385 218 347 267 284 295 c 2 +223 423 m 2 + 278 396 l 1 + 343 438 368 477 368 534 c 0 + 368 607 320 655 247 655 c 0 + 176 655 128 610 128 544 c 0xd8 + 128 494 160 454 223 423 c 2 +EndSplineSet +KernsSLIF: 55 -27 0 0 49 -42 0 0 52 2 0 0 +EndChar +StartChar: nine +Encoding: 57 57 211 +Width: 500 +VWidth: 795 +Flags: HW +HStem: 51 61<199 240> 451 33<227 246> +VStem: 20 86<250 287> 370 87<212 266> +Back +30 -238 m 1 + 30 478 l 1 + 466 478 l 1 + 466 -238 l 1 + 30 -238 l 1 +96 -20 m 1 + 62 -3 l 1 + 62 5 l 1 + 243 49 352 172 360 340 c 1 + 290 282 l 2 + 272 267 233 256 199 256 c 0 + 95 256 20 340 20 455 c 0 + 20 589 116 689 244 689 c 0 + 376 689 457 586 457 417 c 0 + 457 283 406 168 309 85 c 0 + 255 39 207 16 96 -20 c 1 +240 656 m 0 + 158 656 106 593 106 492 c 0 + 106 388 160 317 240 317 c 0 + 317 317 370 379 370 471 c 0 + 370 516 358 565 340 597 c 0 + 318 637 285 656 240 656 c 0 +EndSplineSet +Fore +103 -229 m 1 + 69 -212 l 1 + 69 -204 l 1 + 250 -160 367 -37 367 131 c 1 + 297 73 l 2 + 279 58 240 47 206 47 c 0 + 102 47 27 131 27 246 c 0 + 27 380 123 480 251 480 c 0 + 383 480 464 377 464 208 c 0 + 464 74 413 -41 316 -124 c 0 + 262 -170 214 -193 103 -229 c 1 +247 447 m 0 + 165 447 113 384 113 283 c 0 + 113 179 167 108 247 108 c 0 + 324 108 377 170 377 262 c 0 + 377 307 365 356 347 388 c 0 + 325 428 292 447 247 447 c 0 +EndSplineSet +KernsSLIF: 55 -23 0 0 49 -42 0 0 52 -25 0 0 +EndChar +StartChar: Q +Encoding: 81 81 212 +Width: 611 +Flags: HW +HStem: -13 32<298 318> 465 33<292 322> +VStem: 40 94<232 264> 473 97<234 266> +Fore +302 -13 m 5 + 294 -13 l 6 + 143 -13 40 87 40 240 c 0 + 40 393 152 498 309 498 c 0 + 465 498 570 405 570 260 c 0 + 570 159 513 69 428 20 c 0 + 392 -1 375 -8 320 -13 c 5 + 349 -17 352 -20 395 -39 c 4 + 451 -63 488 -74 522 -74 c 4 + 528 -74 536 -73 563 -69 c 5 + 563 -96 l 5 + 506 -135 l 5 + 432 -117 l 5 + 328 -87 l 6 + 306 -80 287 -79 274 -79 c 4 + 267 -79 259 -81 251 -85 c 6 + 211 -107 l 5 + 211 -68 l 5 + 242 -51 268 -27 302 -13 c 5 +134 262 m 0 + 134 131 186 19 318 19 c 0 + 428 19 473 94 473 234 c 0 + 473 382 420 465 300 465 c 0 + 184 465 134 394 134 262 c 0 +EndSplineSet +EndChar +StartChar: quoteleft +Encoding: 96 8216 228 +Width: 1000 +Flags: H +KernsSLIF: 262 -128 0 0 256 -128 0 0 257 -128 0 0 225 -132 0 0 +EndChar +StartChar: a +Encoding: 97 97 166 +Width: 611 +Flags: HW +HStem: 0 21G<116 130.5 457 474.5> 156 36<204 381> +Back +18 -3 m 1 + 18 498 l 1 + 592 498 l 1 + 592 -3 l 1 + 18 -3 l 1 +408 700 m 5x90 + 650 132 l 5 + 685 51 696 34 722 30 c 6 + 756 27 l 5 + 756 -3 l 5xb0 + 648 0 648 0 629 0 c 4x40 + 613 0 613 0 490 -3 c 5 + 490 27 l 5 + 537 30 l 6 + 562 32 578 39 578 50 c 4 + 578 59 574 72 557 114 c 6 + 511 229 l 5 + 223 229 l 5 + 195 162 l 6 + 174 112 160 69 160 56 c 4 + 160 40 173 33 208 30 c 6 + 245 27 l 5 + 245 -3 l 5xa0 + 137 0 137 0 124 0 c 4x40 + 108 0 108 0 15 -3 c 5 + 15 27 l 5 + 52 30 l 6 + 74 32 94 50 106 79 c 5 + 284 484 l 5 + 337 605 l 5 + 343 620 358 657 376 700 c 5 + 408 700 l 5x90 +240 269 m 5 + 493 269 l 5 + 367 567 l 5 + 240 269 l 5 +EndSplineSet +Fore +381 156 m 0 + 189 156 l 1 + 168 106 157 69 157 56 c 0 + 157 40 168 33 203 30 c 2 + 227 27 l 1 + 227 -3 l 1 + 137 0 137 0 124 0 c 0 + 108 0 110 0 17 -3 c 1 + 17 27 l 1 + 52 30 l 2 + 74 32 94 50 106 79 c 1 + 290 498 l 1 + 330 498 l 1 + 486 132 l 1 + 521 51 532 34 558 30 c 2 + 592 27 l 1 + 592 -3 l 1 + 484 0 484 0 465 0 c 0 + 449 0 445 0 345 -3 c 1 + 345 27 l 1 + 370 29 417 30 417 50 c 0 + 417 59 415 78 397 120 c 2 + 381 156 l 0 +287 384 m 1 + 204 192 l 1 + 367 192 l 1 + 287 384 l 1 +EndSplineSet +KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 39 -33 0 0 106 -20 0 0 +EndChar +StartChar: b +Encoding: 98 98 167 +Width: 500 +Flags: HW +HStem: 0 21G<164.5 179.5> 454 30<244 285> +VStem: 111 89<76 249 95 449> 352 90<372 389> 373 93<143 162> +Back +28 -2 m 1 + 28 486 l 1 + 466 486 l 1 + 466 -2 l 1 + 28 -2 l 1 +338 692 m 2x8680 + 363 692 l 2 + 479 692 542 644 542 556 c 0x4b + 542 504 517 461 469 428 c 0 + 441 409 418 400 369 390 c 1 + 446 384 480 375 518 347 c 0 + 556 320 576 279 576 228 c 0 + 576 158 541 90 482 48 c 0 + 437 15 371 -3 298 -3 c 0x4a80 + 288 -3 288 -3 208 -1 c 0 + 196 0 185 0 174 0 c 0x2280 + 155 0 134 -1 65 -3 c 1 + 65 20 l 1 + 91 30 l 2 + 105 36 113 58 113 95 c 2 + 113 569 l 2 + 113 648 109 655 62 659 c 2 + 26 662 l 1 + 26 692 l 1 + 165 689 165 689 184 689 c 0 + 199 689 199 689 338 692 c 2x8680 +208 362 m 1 + 208 47 l 1 + 233 41 256 39 285 39 c 0 + 404 39 473 102 473 208 c 0 + 473 315 410 364 275 364 c 0x5680 + 256 364 247 364 208 362 c 1 +208 644 m 1 + 208 401 l 1 + 239 399 252 399 269 399 c 0 + 383 399 443 446 443 533 c 0 + 443 616 396 652 289 652 c 0x1b + 257 652 234 650 208 644 c 1 +EndSplineSet +Fore +442 389 m 0xf0 + 442 326 388 284 321 271 c 1 + 375 267 399 262 426 243 c 0 + 452 224 466 195 466 160 c 0 + 466 111 442 63 400 34 c 0 + 370 12 292 -1 244 -2 c 0xe8 + 208 0 l 0 + 196 1 185 0 174 0 c 0 + 155 0 134 -1 65 -3 c 1 + 65 20 l 1 + 91 30 l 2 + 105 36 111 58 111 95 c 2 + 111 364 l 2 + 111 443 111 450 64 454 c 2 + 28 457 l 1 + 28 487 l 1 + 167 484 165 484 184 484 c 0 + 194 484 198 484 244 485 c 0 + 300 484 l 2 + 317 484 l 2 + 398 484 442 451 442 389 c 0xf0 +244 33 m 0 + 317 38 373 86 373 145 c 0xe8 + 373 203 344 245 276 250 c 0 + 267 251 216 250 200 249 c 1 + 200 36 l 1 + 244 33 l 0 +275 283 m 0 + 338 290 352 329 352 372 c 0xf0 + 352 416 326 454 275 454 c 0 + 263 454 212 452 200 449 c 1 + 200 284 l 1 + 216 283 266 283 275 283 c 0 +EndSplineSet +KernsSLIF: 121 -31 0 0 119 -28 0 0 118 -28 0 0 +EndChar +StartChar: c +Encoding: 99 99 168 +Width: 556 +Flags: HW +HStem: -14 38<332 370> 465 31<330 355> +VStem: 45 97<237 259> +Back +44 -14 m 1 + 44 498 l 1 + 528 498 l 1 + 528 -14 l 1 + 44 -14 l 1 +670 84 m 1 + 642 34 l 1 + 573 -2 498 -20 415 -20 c 0 + 180 -20 22 126 22 342 c 0 + 22 477 82 582 196 649 c 0 + 263 688 346 709 433 709 c 0 + 506 709 579 696 664 668 c 1 + 650 602 646 566 645 516 c 1 + 614 516 l 1 + 614 588 l 2 + 614 627 513 667 415 667 c 0 + 243 667 129 545 129 361 c 0 + 129 164 259 34 454 34 c 0 + 530 34 599 54 661 94 c 1 + 670 84 l 1 +EndSplineSet +Fore +518 59 m 1 + 498 24 l 1 + 450 -1 391 -14 332 -14 c 0 + 168 -14 45 88 45 239 c 0 + 45 334 87 407 167 454 c 0 + 214 482 292 496 353 496 c 0 + 404 496 464 487 524 468 c 1 + 514 421 511 392 510 357 c 1 + 480 357 l 1 + 480 412 l 2 + 480 439 405 465 336 465 c 0 + 216 465 142 382 142 253 c 0 + 142 115 233 24 370 24 c 0 + 423 24 468 38 512 66 c 1 + 518 59 l 1 +EndSplineSet +KernsSLIF: 107 3 0 0 104 10 0 0 +EndChar +StartChar: d +Encoding: 100 100 169 +Width: 611 +Flags: HW +HStem: -1 21G<246 300.5> 464 20G<228 317> +VStem: 113 90<78.8983 398> 473 90<249 272> +Back +36 -2 m 1 + 36 486 l 1 + 566 486 l 1 + 566 -2 l 1 + 36 -2 l 1 +57 20 m 1x4c + 88 36 l 2 + 104 44 113 66 113 95 c 2 + 113 569 l 2 + 113 647 108 656 62 659 c 2 + 22 662 l 1 + 22 692 l 1x5c + 136 690 191 689 228 689 c 0x2c + 271 689 314 690 364 691 c 0 + 382 692 395 692 402 692 c 0 + 613 692 751 571 751 385 c 0 + 751 278 707 170 635 99 c 0 + 565 30 469 -3 341 -3 c 0x9c + 327 -3 327 -3 248 -1 c 0 + 230 0 214 0 196 0 c 0 + 173 0 173 0 57 -3 c 1 + 57 20 l 1x4c +208 644 m 1xac + 208 49 l 1 + 234 43 265 41 311 41 c 0 + 424 41 484 58 544 107 c 0 + 610 161 644 247 644 359 c 0 + 644 459 621 531 573 579 c 0 + 555 597 536 611 514 620 c 0 + 472 639 392 652 319 652 c 0 + 269 652 234 649 208 644 c 1xac +EndSplineSet +Fore +317 484 m 2 + 465 484 563 400 563 270 c 0 + 563 195 531 119 480 69 c 0 + 432 21 345 -1 256 -1 c 0 + 236 -1 216 0 196 0 c 0 + 173 0 173 0 57 -3 c 1 + 57 20 l 1 + 88 36 l 2 + 104 44 113 66 113 95 c 2 + 113 364 l 2 + 113 442 108 451 62 454 c 2 + 35 457 l 1 + 35 487 l 1 + 149 485 191 484 228 484 c 2 + 317 484 l 2 +256 42 m 0 + 321 45 362 44 400 75 c 0 + 446 113 470 173 470 251 c 0 + 470 341 438 410 379 434 c 0 + 353 446 302 443 256 445 c 0 + 237 444 216 442 203 439 c 1 + 203 49 l 1 + 217 46 237 44 256 42 c 0 +EndSplineSet +EndChar +StartChar: e +Encoding: 101 101 170 +Width: 500 +Flags: HW +HStem: -3 42<259 318.583> 0 138<427 447> 231 39<263 306.616> 452 32<194 311> +VStem: 117 93<76 228 120 448> 407 34<360 399> +Back +23 -3 m 1 + 23 492 l 1 + 458 492 l 1 + 458 -3 l 1 + 23 -3 l 1 +22 662 m 1x86 + 22 692 l 1x06 + 121 690 166 689 200 689 c 0 + 227 689 270 690 333 691 c 0 + 374 692 407 692 432 692 c 0 + 476 692 507 691 556 689 c 1 + 545 645 540 597 540 537 c 1 + 505 537 l 1 + 505 602 l 2 + 505 625 502 630 478 636 c 0 + 446 645 390 650 333 650 c 0 + 264 650 247 649 216 642 c 1 + 216 375 l 1 + 250 373 284 372 326 372 c 0 + 392 372 420 375 438 383 c 1 + 442 391 445 400 446 409 c 1 + 451 461 l 1 + 481 461 l 1 + 478 361 478 361 478 345 c 0 + 478 327 478 327 481 234 c 1 + 451 234 l 1 + 446 293 l 1 + 438 318 l 1 + 420 327 393 330 319 330 c 0 + 274 330 244 329 216 327 c 1 + 216 47 l 1 + 245 41 263 39 315 39 c 0x5a + 405 39 478 44 499 51 c 0 + 513 56 526 87 532 130 c 0 + 533 134 535 148 537 164 c 1 + 572 164 l 1 + 562 112 556 58 556 0 c 1x22 + 420 -3 420 -3 389 -3 c 0x42 + 367 -3 367 -3 228 -1 c 0 + 190 0 162 0 157 0 c 0x22 + 129 0 100 -1 34 -3 c 1 + 34 27 l 1 + 70 30 l 2 + 117 34 121 41 121 120 c 2 + 121 569 l 2 + 121 648 116 656 70 659 c 2 + 22 662 l 1x86 +EndSplineSet +Fore +333 -3 m 0xbc + 331 -3 151 0 151 0 c 0x7c + 123 0 100 -1 34 -3 c 1 + 34 27 l 1 + 68 30 l 2 + 115 34 117 41 117 120 c 2 + 117 364 l 2 + 117 443 114 451 68 454 c 2 + 22 457 l 1 + 22 487 l 1 + 121 485 160 484 194 484 c 0 + 212 484 309 487 326 487 c 0 + 370 487 401 486 450 484 c 1 + 444 440 441 420 441 360 c 1 + 410 360 l 1 + 407 397 l 2 + 407 420 393 442 393 442 c 1 + 393 442 334 452 277 452 c 0 + 218 452 210 448 210 448 c 1 + 210 273 l 1 + 244 273 228 270 270 270 c 0 + 336 270 317 275 335 283 c 1 + 343 299 346 317 348 337 c 1 + 378 337 l 1 + 378 287 375 261 375 245 c 0 + 375 227 378 222 378 159 c 1 + 348 159 l 1 + 345 180 342 201 335 218 c 1 + 317 227 337 231 263 231 c 0 + 218 231 238 230 210 228 c 1 + 210 47 l 1 + 239 41 227 39 259 39 c 0xbc + 349 39 372 44 393 51 c 0 + 407 56 416 61 422 104 c 0 + 423 108 425 122 427 138 c 1 + 458 138 l 1 + 448 86 446 58 446 0 c 1x7c + 386 -1 364 -3 333 -3 c 0xbc +EndSplineSet +KernsSLIF: 121 -15 0 0 120 -8 0 0 119 -12 0 0 118 -12 0 0 116 -3 0 0 39 -6 0 0 +EndChar +StartChar: f +Encoding: 102 102 171 +Width: 444 +Flags: HMW +HStem: 451 33<189 301> +VStem: 112 90<120 224 120 447> 383 32<378 424.984> +Back +18 -3 m 1 + 18 492 l 1 + 420 492 l 1 + 420 -3 l 1 + 18 -3 l 1 +216 327 m 1x34 + 216 120 l 2 + 216 41 221 33 267 30 c 2 + 315 27 l 1 + 315 -3 l 1x84 + 256 -1 220 0 168 0 c 0x44 + 116 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 121 41 121 120 c 2 + 121 569 l 2 + 121 648 116 656 70 659 c 2 + 22 662 l 1 + 22 692 l 1x8c + 169 689 169 689 198 689 c 0 + 223 689 258 689 307 691 c 1 + 414 692 l 2 + 457 692 487 691 536 689 c 1 + 525 645 520 597 520 537 c 1 + 485 537 l 1 + 485 602 l 2 + 485 625 482 630 458 636 c 0 + 427 644 371 650 323 650 c 0 + 264 650 246 649 216 642 c 1 + 216 375 l 1 + 250 373 284 372 326 372 c 0 + 392 372 420 375 438 383 c 1 + 442 391 445 400 446 409 c 1 + 451 461 l 1 + 481 461 l 1 + 478 361 478 361 478 345 c 0 + 478 327 478 327 481 234 c 1 + 451 234 l 1 + 446 293 l 1 + 438 318 l 1 + 420 327 393 330 319 330 c 0 + 274 330 244 329 216 327 c 1x34 +EndSplineSet +Fore +420 484 m 1 + 413 440 415 438 415 378 c 1 + 385 378 l 1 + 383 411 l 2 + 383 434 376 442 376 442 c 1 + 376 442 321 451 273 451 c 0 + 214 451 202 447 202 447 c 1 + 202 267 l 1 + 236 265 234 264 276 264 c 0 + 322 264 310 270 328 278 c 1 + 336 295 339 315 341 336 c 1 + 371 336 l 1 + 369 256 368 256 368 240 c 0 + 368 222 369 222 371 149 c 1 + 341 149 l 1 + 339 172 335 195 328 213 c 1 + 310 222 313 227 269 227 c 0 + 224 227 230 226 202 224 c 1 + 202 120 l 2 + 202 41 198 33 244 30 c 2 + 292 27 l 1 + 292 -3 l 1 + 233 -1 209 0 157 0 c 0 + 105 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 112 41 112 120 c 2 + 112 364 l 2 + 112 443 116 451 70 454 c 2 + 22 457 l 1 + 22 487 l 1 + 169 484 160 484 189 484 c 0 + 214 484 258 487 301 487 c 0 + 347 487 371 486 420 484 c 1 +EndSplineSet +KernsSLIF: 116 12 0 0 39 -4 0 0 249 -8 0 0 250 -15 0 0 351 -18 0 0 352 -18 0 0 111 -18 0 0 108 24 0 0 106 28 0 0 105 14 0 0 102 5 0 0 335 -15 0 0 101 -15 0 0 328 -11 0 0 241 -10 0 0 322 -11 0 0 323 -11 0 0 97 -11 0 0 +EndChar +StartChar: g +Encoding: 103 103 172 +Width: 556 +Flags: HW +HStem: -14 29<304 343> 467 29<300 350> +VStem: 29 97<225 259> 417 81<49 136> 465 28<361 388.647> +Back +28 -14 m 1 + 28 497 l 1 + 528 497 l 1 + 528 -14 l 1 + 28 -14 l 1 +641 516 m 1 + 641 569 l 2 + 641 607 616 630 558 649 c 0 + 520 661 476 667 424 667 c 0 + 237 667 129 555 129 362 c 0 + 129 154 255 22 453 22 c 0 + 519 22 579 36 590 55 c 0 + 594 62 596 74 596 98 c 2 + 596 199 l 2 + 596 223 587 232 562 234 c 2 + 479 241 l 1 + 479 271 l 1 + 566 269 572 269 601 269 c 0 + 632 269 635 269 724 271 c 1 + 728 246 l 1 + 699 236 l 2 + 689 232 688 230 688 199 c 2 + 688 31 l 1 + 552 -7 483 -20 412 -20 c 0 + 296 -20 188 20 119 89 c 1 + 56 150 22 240 22 341 c 0 + 22 563 192 709 450 709 c 0 + 530 709 581 700 692 668 c 1 + 678 614 672 567 672 516 c 1 + 641 516 l 1 +EndSplineSet +Fore +465 361 m 1xe8 + 465 398 l 2xe8 + 465 434 447 438 407 451 c 0 + 380 460 359 464 323 464 c 0 + 222 464 129 388 129 253 c 0 + 129 108 204 18 343 18 c 0 + 389 18 405 28 413 41 c 0 + 416 46 417 55 417 72 c 2 + 417 134 l 2 + 417 151 411 159 393 161 c 2 + 340 166 l 1 + 340 190 l 1 + 401 188 405 188 426 188 c 0 + 447 188 460 188 523 190 c 1 + 526 167 l 1 + 505 160 l 2 + 498 157 498 156 498 134 c 2 + 498 22 l 1xf0 + 402 -5 354 -14 304 -14 c 0 + 223 -14 146 14 97 62 c 1 + 53 105 29 168 29 239 c 0 + 29 394 150 496 331 496 c 0 + 387 496 430 490 507 468 c 1 + 498 430 493 397 493 361 c 1 + 465 361 l 1xe8 +EndSplineSet +KernsSLIF: 114 14 0 0 351 -23 0 0 352 -23 0 0 108 -5 0 0 335 -19 0 0 101 -19 0 0 328 -13 0 0 241 -14 0 0 322 -13 0 0 97 -13 0 0 +EndChar +StartChar: h +Encoding: 104 104 173 +Width: 667 +Flags: HW +HStem: 0 21G<137 189 484 536> 242 35<294 439> +VStem: 116 94<120 240 120 398> 464 94<120 240 278 398> +Back +24 -3 m 1 + 24 487 l 1 + 650 487 l 1 + 650 -3 l 1 + 24 -3 l 1 +616 120 m 2x8c + 616 343 l 1 + 589 345 573 345 533 345 c 2 + 299 345 l 2 + 259 345 243 345 216 343 c 1 + 216 120 l 2 + 216 41 221 33 267 30 c 2 + 315 27 l 1 + 315 -3 l 1xac + 256 -1 220 0 168 0 c 0x4c + 116 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 121 41 121 120 c 2 + 121 569 l 2 + 121 648 116 656 70 659 c 2 + 22 662 l 1 + 22 692 l 1 + 94 690 118 689 168 689 c 0 + 220 689 242 689 315 692 c 1 + 315 662 l 1 + 267 659 l 2 + 221 656 216 648 216 569 c 2 + 216 391 l 1 + 236 390 258 389 299 389 c 2 + 533 389 l 2 + 574 389 595 390 616 391 c 1 + 616 569 l 2 + 616 648 611 656 565 659 c 2 + 517 662 l 1 + 517 692 l 1 + 589 690 613 689 663 689 c 0 + 715 689 737 689 810 692 c 1 + 810 662 l 1 + 762 659 l 2 + 716 656 711 648 711 569 c 2 + 711 120 l 2 + 711 41 716 33 762 30 c 2 + 810 27 l 1 + 810 -3 l 1xbc + 751 -1 715 0 663 0 c 0x4c + 611 0 576 -1 517 -3 c 1 + 517 27 l 1 + 565 30 l 2 + 611 33 616 41 616 120 c 2x8c +EndSplineSet +Fore +464 120 m 2 + 464 240 l 1 + 437 242 420 242 380 242 c 2 + 294 242 l 2 + 254 242 237 242 210 240 c 1 + 210 120 l 2 + 210 41 211 33 257 30 c 2 + 295 27 l 1 + 295 -3 l 1 + 236 -1 215 0 163 0 c 0 + 111 0 82 -1 23 -3 c 1 + 23 27 l 1 + 65 30 l 2 + 111 33 116 41 116 120 c 2 + 116 364 l 2 + 116 443 111 451 65 454 c 2 + 23 457 l 1 + 23 487 l 1 + 95 485 113 484 163 484 c 0 + 215 484 222 484 295 487 c 1 + 295 457 l 1 + 257 454 l 2 + 211 451 210 443 210 364 c 2 + 210 279 l 1 + 230 278 253 277 294 277 c 2 + 380 277 l 2 + 421 277 443 278 464 279 c 1 + 464 364 l 2 + 464 443 463 451 417 454 c 2 + 379 457 l 1 + 379 487 l 1 + 451 485 461 484 511 484 c 0 + 563 484 578 484 651 487 c 1 + 651 457 l 1 + 609 454 l 2 + 563 451 558 443 558 364 c 2 + 558 120 l 2 + 558 41 563 33 609 30 c 2 + 651 27 l 1 + 651 -3 l 1 + 592 -1 563 0 511 0 c 0 + 459 0 438 -1 379 -3 c 1 + 379 27 l 1 + 417 30 l 2 + 463 33 464 41 464 120 c 2 +EndSplineSet +KernsSLIF: 121 -37 0 0 39 -33 0 0 +EndChar +StartChar: i +Encoding: 105 105 174 +Width: 333 +Flags: HW +HStem: 0 21G<135 187> +VStem: 121 88<120 398> +Back +30 -3 m 1 + 30 487 l 1 + 300 487 l 1 + 300 -3 l 1 + 30 -3 l 1 +216 569 m 2xb0 + 216 120 l 2 + 216 41 221 33 267 30 c 2 + 315 27 l 1 + 315 -3 l 1x90 + 256 -1 220 0 168 0 c 0x50 + 116 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 121 41 121 120 c 2 + 121 569 l 2 + 121 648 116 656 70 659 c 2 + 22 662 l 1 + 22 692 l 1 + 94 690 118 689 168 689 c 0 + 220 689 242 689 315 692 c 1 + 315 662 l 1 + 267 659 l 2 + 221 656 216 648 216 569 c 2xb0 +EndSplineSet +Fore +209 364 m 2 + 209 120 l 2 + 209 41 214 33 260 30 c 2 + 308 27 l 1 + 308 -3 l 1 + 249 -1 217 0 165 0 c 0 + 113 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 121 41 121 120 c 2 + 121 364 l 2 + 121 443 116 451 70 454 c 2 + 22 457 l 1 + 22 487 l 1 + 94 485 115 484 165 484 c 0 + 217 484 235 484 308 487 c 1 + 308 457 l 1 + 260 454 l 2 + 214 451 209 443 209 364 c 2 +EndSplineSet +KernsSLIF: 106 -15 0 0 +EndChar +StartChar: j +Encoding: 106 106 175 +Width: 333 +Flags: HW +HStem: -142 55<39 88> 464 20G<139 190> +VStem: 120 91<33 387> +Back +12 -147 m 1 + 12 487 l 1 + 300 487 l 1 + 300 -147 l 1 + 12 -147 l 1 +-10 -192 m 1 + -15 -116 l 1 + -4 -110 l 1 + 19 -124 39 -130 63 -130 c 0 + 103 -130 117 -101 117 -17 c 2 + 117 569 l 2 + 117 648 112 656 66 659 c 2 + 18 662 l 1 + 18 692 l 1 + 90 690 114 689 164 689 c 0 + 216 689 238 689 311 692 c 1 + 311 662 l 1 + 263 659 l 2 + 217 656 212 648 212 569 c 2 + 212 117 l 2 + 212 -4 199 -54 150 -114 c 0 + 111 -163 48 -200 14 -195 c 2 + 7 -194 l 1 + -10 -192 l 1 +EndSplineSet +Fore +14 -142 m 1 + 14 -73 l 1 + 25 -67 l 1 + 48 -81 49 -87 88 -87 c 0 + 124 -87 121 -28 121 33 c 2 + 121 364 l 2 + 121 443 113 451 67 454 c 2 + 30 457 l 1 + 30 487 l 1 + 102 485 115 484 165 484 c 0 + 217 484 227 484 300 487 c 1 + 300 457 l 1 + 263 454 l 2 + 217 451 209 443 209 364 c 2 + 209 117 l 2 + 209 24 202 -44 146 -98 c 0 + 101 -141 65 -142 39 -142 c 2 + 14 -142 l 1 +EndSplineSet +EndChar +StartChar: k +Encoding: 107 107 176 +Width: 556 +Flags: HW +HStem: 0 21G<134 186 479 490.5> 464 20G<135 186 459 474.5> +VStem: 114 91<120 227 120 414> +Back +28 -3 m 1 + 28 487 l 1 + 552 487 l 1 + 552 -3 l 1 + 28 -3 l 1 +216 325 m 1x90 + 216 120 l 2 + 216 41 221 33 267 30 c 2 + 315 27 l 1 + 315 -3 l 1x90 + 256 -1 220 0 168 0 c 0x50 + 116 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 121 41 121 120 c 2 + 121 569 l 2 + 121 648 116 656 70 659 c 2 + 22 662 l 1 + 22 692 l 1 + 94 690 118 689 168 689 c 0 + 220 689 242 689 315 692 c 1 + 315 662 l 1 + 267 659 l 2 + 221 656 216 648 216 569 c 2 + 216 355 l 1 + 494 626 l 2 + 510 642 523 659 523 665 c 2 + 523 692 l 1 + 581 690 598 689 612 689 c 0 + 629 689 629 689 692 692 c 1 + 692 662 l 1 + 650 660 l 2 + 624 659 599 646 572 622 c 2 + 306 382 l 1 + 636 70 l 2 + 667 41 683 30 698 29 c 2 + 719 27 l 1 + 719 -3 l 1xb0 + 669 0 667 0 654 0 c 0x50 + 644 0 644 0 574 -3 c 1 + 226 332 l 1 + 216 325 l 1x90 +EndSplineSet +Fore +204 227 m 1 + 204 120 l 2 + 204 41 201 33 247 30 c 2 + 290 27 l 1 + 290 -3 l 1 + 231 -1 211 0 159 0 c 0 + 107 0 87 -1 28 -3 c 1 + 28 27 l 1 + 70 30 l 2 + 116 33 114 41 114 120 c 2 + 114 364 l 2 + 114 443 116 451 70 454 c 2 + 28 457 l 1 + 28 487 l 1 + 100 485 109 484 159 484 c 0 + 211 484 217 484 290 487 c 1 + 290 457 l 1 + 247 454 l 2 + 201 451 204 443 204 364 c 2 + 204 255 l 1 + 377 421 l 1 + 406 460 l 1 + 406 487 l 1 + 464 485 452 484 466 484 c 0 + 483 484 476 484 529 487 c 1 + 529 457 l 1 + 487 455 l 2 + 461 454 455 441 428 417 c 2 + 287 282 l 1 + 468 73 l 1 + 509 34 508 30 549 27 c 1 + 549 -3 l 1 + 499 0 497 0 484 0 c 0 + 474 0 476 0 426 -3 c 1 + 214 234 l 1 + 204 227 l 1 +EndSplineSet +KernsSLIF: 115 12 0 0 351 -19 0 0 352 -19 0 0 111 -19 0 0 103 -12 0 0 335 -12 0 0 101 -12 0 0 328 4 0 0 241 7 0 0 322 4 0 0 323 4 0 0 97 4 0 0 +EndChar +StartChar: l +Encoding: 108 108 177 +Width: 500 +Flags: HW +HStem: 0 39<247 331.827> 0 131<435 446> 464 20G<135 186> +VStem: 114 90<79.57 414> +Back +20 -3 m 1 + 20 487 l 1 + 468 487 l 1 + 468 -3 l 1 + 20 -3 l 1 +216 569 m 2x70 + 216 47 l 1 + 242 41 265 39 301 39 c 0x90 + 420 39 507 46 520 57 c 0 + 526 62 533 82 539 111 c 0 + 540 112 541 119 542 122 c 1 + 554 172 l 1 + 586 172 l 1 + 576 75 572 43 565 0 c 1x50 + 429 -3 429 -3 397 -3 c 0x90 + 369 -3 260 -2 211 -1 c 0 + 189 0 173 0 164 0 c 0 + 138 0 131 0 65 -3 c 1 + 65 20 l 1 + 96 36 l 2 + 112 44 121 66 121 95 c 2 + 121 569 l 2 + 121 648 116 656 70 659 c 2 + 22 662 l 1 + 22 692 l 1 + 94 690 118 689 168 689 c 0 + 220 689 242 689 315 692 c 1 + 315 662 l 1 + 267 659 l 2 + 221 656 216 648 216 569 c 2x70 +EndSplineSet +Fore +297 -3 m 0x70 + 274 -3 187 0 156 0 c 0x70 + 130 0 123 0 57 -3 c 1 + 57 20 l 1 + 88 36 l 2 + 104 44 114 66 114 95 c 2 + 114 364 l 2 + 114 443 116 451 70 454 c 2 + 22 457 l 1 + 22 487 l 1 + 94 485 109 484 159 484 c 0 + 211 484 223 484 296 487 c 1 + 296 457 l 1 + 248 454 l 2 + 202 451 204 443 204 364 c 2 + 204 47 l 1 + 204 47 211 39 247 39 c 0xb0 + 366 39 393 44 406 55 c 0 + 412 60 418 67 424 96 c 1 + 435 131 l 1 + 467 131 l 1 + 449 44 452 43 445 0 c 1 + 309 -3 329 -3 297 -3 c 0x70 +EndSplineSet +KernsSLIF: 121 -25 0 0 118 -22 0 0 +EndChar +StartChar: m +Encoding: 109 109 178 +Width: 778 +Flags: HW +HStem: -11 21G<353 369> +VStem: 118 42<120 399> 565 93<120 399> +Back +34 -12 m 1 + 34 487 l 1 + 738 487 l 1 + 738 -12 l 1 + 34 -12 l 1 +732 120 m 2x4c + 732 578 l 5 + 714 544 702 521 688 492 c 2 + 510 114 l 2 + 503 100 491 72 475 33 c 0 + 469 18 463 2 456 -13 c 1 + 436 -13 l 1x8c + 157 578 l 1 + 157 120 l 2 + 157 42 162 33 208 30 c 2 + 252 27 l 1 + 252 -3 l 1x4c + 147 0 147 0 132 0 c 0x2c + 115 0 115 0 16 -3 c 1 + 16 27 l 1 + 60 30 l 2 + 106 33 111 42 111 120 c 2 + 111 569 l 2 + 111 647 106 656 60 659 c 2 + 16 662 l 1 + 16 692 l 1 + 96 689 96 689 111 689 c 0 + 126 689 126 689 206 692 c 1 + 470 136 l 1 + 732 692 l 1 + 812 689 812 689 827 689 c 0 + 844 689 844 689 920 692 c 1 + 920 662 l 1 + 878 659 l 2 + 832 656 827 647 827 569 c 2 + 827 120 l 2 + 827 41 832 33 878 30 c 2 + 926 27 l 1 + 926 -3 l 1x5c + 867 -1 831 0 775 0 c 0x2c + 723 0 693 -1 647 -3 c 1 + 647 27 l 1 + 681 30 l 2 + 728 34 732 41 732 120 c 2x4c +EndSplineSet +Fore +369 -11 m 1 + 353 -11 l 0 + 160 399 l 1 + 160 120 l 2 + 160 42 167 33 213 30 c 2 + 249 27 l 1 + 249 -3 l 1 + 144 0 152 0 137 0 c 0 + 120 0 128 0 29 -3 c 1 + 29 27 l 1 + 65 30 l 2 + 111 33 118 42 118 120 c 2 + 118 364 l 2 + 118 442 111 451 65 454 c 2 + 29 457 l 1 + 29 487 l 1 + 109 484 101 484 116 484 c 0 + 131 484 131 484 211 487 c 1 + 391 115 l 0 + 565 487 l 1 + 645 484 645 484 660 484 c 0 + 677 484 669 484 745 487 c 1 + 745 457 l 1 + 711 454 l 2 + 665 451 658 442 658 364 c 2 + 658 120 l 2 + 658 41 665 33 711 30 c 2 + 751 27 l 1 + 751 -3 l 1 + 692 -1 664 0 608 0 c 0 + 556 0 534 -1 488 -3 c 1 + 488 27 l 1 + 514 30 l 2 + 561 34 565 41 565 120 c 2 + 565 399 l 1 + 492 261 437 130 369 -11 c 1 +EndSplineSet +KernsSLIF: 121 -42 0 0 119 -39 0 0 118 -39 0 0 112 -20 0 0 +EndChar +StartChar: n +Encoding: 110 110 179 +Width: 667 +Flags: HW +HStem: -20 20G<124.5 140.5> +VStem: 112 46<120 378> 506 46<98 397> +Back +24 -14 m 1 + 24 487 l 1 + 644 487 l 1 + 644 -14 l 1 + 24 -14 l 1 +137 689 m 1xb8 + 191 692 l 1 + 672 98 l 1 + 672 569 l 2 + 672 647 667 656 621 659 c 2 + 577 662 l 1 + 577 692 l 1 + 676 689 676 689 693 689 c 0 + 708 689 708 689 813 692 c 1 + 813 662 l 1 + 769 659 l 2 + 723 656 718 647 718 569 c 2 + 718 17 l 2 + 718 11 719 3 720 -8 c 0 + 721 -15 721 -16 721 -20 c 1 + 631 -4 l 1 + 158 583 l 1 + 158 120 l 2 + 158 42 163 33 209 30 c 2 + 253 27 l 1 + 253 -3 l 1xb8 + 148 0 148 0 133 0 c 0x58 + 116 0 116 0 17 -3 c 1 + 17 27 l 1 + 61 30 l 2 + 107 33 112 42 112 120 c 2 + 112 569 l 2 + 112 647 107 656 61 659 c 2 + 17 662 l 1 + 17 692 l 1 + 72 690 81 690 137 689 c 1xb8 +EndSplineSet +Fore +137 484 m 1 + 191 487 l 1 + 506 98 l 1 + 506 364 l 2 + 506 442 501 451 455 454 c 2 + 411 457 l 1 + 411 487 l 1 + 510 484 510 484 527 484 c 0 + 542 484 542 484 647 487 c 1 + 647 457 l 1 + 603 454 l 2 + 557 451 552 442 552 364 c 2 + 552 17 l 2 + 552 10 555 -11 555 -20 c 1 + 465 -3 l 1 + 158 378 l 1 + 158 120 l 2 + 158 42 163 33 209 30 c 2 + 253 27 l 1 + 253 -3 l 1 + 148 0 148 0 133 0 c 0 + 116 0 116 0 17 -3 c 1 + 17 27 l 1 + 61 30 l 2 + 107 33 112 42 112 120 c 2 + 112 364 l 2 + 112 442 107 451 61 454 c 2 + 17 457 l 1 + 17 487 l 1 + 72 485 81 485 137 484 c 1 +EndSplineSet +KernsSLIF: 121 -37 0 0 119 -34 0 0 118 -34 0 0 39 -30 0 0 112 -18 0 0 +EndChar +StartChar: o +Encoding: 111 111 180 +Width: 611 +Flags: HW +HStem: -14 37<289 317> 463 35<287 319> +VStem: 40 96<234 265> 471 99<234 267> +Back +40 -14 m 1 + 40 498 l 1 + 570 498 l 1 + 570 -14 l 1 + 40 -14 l 1 +402 709 m 0 + 624 709 764 577 764 367 c 0 + 764 147 594 -20 370 -20 c 0 + 168 -20 22 131 22 341 c 0 + 22 561 174 709 402 709 c 0 +385 667 m 0 + 221 667 129 563 129 378 c 0 + 129 164 242 22 410 22 c 0 + 565 22 657 139 657 337 c 0 + 657 545 556 667 385 667 c 0 +EndSplineSet +Fore +311 498 m 0 + 467 498 570 404 570 257 c 0 + 570 103 446 -14 289 -14 c 0 + 148 -14 40 92 40 239 c 0 + 40 393 152 498 311 498 c 0 +300 463 m 0 + 185 463 136 394 136 265 c 0 + 136 115 199 23 317 23 c 0 + 426 23 471 97 471 236 c 0 + 471 382 419 463 300 463 c 0 +EndSplineSet +KernsSLIF: 121 -30 0 0 120 -31 0 0 119 -27 0 0 118 -27 0 0 116 -13 0 0 39 -18 0 0 +EndChar +StartChar: p +Encoding: 112 112 181 +Width: 500 +Flags: HW +HStem: 0 21G<142 194> 233 23<280 303> 460 28<205 301> +VStem: 114 90<120 414> 380 88<363 382> +Back +24 -3 m 1 + 24 492 l 1 + 468 492 l 1 + 468 -3 l 1 + 24 -3 l 1 +216 642 m 1x36 + 216 120 l 2 + 216 41 221 33 267 30 c 2 + 315 27 l 1 + 315 -3 l 1x86 + 256 -1 220 0 168 0 c 0x46 + 116 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 121 41 121 120 c 2 + 121 569 l 2 + 121 643 113 656 68 659 c 2 + 23 662 l 1 + 23 692 l 1x8e + 183 689 183 689 205 689 c 0 + 234 689 310 690 347 691 c 0 + 360 692 370 692 375 692 c 0 + 502 692 580 633 580 537 c 0 + 580 417 475 324 338 324 c 0 + 318 324 304 325 280 330 c 1 + 270 366 l 1 + 296 358 311 356 332 356 c 0 + 419 356 480 419 480 509 c 0 + 480 604 422 654 314 654 c 0 + 280 654 251 650 216 642 c 1x36 +EndSplineSet +Fore +205 487 m 0 + 241 487 293 491 324 491 c 0 + 413 491 468 449 468 382 c 0 + 468 298 394 233 299 233 c 0 + 285 233 275 234 258 237 c 1 + 251 262 l 1 + 269 257 280 256 294 256 c 0 + 355 256 380 300 380 363 c 0 + 380 429 347 460 282 460 c 0 + 258 460 239 460 204 452 c 5 + 204 120 l 2 + 204 41 208 33 254 30 c 2 + 296 27 l 1 + 296 -3 l 1 + 237 -1 211 0 159 0 c 0 + 107 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 114 41 114 120 c 2 + 114 368 l 2 + 114 442 113 455 68 458 c 2 + 23 461 l 1 + 23 491 l 1 + 183 488 183 487 205 487 c 0 +EndSplineSet +KernsSLIF: 121 -40 0 0 116 -19 0 0 +EndChar +StartChar: q +Encoding: 113 113 182 +Width: 611 +Flags: HW +HStem: -14 37<289 317> 463 35<287 319> +VStem: 40 96<234 265> 471 99<234 267> +Back +40 -138 m 1 + 40 498 l 1 + 570 498 l 1 + 570 -138 l 1 + 40 -138 l 1 +388 -19 m 1 + 377 -19 l 2 + 162 -19 22 124 22 343 c 0 + 22 561 174 709 398 709 c 0 + 622 709 764 578 764 371 c 0 + 764 227 690 98 569 28 c 0 + 517 -1 480 -12 401 -19 c 1 + 443 -24 460 -29 522 -56 c 0 + 602 -90 657 -105 705 -105 c 0 + 714 -105 725 -104 764 -99 c 1 + 764 -120 l 1 + 680 -176 l 1 + 640 -168 609 -161 574 -150 c 2 + 426 -104 l 2 + 395 -94 367 -89 348 -89 c 0 + 338 -89 332 -91 320 -97 c 2 + 261 -129 l 1 + 263 -97 l 1 + 319 -54 353 -31 372 -25 c 2 + 388 -19 l 1 +385 667 m 0 + 220 667 129 563 129 375 c 0 + 129 276 159 180 209 117 c 0 + 259 55 327 23 412 23 c 0 + 569 23 657 135 657 335 c 0 + 657 545 557 667 385 667 c 0 +EndSplineSet +Fore +506 -135 m 1 + 465 -135 399 -106 387 -100 c 8 + 350 -81 309 -78 282 -78 c 0 + 275 -78 262 -77 251 -82 c 2 + 211 -100 l 1 + 211 -66 l 1 + 242 -49 269 -31 302 -13 c 1 + 302 -13 375 -8 320 -13 c 1 + 349 -17 352 -20 395 -39 c 0 + 451 -63 488 -74 522 -74 c 0 + 528 -74 536 -73 563 -69 c 1 + 563 -96 l 1 + 506 -135 l 1 +EndSplineSet +Ref: 111 111 N 1 0 0 1 0 0 +KernsSLIF: 117 -10 0 0 99 -10 0 0 +EndChar +StartChar: r +Encoding: 114 114 183 +Width: 556 +Flags: HW +HStem: 0 21G<135 187 474.5 484.5> 458 26<195 299> +VStem: 114 90<120 414> 378 90<366 382> +Back +24 -3 m 1 + 24 487 l 1 + 552 487 l 1 + 552 -3 l 1 + 24 -3 l 1 +216 642 m 1xac + 216 120 l 2 + 216 41 221 33 267 30 c 2 + 315 27 l 1 + 315 -3 l 1x8c + 256 -1 220 0 168 0 c 0x4c + 116 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 121 41 121 120 c 2 + 121 569 l 2 + 121 647 116 656 70 659 c 2 + 29 662 l 1 + 29 692 l 1 + 169 689 169 689 202 689 c 0 + 236 689 236 689 366 692 c 2x9c + 382 692 l 2 + 506 692 576 638 576 542 c 0 + 576 484 548 434 496 397 c 0 + 463 374 437 363 381 349 c 1 + 608 53 l 2 + 621 36 637 30 669 27 c 1 + 669 -3 l 1xac + 606 0 606 0 597 0 c 0x4c + 586 0 576 0 529 -3 c 1 + 519 10 513 19 506 28 c 0 + 500 35 494 43 488 51 c 2 + 304 298 l 2 + 295 310 292 314 278 330 c 0 + 266 343 263 347 252 360 c 1 + 258 372 l 1 + 271 371 280 371 287 371 c 0 + 403 371 476 429 476 521 c 0 + 476 606 418 654 314 654 c 0 + 280 654 250 650 216 642 c 1xac +EndSplineSet +Fore +237 254 m 0 + 241 263 l 1 + 250 262 261 262 266 262 c 0 + 347 262 378 303 378 367 c 0 + 378 416 347 458 285 458 c 0 + 261 458 238 458 204 450 c 1 + 204 120 l 2 + 204 41 202 33 248 30 c 2 + 296 27 l 1 + 296 -3 l 1 + 237 -1 211 0 159 0 c 0 + 107 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 114 41 114 120 c 2 + 114 364 l 2 + 114 442 116 451 70 454 c 2 + 29 457 l 1 + 29 487 l 1 + 169 484 162 484 195 484 c 0 + 229 484 230 485 321 487 c 2 + 332 487 l 2 + 419 487 468 449 468 382 c 0 + 468 341 448 306 412 280 c 0 + 389 264 371 256 332 247 c 1 + 491 53 l 2 + 504 36 520 30 552 27 c 1 + 552 -3 l 1 + 489 0 489 0 480 0 c 0 + 469 0 462 0 415 -3 c 1 + 405 10 244 245 237 254 c 0 +EndSplineSet +KernsSLIF: 122 -12 0 0 121 15 0 0 120 11 0 0 119 18 0 0 118 18 0 0 117 11 0 0 116 8 0 0 115 -1 0 0 114 9 0 0 39 9 0 0 113 -17 0 0 112 15 0 0 249 -12 0 0 353 -9 0 0 250 -8 0 0 351 -9 0 0 354 -9 0 0 352 -9 0 0 111 -9 0 0 110 17 0 0 109 11 0 0 108 -30 0 0 107 -30 0 0 106 23 0 0 105 9 0 0 104 -22 0 0 103 -12 0 0 102 1 0 0 336 -5 0 0 337 -5 0 0 335 -5 0 0 101 -5 0 0 100 -14 0 0 332 -8 0 0 99 -10 0 0 328 -16 0 0 324 -16 0 0 241 -15 0 0 322 -16 0 0 325 -16 0 0 323 -16 0 0 +EndChar +StartChar: s +Encoding: 115 115 184 +Width: 444 +Flags: HW +HStem: -14 32<182 208> 467 31<219 239> +VStem: 45 71<339 366> 326 73<125 161> 330 25<368 401.11> +Back +44 -14 m 1 + 44 498 l 1 + 400 498 l 1 + 400 -14 l 1 + 44 -14 l 1 +447 526 m 1 + 415 526 l 1 + 409 583 l 2 + 406 612 395 627 362 644 c 0 + 335 659 298 667 259 667 c 0 + 171 667 108 607 108 523 c 0 + 108 446 151 413 273 397 c 0 + 385 382 427 369 462 336 c 0 + 490 310 503 277 503 230 c 0 + 503 85 377 -20 203 -20 c 0 + 145 -20 87 -7 30 18 c 1 + 36 63 38 85 38 131 c 0 + 38 137 38 153 37 171 c 1 + 69 171 l 1 + 77 104 l 2 + 82 63 160 24 240 24 c 0 + 344 24 419 89 419 179 c 0 + 419 217 407 246 381 267 c 1 + 355 290 320 301 243 312 c 0 + 146 325 100 341 66 372 c 0 + 37 399 24 435 24 484 c 0 + 24 615 132 709 281 709 c 0 + 336 709 381 699 461 667 c 1 + 451 613 447 579 447 526 c 1 +EndSplineSet +Fore +355 368 m 1xe8 + 330 368 l 1xe8 + 330 407 331 426 293 446 c 0 + 274 456 249 462 221 462 c 0 + 160 462 122 427 122 368 c 0 + 122 314 146 299 231 288 c 0 + 344 272 399 255 399 167 c 4 + 399 66 304 -14 182 -14 c 0 + 142 -14 92 -5 52 13 c 1 + 56 44 58 60 58 92 c 0 + 58 96 58 107 57 120 c 1 + 81 120 l 1 + 87 73 l 2 + 90 44 152 23 208 23 c 0 + 281 23 320 62 320 125 c 0xf0 + 320 152 314 163 296 178 c 1 + 278 194 264 199 210 206 c 0 + 142 216 98 232 74 253 c 0 + 54 272 45 301 45 336 c 0 + 45 427 132 498 237 498 c 0 + 275 498 309 489 365 467 c 1 + 358 429 355 405 355 368 c 1xe8 +EndSplineSet +KernsSLIF: 116 -15 0 0 39 -16 0 0 +EndChar +StartChar: t +Encoding: 116 116 185 +Width: 500 +Flags: HMW +HStem: 0 21G<220 272> 447 40<296 366.236> +VStem: 201 90<120 382> +Back +18 -3 m 1 + 18 487 l 1 + 474 487 l 1 + 474 -3 l 1 + 18 -3 l 1 +255 643 m 1xa8 + 100 643 l 2x28 + 72 643 61 634 60 610 c 1 + 56 531 l 1 + 25 531 l 1 + 25 596 23 635 18 692 c 1x18 + 86 691 l 2 + 157 690 211 689 221 689 c 2 + 379 689 l 2x28 + 394 689 423 689 462 690 c 0 + 490 691 523 691 595 692 c 1x18 + 590 635 588 596 588 531 c 1 + 557 531 l 1 + 553 610 l 1 + 552 634 541 643 513 643 c 2 + 358 643 l 1 + 355 610 354 588 354 543 c 2 + 354 120 l 2 + 354 41 359 33 405 30 c 2 + 453 27 l 1 + 453 -3 l 1xa8 + 394 -1 358 0 306 0 c 0x48 + 254 0 219 -1 160 -3 c 1 + 160 27 l 1 + 208 30 l 2 + 254 33 259 41 259 120 c 2 + 259 543 l 2 + 259 586 258 609 255 643 c 1xa8 +EndSplineSet +Fore +474 487 m 1 + 469 430 467 428 467 363 c 1 + 438 363 l 1 + 434 413 l 1 + 433 437 423 447 395 447 c 2 + 296 447 l 1 + 293 414 291 391 291 346 c 2 + 291 120 l 2 + 291 41 298 33 344 30 c 2 + 388 27 l 1 + 388 -3 l 1 + 329 -1 298 0 246 0 c 0 + 194 0 163 -1 104 -3 c 1 + 104 27 l 1 + 148 30 l 2 + 194 33 201 41 201 120 c 2 + 201 346 l 2 + 201 389 200 413 197 447 c 1 + 98 447 l 2 + 70 447 59 437 58 413 c 1 + 54 363 l 1 + 25 363 l 1 + 25 428 23 430 18 487 c 1 + 107 486 156 484 246 484 c 0 + 336 484 385 486 474 487 c 1 +EndSplineSet +KernsSLIF: 39 -3 0 0 351 -13 0 0 352 -13 0 0 111 -13 0 0 104 13 0 0 335 -9 0 0 101 -9 0 0 328 3 0 0 241 5 0 0 322 3 0 0 323 3 0 0 97 3 0 0 +EndChar +StartChar: u +Encoding: 117 117 186 +Width: 611 +Flags: HW +HStem: -14 59<307 335> 464 20G<133 184 479.5 495.5> +VStem: 104 90<177 403> 469 40<192 403> +Back +20 -14 m 1 + 20 487 l 1 + 590 487 l 1 + 590 -14 l 1 + 20 -14 l 1 +664 569 m 2 + 664 280 l 2 + 664 169 642 94 595 47 c 0 + 550 1 481 -20 378 -20 c 0 + 278 -20 207 1 167 42 c 0 + 129 81 111 136 111 214 c 2 + 111 569 l 2 + 111 648 106 656 60 659 c 2 + 12 662 l 1 + 12 692 l 1 + 84 690 108 689 158 689 c 0 + 210 689 232 689 305 692 c 1 + 305 662 l 1 + 257 659 l 2 + 211 656 206 648 206 569 c 2 + 206 225 l 2 + 206 97 266 42 405 42 c 0 + 550 42 618 108 618 249 c 2 + 618 569 l 2 + 618 647 613 656 567 659 c 2 + 523 662 l 1 + 523 692 l 1 + 622 689 622 689 639 689 c 0 + 654 689 654 689 759 692 c 1 + 759 662 l 1 + 715 659 l 2 + 669 656 664 647 664 569 c 2 +EndSplineSet +Fore +311 -14 m 0 + 151 -14 104 80 104 183 c 2 + 104 364 l 2 + 104 443 106 451 60 454 c 2 + 20 457 l 1 + 20 487 l 1 + 92 485 108 484 158 484 c 0 + 210 484 197 484 270 487 c 1 + 270 457 l 1 + 226 454 l 2 + 195 452 194 443 194 364 c 2 + 194 194 l 2 + 194 66 253 45 333 45 c 0 + 413 45 469 77 469 218 c 2 + 469 364 l 2 + 469 442 472 451 426 454 c 2 + 382 457 l 1 + 382 487 l 1 + 481 484 471 484 488 484 c 0 + 503 484 485 484 590 487 c 1 + 590 457 l 1 + 554 454 l 2 + 508 451 509 442 509 364 c 2 + 509 220 l 2 + 509 97 471 -14 311 -14 c 0 +EndSplineSet +KernsSLIF: 39 -22 0 0 +EndChar +StartChar: v +Encoding: 118 118 187 +Width: 556 +Flags: HW +HStem: -8 21G<254 299> +Back +12 -8 m 1 + 12 487 l 1 + 542 487 l 1 + 542 -8 l 1 + 12 -8 l 1 +274 662 m 1 + 218 659 l 2 + 198 658 186 651 186 639 c 0 + 186 635 187 632 188 628 c 1 + 385 121 l 1 + 568 594 l 2 + 574 609 577 623 577 633 c 0 + 577 648 564 658 542 659 c 2 + 490 662 l 1 + 490 692 l 1 + 506 691 523 691 528 691 c 0 + 557 690 580 689 598 689 c 2 + 706 692 l 1 + 706 662 l 1 + 676 659 l 2 + 656 656 645 641 622 587 c 1 + 448 166 l 2 + 415 86 403 53 384 -9 c 1 + 334 -9 l 1 + 319 45 307 80 276 156 c 2 + 88 618 l 1 + 75 648 65 657 44 659 c 2 + 8 662 l 1 + 8 692 l 1 + 118 689 118 689 141 689 c 0 + 164 689 164 689 274 692 c 1 + 274 662 l 1 +EndSplineSet +Fore +302 109 m 0 + 412 389 l 2 + 418 404 421 418 421 428 c 0 + 421 460 375 457 344 459 c 1 + 344 487 l 1 + 360 486 377 487 382 487 c 0 + 411 486 419 484 437 484 c 2 + 541 487 l 1 + 541 459 l 1 + 511 456 l 2 + 491 453 480 436 457 382 c 1 + 299 -8 l 0 + 254 -8 l 0 + 82 413 l 1 + 69 443 61 454 40 456 c 2 + 12 459 l 1 + 12 487 l 1 + 122 484 118 484 141 484 c 0 + 164 484 143 484 243 487 c 1 + 243 459 l 1 + 205 456 l 2 + 185 455 172 450 173 434 c 0 + 173 430 174 427 175 423 c 1 + 302 109 l 0 +EndSplineSet +KernsSLIF: 115 -17 0 0 249 -45 0 0 353 -40 0 0 351 -40 0 0 352 -40 0 0 111 -40 0 0 108 -33 0 0 103 -41 0 0 336 -42 0 0 337 -42 0 0 335 -42 0 0 101 -42 0 0 99 -52 0 0 327 -32 0 0 328 -32 0 0 324 -32 0 0 241 -36 0 0 322 -32 0 0 325 -32 0 0 323 -32 0 0 97 -32 0 0 +EndChar +StartChar: w +Encoding: 119 119 188 +Width: 778 +VWidth: 795 +Flags: HW +HStem: -8 21G<188 255 503 573> +Back +12 -8 m 1 + 12 488 l 1 + 762 488 l 1 + 762 -8 l 1 + 12 -8 l 1 +734 -9 m 1 + 684 -9 l 1 + 649 100 646 108 613 197 c 2 + 488 536 l 1 + 314 94 l 1 + 295 47 287 23 278 -9 c 1 + 228 -9 l 1 + 218 36 218 37 205 94 c 2 + 86 609 l 1 + 77 645 65 656 36 659 c 2 + 8 662 l 1 + 8 692 l 1 + 85 690 127 689 134 689 c 2 + 260 692 l 1 + 260 662 l 1 + 218 659 l 2 + 191 657 181 648 181 626 c 0 + 181 616 182 605 185 593 c 1 + 285 144 l 1 + 409 459 l 1 + 461 593 478 638 499 700 c 1 + 531 700 l 1 + 539 666 542 658 564 598 c 1 + 728 137 l 1 + 860 626 l 2 + 861 629 861 632 861 635 c 0 + 860 651 849 656 814 659 c 2 + 774 662 l 1 + 774 692 l 1 + 869 689 869 689 879 689 c 2 + 984 692 l 1 + 984 662 l 1 + 952 659 l 2 + 930 657 920 648 914 630 c 1 + 761 92 l 1 + 753 65 745 35 742 25 c 0 + 741 20 738 6 734 -9 c 1 +EndSplineSet +Fore +573 -8 m 0 + 503 -8 l 0 + 381 323 l 1 + 255 -8 l 0 + 188 -8 l 1 + 86 404 l 1 + 77 440 69 451 40 454 c 2 + 12 457 l 1 + 12 487 l 1 + 89 485 127 484 134 484 c 2 + 258 487 l 1 + 258 457 l 1 + 218 454 l 2 + 191 452 181 443 181 421 c 0 + 181 411 182 400 185 388 c 1 + 251 110 l 1 + 292 220 370 422 392 487 c 1 + 424 487 l 1 + 432 453 435 445 457 385 c 1 + 557 105 l 0 + 642 421 l 2 + 643 424 643 427 643 430 c 0 + 642 446 631 451 596 454 c 2 + 567 457 l 1 + 567 487 l 1 + 647 484 651 484 661 484 c 2 + 762 487 l 1 + 762 457 l 1 + 730 454 l 2 + 708 452 702 443 696 425 c 1 + 573 -8 l 0 +EndSplineSet +KernsSLIF: 115 -17 0 0 249 -45 0 0 353 -40 0 0 351 -40 0 0 352 -40 0 0 111 -40 0 0 108 -33 0 0 103 -41 0 0 336 -42 0 0 337 -42 0 0 335 -42 0 0 101 -42 0 0 99 -49 0 0 327 -32 0 0 328 -32 0 0 324 -32 0 0 241 -36 0 0 322 -32 0 0 325 -32 0 0 323 -32 0 0 97 -32 0 0 +EndChar +StartChar: x +Encoding: 120 120 189 +Width: 500 +Flags: HW +HStem: 0 21G<62 70 407 415.5> 454 30<455.333 469> +Back +16 -2 m 1 + 16 493 l 1 + 484 493 l 1 + 484 -2 l 1 + 16 -2 l 1 +EndSplineSet +Fore +266 326 m 1 + 368 484 l 1 + 469 484 l 1 + 469 454 l 1 + 428 451 l 2 + 413 449 401 437 360 383 c 1 + 292 280 l 1 + 388 100 l 1 + 423 46 435 33 454 30 c 2 + 484 27 l 1 + 484 -3 l 1 + 441 -1 418 0 413 0 c 0 + 401 0 401 0 339 -3 c 1 + 237 194 l 1 + 117 -3 l 1 + 74 0 74 0 66 0 c 0 + 58 0 58 0 14 -3 c 1 + 14 27 l 1 + 62 33 66 33 99 78 c 0 + 101 81 102 81 105 86 c 2 + 210 246 l 1 + 159 345 l 2 + 126 400 93 433 69 435 c 2 + 24 438 l 1 + 22 464 l 1 + 161 491 l 1 + 180 481 190 464 213 426 c 2 + 266 326 l 1 +EndSplineSet +KernsSLIF: 113 -28 0 0 111 -30 0 0 335 -24 0 0 101 -24 0 0 99 -27 0 0 97 -5 0 0 +EndChar +StartChar: y +Encoding: 121 121 190 +Width: 500 +Flags: HW +HStem: 0 21G<231 283> 441 51<16 126> +VStem: 214 88<120 195> +Back +14 -3 m 1 + 14 493 l 1 + 480 493 l 1 + 480 -3 l 1 + 14 -3 l 1 +9 680 m 1x90 + 124 704 l 2 + 125.033 704.216 129 705 129 705 c 2 + 147 706 188 660 220 602 c 2 + 363 341 l 1 + 466 504 l 2 + 505 566 536 620 574 694 c 1 + 654 694 l 1 + 654 679 l 1 + 573 582 540 537 466 426 c 0 + 408 338 394 304 394 249 c 2 + 394 120 l 2 + 394 41 399 33 445 30 c 2 + 493 27 l 1 + 493 -3 l 1xb0 + 434 -1 398 0 346 0 c 0x50 + 294 0 259 -1 200 -3 c 1 + 200 27 l 1 + 248 30 l 2 + 294 33 299 41 299 120 c 2 + 299 262 l 2 + 299 278 296 292 290 302 c 2 + 166 518 l 2 + 124 591 72 643 38 648 c 2 + 9 651 l 1 + 9 680 l 1x90 +EndSplineSet +Fore +16 441 m 1 + 16 470 l 1 + 49 476 121 492 121 492 c 1 + 139 492 171 445 208 379 c 2 + 283 247 l 1 + 407 484 l 1 + 481 484 l 1 + 481 469 l 1 + 400 372 305 214 305 214 c 0 + 303 202 302 200 302 187 c 2 + 302 114 l 2 + 302 35 310 33 356 30 c 2 + 396 27 l 1 + 396 -3 l 1 + 337 -1 309 0 257 0 c 0 + 205 0 178 -1 119 -3 c 1 + 119 27 l 1 + 159 30 l 2 + 205 33 214 41 214 120 c 2 + 214 187 l 2 + 214 194 212 219 212 219 c 1 + 129 348 l 2 + 82 421 66 441 16 441 c 1 +EndSplineSet +KernsSLIF: 115 -10 0 0 249 -38 0 0 353 -33 0 0 351 -33 0 0 352 -33 0 0 111 -33 0 0 108 -26 0 0 103 -34 0 0 336 -35 0 0 337 -35 0 0 335 -35 0 0 101 -35 0 0 99 -45 0 0 327 -25 0 0 328 -25 0 0 324 -25 0 0 241 -29 0 0 322 -25 0 0 325 -25 0 0 323 -25 0 0 97 -25 0 0 +EndChar +StartChar: z +Encoding: 122 122 191 +Width: 500 +Flags: HW +HStem: -3 47<151 393.579> -3 144<437 464.891> 354 133<48 78> 443 41<266 340> +Back +20 -3 m 1 + 20 487 l 1 + 477 487 l 1 + 477 -3 l 1 + 20 -3 l 1 +637 663 m 1x10 + 151 44 l 1 + 424 44 l 2x40 + 577 44 591 50 598 116 c 2 + 604 173 l 1 + 638 173 l 1 + 633 118 632 83 632 -3 c 1x80 + 355 0 l 1 + 327 0 l 1x40 + 15 -3 l 1 + 15 25 l 1 + 79 101 98 123 112 142 c 2 + 414 530 l 2 + 428 548 442 565 455 583 c 0 + 475 608 485 623 500 648 c 1 + 272 648 l 2xa0 + 150 648 123 640 120 601 c 1 + 114 530 l 1 + 80 530 l 1 + 82 567 83 585 83 611 c 0 + 83 637 82 655 80 692 c 1x10 + 245 691 l 1 + 427 689 l 1 + 477 689 l 1x20 + 633 692 l 1 + 637 663 l 1x10 +EndSplineSet +Fore +477 458 m 1x20 + 151 44 l 1 + 257 44 l 2xa0 + 410 44 424 27 431 93 c 2 + 437 141 l 1 + 471 141 l 1 + 466 86 465 83 465 -3 c 1 + 363 -2 263 -0 160 0 c 1 + 15 -3 l 1 + 15 25 l 1 + 79 101 98 123 112 142 c 2 + 254 325 l 2 + 284 363 315 402 340 443 c 1 + 212 443 l 2x50 + 90 443 87 440 84 401 c 1 + 78 354 l 1 + 48 354 l 1 + 50 391 51 385 51 411 c 0 + 51 437 50 450 48 487 c 1x20 + 122 487 195 486 267 484 c 2 + 317 484 l 1x10 + 473 487 l 1 + 477 458 l 1x20 +EndSplineSet +EndChar +StartChar: .notdef +Encoding: 127 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 128 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 129 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 130 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 131 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 132 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 133 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 134 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 135 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 136 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 137 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 138 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 139 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 140 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 141 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 142 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 143 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 144 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 145 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 146 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 147 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 148 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 149 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 150 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 151 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 152 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 153 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 154 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 155 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 156 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 157 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 158 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 159 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 160 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: fraction +Encoding: 164 8260 276 +Width: 1000 +Flags: H +EndChar +StartChar: florin +Encoding: 166 402 216 +Width: 1000 +Flags: H +EndChar +StartChar: currency +Encoding: 168 164 265 +Width: 1000 +Flags: H +EndChar +StartChar: quotesingle +Encoding: 169 39 253 +Width: 1000 +Flags: H +EndChar +StartChar: quotedblleft +Encoding: 170 8220 230 +Width: 1000 +Flags: H +KernsSLIF: 262 -131 0 0 256 -131 0 0 257 -131 0 0 225 -135 0 0 +EndChar +StartChar: guilsinglleft +Encoding: 172 8249 239 +Width: 1000 +Flags: H +EndChar +StartChar: guilsinglright +Encoding: 173 8250 238 +Width: 1000 +Flags: H +KernsSLIF: 262 -94 0 0 256 -94 0 0 257 -94 0 0 225 -87 0 0 +EndChar +StartChar: fi +Encoding: 174 64257 197 +Width: 777 +Flags: H +Ref: 105 105 N 1 0 0 1 444 0 +Ref: 102 102 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' f i +EndChar +StartChar: fl +Encoding: 175 64258 198 +Width: 944 +Flags: H +Ref: 108 108 N 1 0 0 1 444 0 +Ref: 102 102 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' f l +EndChar +StartChar: .notdef +Encoding: 176 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: endash +Encoding: 177 8211 242 +Width: 1000 +Flags: H +EndChar +StartChar: dagger +Encoding: 178 8224 250 +Width: 1000 +Flags: H +EndChar +StartChar: daggerdbl +Encoding: 179 8225 251 +Width: 1000 +Flags: H +EndChar +StartChar: periodcentered +Encoding: 180 183 224 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 181 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: bullet +Encoding: 183 8226 297 +Width: 1000 +Flags: H +EndChar +StartChar: quotesinglbase +Encoding: 184 8218 266 +Width: 1000 +Flags: H +EndChar +StartChar: quotedblbase +Encoding: 185 8222 231 +Width: 1000 +Flags: H +KernsSLIF: 225 -4 0 0 +EndChar +StartChar: quotedblright +Encoding: 186 8221 229 +Width: 1000 +Flags: H +KernsSLIF: 262 -130 0 0 256 -130 0 0 257 -130 0 0 225 -134 0 0 +EndChar +StartChar: ellipsis +Encoding: 188 8230 225 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 2 0 0 +Ligature: 0 0 'liga' period period period +EndChar +StartChar: perthousand +Encoding: 189 8240 278 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 190 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 192 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: grave +Encoding: 193 96 284 +Width: 333 +Flags: HW +HStem: 682 20G<53.5 69> +Fore +215 531 m 1 + 71 621 l 2 + 38 642 31 650 31 668 c 0 + 31 687 45 702 62 702 c 0 + 76 702 96 690 117 669 c 2 + 255 531 l 1 + 215 531 l 1 +EndSplineSet +EndChar +StartChar: acute +Encoding: 194 180 283 +Width: 333 +Flags: HW +HStem: 682 20G<263.5 279.5> +Fore +78 531 m 1 + 216 669 l 2 + 238 691 256 702 271 702 c 0 + 288 702 302 687 302 668 c 0 + 302 650 295 642 262 621 c 2 + 118 531 l 1 + 78 531 l 1 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space acutecomb +EndChar +StartChar: circumflex +Encoding: 195 710 285 +Width: 333 +Flags: HW +HStem: 678 20G<136 198> +Fore +136 698 m 1 + 198 698 l 1 + 323 531 l 1 + 288 531 l 1 + 167 634 l 1 + 46 531 l 1 + 11 531 l 1 + 136 698 l 1 +EndSplineSet +EndChar +StartChar: tilde +Encoding: 196 732 288 +Width: 333 +Flags: HW +Fore +303 665 m 1 + 332 665 l 1 + 328 607 280 560 223 560 c 0 + 201 560 185 565 155 579 c 0 + 118 598 98 605 84 605 c 0 + 60 605 44 591 31 560 c 1 + 2 560 l 1 + 16 625 53 660 108 660 c 0 + 132 660 144 656 197 630 c 0 + 221 619 232 615 244 615 c 0 + 272 615 288 628 303 665 c 1 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space tildecomb +EndChar +StartChar: macron +Encoding: 197 175 292 +Width: 333 +Flags: HW +HStem: 563 53<11 323> +Fore +323 563 m 1 + 11 563 l 1 + 11 616 l 1 + 323 616 l 1 + 323 563 l 1 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space uni0304 +EndChar +StartChar: breve +Encoding: 198 728 287 +Width: 333 +Flags: HW +HStem: 531 60<140 192.5> +Fore +26 689 m 1 + 56 689 l 1 + 59 632 105 591 167 591 c 0 + 229 591 275 632 278 689 c 1 + 308 689 l 1 + 306 645 300 623 284 596 c 0 + 260 554 218 531 167 531 c 0 + 113 531 70 556 46 602 c 0 + 33 628 28 648 26 689 c 1 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space uni0306 +EndChar +StartChar: dotaccent +Encoding: 199 729 281 +Width: 250 +Flags: HW +Fore +126 662 m 0 + 155 662 175 641 175 612 c 0 + 175 582 155 562 125 562 c 0 + 95 562 75 582 75 612 c 0 + 75 642 95 662 126 662 c 0 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space uni0307 +EndChar +StartChar: dieresis +Encoding: 200 168 280 +Width: 333 +Flags: HW +VStem: 17 100<597 626.5> 216 100<597 626.5> +Fore +68 662 m 0 + 97 662 117 641 117 612 c 0 + 117 582 97 562 67 562 c 0 + 37 562 17 582 17 612 c 0 + 17 642 37 662 68 662 c 0 +267 662 m 0 + 296 662 316 641 316 612 c 0 + 316 582 296 562 266 562 c 0 + 236 562 216 582 216 612 c 0 + 216 642 236 662 267 662 c 0 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space uni0308 +EndChar +StartChar: .notdef +Encoding: 201 -1 315 +Width: 250 +Flags: HW +EndChar +StartChar: ring +Encoding: 202 730 282 +Width: 333 +Flags: HW +HStem: 521 36<148 185.5> 685 36<149 186> +VStem: 67 38<602 641> 229 38<602 640> +Fore +169 721 m 0 + 222 721 267 676 267 621 c 0 + 267 565 222 521 167 521 c 0 + 111 521 67 565 67 622 c 0 + 67 677 112 721 169 721 c 0 +168 685 m 0 + 130 685 105 660 105 622 c 0 + 105 582 129 557 167 557 c 0 + 204 557 229 583 229 621 c 0 + 229 659 204 685 168 685 c 0 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space uni030A +EndChar +StartChar: cedilla +Encoding: 203 184 290 +Width: 333 +Flags: HW +HStem: -225 36<166.5 192.5> -107 36 +VStem: 229 75<-160 -134.5> +Fore +141 -108 m 1 + 183 -10 l 1 + 217 -10 l 1 + 192 -75 l 1 + 202 -72 209 -71 219 -71 c 0 + 271 -71 304 -98 304 -141 c 0 + 304 -193 256 -225 180 -225 c 0 + 153 -225 139 -222 96 -209 c 1 + 110 -178 l 1 + 143 -187 157 -189 175 -189 c 0 + 210 -189 229 -174 229 -146 c 0 + 229 -123 213 -107 189 -107 c 0 + 176 -107 167 -109 148 -114 c 1 + 141 -108 l 1 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space uni0327 +EndChar +StartChar: .notdef +Encoding: 204 -1 315 +Width: 250 +Flags: HW +EndChar +StartChar: hungarumlaut +Encoding: 205 733 289 +Width: 380 +Flags: HW +HStem: 692 20G<178 194.5 338 354.5> +Fore +3 531 m 1 + 131 679 l 2 + 148 699 170 712 186 712 c 0 + 203 712 217 697 217 679 c 0 + 217 663 207 650 178 629 c 2 + 43 531 l 1 + 3 531 l 1 +163 531 m 1 + 291 679 l 2 + 308 699 330 712 346 712 c 0 + 363 712 377 697 377 679 c 0 + 377 663 367 650 338 629 c 2 + 203 531 l 1 + 163 531 l 1 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space uni030B +EndChar +StartChar: ogonek +Encoding: 206 731 291 +Width: 313 +Flags: HW +HStem: -145 41<144.5 150.5> +VStem: 68 47<-74.5 -65.5> +Fore +229 -68 m 1 + 245 -89 l 1 + 199 -129 168 -145 133 -145 c 0 + 97 -145 68 -117 68 -81 c 0 + 68 -50 86 -22 118 0 c 1 + 155 0 l 1 + 127 -23 115 -43 115 -64 c 0 + 115 -85 134 -104 155 -104 c 0 + 178 -104 202 -92 229 -68 c 1 +EndSplineSet +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' space uni0328 +EndChar +StartChar: caron +Encoding: 207 711 286 +Width: 333 +Flags: HW +HStem: 678 20G<11 46 289 323> +Fore +167 595 m 1 + 289 698 l 1 + 323 698 l 1 + 198 531 l 1 + 136 531 l 1 + 11 698 l 1 + 46 698 l 1 + 167 595 l 1 +EndSplineSet +EndChar +StartChar: emdash +Encoding: 208 8212 243 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 209 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 210 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 211 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 212 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 213 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 214 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 215 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 216 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 217 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 218 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 219 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 220 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 221 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 222 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 223 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 224 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: AE +Encoding: 225 198 159 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 226 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ordfeminine +Encoding: 227 170 270 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 228 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 229 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 230 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 231 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: Lslash +Encoding: 232 321 164 +Width: 1000 +Flags: H +EndChar +StartChar: Oslash +Encoding: 233 216 161 +Width: 1000 +Flags: H +EndChar +StartChar: OE +Encoding: 234 338 160 +Width: 1000 +Flags: H +EndChar +StartChar: ordmasculine +Encoding: 235 186 271 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 236 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 237 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 238 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 239 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 240 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: ae +Encoding: 241 230 192 +Width: 778 +Flags: HMW +HStem: 0 39<518 587.361> 0 145<704 724> 174 38<219 314> 226 42<504 570> 445 39<467 560> +VStem: 386 90<92 223 212 437> 679 35<363 414> +Back +8 0 m 1 + 8 488 l 1 + 736 488 l 1 + 736 0 l 1 + 8 0 l 1 +-10 27 m 1x64 + 24 32 l 2 + 38 34 56 53 76 87 c 1 + 365 599 l 2 + 377 620 384 638 384 646 c 0 + 384 653 371 656 330 659 c 2 + 286 662 l 1 + 286 692 l 1 + 543 689 l 2 + 560 689 577 689 729 692 c 2 + 769 692 l 2 + 814 692 842 691 892 689 c 1 + 881 645 876 597 876 537 c 1 + 841 537 l 1 + 841 602 l 2 + 841 625 838 630 814 636 c 0 + 782 645 726 650 669 650 c 0 + 600 650 583 649 552 642 c 1 + 552 375 l 1 + 586 373 620 372 662 372 c 0 + 728 372 756 375 774 383 c 1 + 778 391 781 400 782 409 c 1 + 787 461 l 1 + 817 461 l 1 + 814 361 814 361 814 345 c 0 + 814 327 814 327 817 234 c 1 + 787 234 l 1 + 782 293 l 1 + 774 318 l 1 + 756 327 729 330 655 330 c 0 + 610 330 580 329 552 327 c 1 + 552 47 l 1 + 581 41 599 39 651 39 c 0xbc + 741 39 814 44 835 51 c 0 + 849 56 862 87 868 130 c 0 + 869 134 871 148 873 164 c 1 + 908 164 l 1 + 898 112 892 58 892 0 c 1x44 + 755 -3 755 -3 724 -3 c 0x84 + 710 -3 669 -2 612 -1 c 2 + 477 0 l 1 + 408 -3 l 1 + 408 20 l 1 + 436 36 l 2 + 455 47 462 68 462 120 c 2 + 462 242 l 1 + 383 244 356 245 339 245 c 0 + 323 245 323 245 218 242 c 1 + 154 128 l 2 + 131 86 126 75 126 59 c 0 + 126 43 144 33 179 30 c 2 + 215 27 l 1 + 215 -3 l 1 + 138 0 137 0 117 0 c 0 + 104 0 104 0 -10 -3 c 1 + -10 27 l 1x64 +450 655 m 1 + 242 283 l 1 + 462 283 l 1 + 462 655 l 1 + 450 655 l 1 +EndSplineSet +Fore +9 27 m 1 + 43 32 l 2 + 57 34 75 53 95 87 c 1 + 268 394 l 2 + 280 415 287 433 287 441 c 0 + 287 455 217 455 189 457 c 1 + 189 487 l 1 + 467 484 l 2 + 484 484 508 487 560 487 c 2 + 600 487 l 2 + 645 487 673 486 723 484 c 1 + 712 440 714 423 714 363 c 1 + 679 363 l 1 + 679 410 l 2 + 679 433 669 433 645 439 c 0 + 613 448 593 445 536 445 c 0 + 487 445 507 444 476 437 c 1 + 476 271 l 1 + 510 269 487 268 529 268 c 0 + 595 268 587 271 605 279 c 1 + 614 297 616 318 618 340 c 1 + 648 340 l 1 + 646 280 645 257 645 241 c 0 + 645 223 646 220 648 157 c 1 + 618 157 l 1 + 615 178 611 197 605 214 c 1 + 587 223 596 226 522 226 c 0 + 477 226 504 225 476 223 c 1 + 476 47 l 1 + 505 41 486 39 518 39 c 0 + 608 39 645 44 666 51 c 0 + 691 60 698 96 704 145 c 1 + 739 145 l 1 + 729 93 723 58 723 0 c 1 + 586 -3 586 -3 555 -3 c 0 + 552 -3 445 -1 401 0 c 1 + 332 -3 l 1 + 332 20 l 1 + 368 41 386 41 386 120 c 2 + 386 171 l 1 + 307 173 293 174 276 174 c 0 + 260 174 266 173 196 171 c 1 + 173 128 l 2 + 150 86 145 75 145 59 c 0 + 145 31 196 30 234 27 c 1 + 234 -3 l 1 + 157 0 156 0 136 0 c 0 + 123 0 123 0 9 -3 c 1 + 9 27 l 1 +360 450 m 1 + 219 212 l 1 + 386 212 l 1 + 386 450 l 1 + 360 450 l 1 +EndSplineSet +KernsSLIF: 121 -13 0 0 119 -10 0 0 118 -10 0 0 +EndChar +StartChar: .notdef +Encoding: 242 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 243 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 244 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: dotlessi +Encoding: 245 305 196 +Width: 333 +Flags: HW +HStem: 0 21G<135 187> +VStem: 121 88<120 398> +Ref: 105 105 S 1 0 0 1 0 0 +EndChar +StartChar: .notdef +Encoding: 246 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 247 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: lslash +Encoding: 248 322 200 +Width: 500 +Flags: HW +HStem: 0 39<250 333.09> 0 131<435 446> +VStem: 114 93<79.57 195 235 249 236 414> +Fore +51 160 m 1 + 51 199 l 1 + 292 340 l 1 + 292 298 l 1 + 51 160 l 1 +EndSplineSet +Ref: 108 108 S 1 0 0 1 0 0 +EndChar +StartChar: oslash +Encoding: 249 248 194 +Width: 611 +Flags: HW +HStem: -14 35<289 317> 465 33<287 319> +VStem: 40 94<234 265> 473 97<234 267> +Fore +536 495 m 1 + 561 468 l 1 + 50 -16 l 1 + 26 10 l 1 + 536 495 l 1 +EndSplineSet +Ref: 111 111 S 1 0 0 1 0 0 +EndChar +StartChar: oe +Encoding: 250 339 193 +Width: 833 +Flags: HMW +HStem: -14 35<289 345> -3 42<595 654.217> 0 138<763 783> 231 39<599 642.616> 452 32<516 633> 453 45<300 419> 465 33<287 311> +VStem: 40 94<237 265> 439 93<65 228 120 448> 743 34<360 403> +Back +42 -14 m 1 + 42 498 l 1 + 794 498 l 1 + 794 -14 l 1 + 42 -14 l 1 +927 164 m 1x3b + 962 164 l 1 + 952 112 946 58 946 0 c 1 + 853 -2 814 -3 786 -3 c 2 + 735 -3 l 2x43 + 709 -2 692 -2 679 -2 c 0x23 + 623 -2 559 -6 509 -11 c 0 + 454 -18 424 -20 386 -20 c 0 + 170 -20 22 126 22 340 c 0 + 22 560 175 709 399 709 c 0x87 + 424 709 512 700 543 694 c 0 + 563 690 571 689 588 689 c 0 + 594 689 594 689 825 692 c 0 + 868 692 901 691 946 689 c 1 + 935 645 930 597 930 537 c 1 + 895 537 l 1 + 895 602 l 2 + 895 625 892 630 868 636 c 0 + 837 644 779 650 727 650 c 0 + 662 650 645 649 614 642 c 1 + 614 375 l 1 + 653 373 675 372 717 372 c 0 + 781 372 811 375 828 383 c 1 + 832 391 835 400 836 409 c 1 + 841 461 l 1 + 871 461 l 1 + 868 361 868 361 868 345 c 0 + 868 327 868 327 871 234 c 1 + 841 234 l 1 + 836 293 l 1 + 828 318 l 1 + 810 327 783 330 711 330 c 0 + 668 330 640 329 614 327 c 1 + 614 47 l 1 + 643 41 662 39 711 39 c 0 + 795 39 869 44 888 51 c 0 + 903 56 916 86 922 130 c 0 + 923 135 925 149 927 164 c 1x3b +519 139 m 2x87 + 519 538 l 2 + 519 576 518 594 514 621 c 1 + 480 651 438 665 381 665 c 0 + 218 665 122 555 122 370 c 0 + 122 167 231 24 385 24 c 0 + 431 24 489 38 514 56 c 1 + 518 83 519 101 519 139 c 2x87 +EndSplineSet +Fore +311 498 m 0 + 420 498 441 484 516 484 c 0 + 534 484 645 487 662 487 c 0 + 706 487 737 486 786 484 c 1 + 780 440 777 420 777 360 c 1 + 746 360 l 1 + 743 397 l 2 + 743 420 729 442 729 442 c 1 + 729 442 670 452 613 452 c 0 + 554 452 532 448 532 448 c 1 + 532 273 l 1 + 566 273 564 270 606 270 c 0 + 672 270 653 275 671 283 c 1 + 679 299 682 317 684 337 c 1 + 714 337 l 1 + 714 287 711 261 711 245 c 0 + 711 227 714 222 714 159 c 1 + 684 159 l 1 + 681 180 678 201 671 218 c 1 + 653 227 673 231 599 231 c 0 + 554 231 560 230 532 228 c 1 + 532 47 l 1 + 561 41 563 39 595 39 c 0 + 685 39 708 44 729 51 c 0 + 743 56 752 61 758 104 c 0 + 759 108 761 122 763 138 c 1 + 794 138 l 1 + 784 86 782 58 782 0 c 1 + 722 -1 700 -3 669 -3 c 0 + 667 -3 473 0 473 0 c 0 + 462 0 442 -3 423 -7 c 0 + 391 -13 366 -14 289 -14 c 0 + 148 -14 40 92 40 239 c 0 + 40 393 152 498 311 498 c 0 +422 35 m 0 + 441 47 439 54 439 120 c 2 + 439 364 l 2 + 439 433 447 448 419 453 c 0 + 415 453 419 465 300 465 c 0 + 185 465 134 394 134 265 c 0 + 134 115 199 21 317 21 c 0 + 406 21 418 32 422 35 c 0 +EndSplineSet +EndChar +StartChar: germandbls +Encoding: 251 223 195 +Width: 1000 +Flags: H +EndChar +StartChar: .notdef +Encoding: 252 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 253 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 254 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: .notdef +Encoding: 255 -1 315 +Width: 250 +Flags: H +EndChar +StartChar: Adieresis +Encoding: 256 196 0 +Width: 1000 +Flags: H +KernsSLIF: 121 -88 0 0 119 -78 0 0 118 -87 0 0 117 -45 0 0 116 -38 0 0 39 -120 0 0 186 -123 0 0 113 -34 0 0 111 -36 0 0 172 -92 0 0 103 -26 0 0 100 -34 0 0 99 -33 0 0 98 -13 0 0 97 -11 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' A uni0308 +EndChar +StartChar: Aacute +Encoding: 257 193 1 +Width: 1000 +Flags: H +KernsSLIF: 121 -88 0 0 119 -78 0 0 118 -87 0 0 117 -45 0 0 116 -38 0 0 39 -120 0 0 113 -34 0 0 111 -36 0 0 172 -92 0 0 103 -26 0 0 101 -30 0 0 100 -34 0 0 99 -33 0 0 98 -13 0 0 97 -11 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' A acutecomb +EndChar +StartChar: Agrave +Encoding: 258 192 2 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' A gravecomb +EndChar +StartChar: Acircumflex +Encoding: 259 194 3 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' A uni0302 +EndChar +StartChar: Abreve +Encoding: 260 258 4 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' A uni0306 +EndChar +StartChar: Atilde +Encoding: 261 195 5 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' A tildecomb +EndChar +StartChar: Aring +Encoding: 262 197 6 +Width: 1000 +Flags: H +KernsSLIF: 121 -88 0 0 119 -78 0 0 118 -87 0 0 117 -45 0 0 116 -38 0 0 39 -120 0 0 186 -123 0 0 113 -34 0 0 111 -36 0 0 172 -92 0 0 103 -26 0 0 101 -30 0 0 100 -34 0 0 99 -33 0 0 98 -13 0 0 97 -11 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' A uni030A +EndChar +StartChar: Aogonek +Encoding: 263 260 7 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' A uni0328 +EndChar +StartChar: Ccedilla +Encoding: 264 199 8 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' C uni0327 +EndChar +StartChar: Cacute +Encoding: 265 262 9 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' C acutecomb +EndChar +StartChar: Ccaron +Encoding: 266 268 10 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' C uni030C +EndChar +StartChar: Dcaron +Encoding: 267 270 11 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' D uni030C +EndChar +StartChar: Edieresis +Encoding: 268 203 12 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' E uni0308 +EndChar +StartChar: Eacute +Encoding: 269 201 13 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' E acutecomb +EndChar +StartChar: Egrave +Encoding: 270 200 14 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' E gravecomb +EndChar +StartChar: Ecircumflex +Encoding: 271 202 15 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' E uni0302 +EndChar +StartChar: Ecaron +Encoding: 272 282 16 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' E uni030C +EndChar +StartChar: Edotaccent +Encoding: 273 278 17 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' E uni0307 +EndChar +StartChar: Eogonek +Encoding: 274 280 18 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' E uni0328 +EndChar +StartChar: Gbreve +Encoding: 275 286 19 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' G uni0306 +EndChar +StartChar: Idieresis +Encoding: 276 207 20 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0308 +EndChar +StartChar: Iacute +Encoding: 277 205 21 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I acutecomb +EndChar +StartChar: Igrave +Encoding: 278 204 22 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I gravecomb +EndChar +StartChar: Icircumflex +Encoding: 279 206 23 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0302 +EndChar +StartChar: Idotaccent +Encoding: 280 304 24 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0307 +EndChar +StartChar: Lacute +Encoding: 281 313 25 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' L acutecomb +EndChar +StartChar: Lcaron +Encoding: 282 317 26 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' L uni030C +EndChar +StartChar: Nacute +Encoding: 283 323 27 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N acutecomb +EndChar +StartChar: Ncaron +Encoding: 284 327 28 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N uni030C +EndChar +StartChar: Ntilde +Encoding: 285 209 29 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N tildecomb +EndChar +StartChar: Odieresis +Encoding: 286 214 30 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni0308 +EndChar +StartChar: Oacute +Encoding: 287 211 31 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O acutecomb +EndChar +StartChar: Ograve +Encoding: 288 210 32 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O gravecomb +EndChar +StartChar: Ocircumflex +Encoding: 289 212 33 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni0302 +EndChar +StartChar: Otilde +Encoding: 290 213 34 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O tildecomb +EndChar +StartChar: Ohungarumlaut +Encoding: 291 336 35 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni030B +EndChar +StartChar: Racute +Encoding: 292 340 36 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' R acutecomb +EndChar +StartChar: Rcaron +Encoding: 293 344 37 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' R uni030C +EndChar +StartChar: Sacute +Encoding: 294 346 38 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' S acutecomb +EndChar +StartChar: Scaron +Encoding: 295 352 39 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' S uni030C +EndChar +StartChar: Scedilla +Encoding: 296 350 40 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' S uni0327 +EndChar +StartChar: Tcaron +Encoding: 297 356 41 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' T uni030C +EndChar +StartChar: Udieresis +Encoding: 298 220 42 +Width: 1000 +Flags: H +KernsSLIF: 114 -41 0 0 112 -35 0 0 110 -33 0 0 109 -39 0 0 98 24 0 0 +Ligature: 0 0 'liga' U uni0308 +EndChar +StartChar: Uacute +Encoding: 299 218 43 +Width: 1000 +Flags: H +KernsSLIF: 114 -41 0 0 112 -35 0 0 110 -33 0 0 109 -39 0 0 +Ligature: 0 0 'liga' U acutecomb +EndChar +StartChar: Ugrave +Encoding: 300 217 44 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U gravecomb +EndChar +StartChar: Ucircumflex +Encoding: 301 219 45 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0302 +EndChar +StartChar: Uring +Encoding: 302 366 46 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni030A +EndChar +StartChar: Uhungarumlaut +Encoding: 303 368 47 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni030B +EndChar +StartChar: Yacute +Encoding: 304 221 48 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Y acutecomb +EndChar +StartChar: Zacute +Encoding: 305 377 49 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z acutecomb +EndChar +StartChar: Zcaron +Encoding: 306 381 50 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z uni030C +EndChar +StartChar: Zdotaccent +Encoding: 307 379 51 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Z uni0307 +EndChar +StartChar: Amacron +Encoding: 308 256 52 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' A uni0304 +EndChar +StartChar: Tcommaaccent +Encoding: 309 354 53 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' T uni0327 +EndChar +StartChar: Ydieresis +Encoding: 310 376 54 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' Y uni0308 +EndChar +StartChar: Emacron +Encoding: 311 274 55 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' E uni0304 +EndChar +StartChar: Imacron +Encoding: 312 298 56 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0304 +EndChar +StartChar: Iogonek +Encoding: 313 302 57 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' I uni0328 +EndChar +StartChar: Kcommaaccent +Encoding: 314 310 58 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' K uni0327 +EndChar +StartChar: Ncommaaccent +Encoding: 316 325 60 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' N uni0327 +EndChar +StartChar: Omacron +Encoding: 317 332 61 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' O uni0304 +EndChar +StartChar: Rcommaaccent +Encoding: 318 342 62 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' R uni0327 +EndChar +StartChar: Gcommaaccent +Encoding: 319 290 63 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' G uni0327 +EndChar +StartChar: Umacron +Encoding: 320 362 64 +Width: 1000 +Flags: H +Ligature: 0 0 'liga' U uni0304 +EndChar +StartChar: Uogonek +Encoding: 321 370 65 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' U uni0328 +EndChar +StartChar: adieresis +Encoding: 322 228 66 +Width: 611 +Flags: HW +Ref: 200 168 N 1 0 0 1 144 -4 +Ref: 97 97 N 1 0 0 1 0 0 +KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a uni0308 +EndChar +StartChar: aacute +Encoding: 323 225 67 +Width: 611 +Flags: HW +Ref: 194 180 S 1 0 0 1 132 27 +Ref: 97 97 N 1 0 0 1 0 0 +KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a acutecomb +EndChar +StartChar: agrave +Encoding: 324 224 68 +Width: 611 +Flags: HW +Ref: 193 96 N 1 0 0 1 155 27 +Ref: 97 97 N 1 0 0 1 0 0 +KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a gravecomb +EndChar +StartChar: acircumflex +Encoding: 325 226 69 +Width: 611 +Flags: HW +Ref: 195 710 N 1 0 0 1 143 27 +Ref: 97 97 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a uni0302 +EndChar +StartChar: abreve +Encoding: 326 259 70 +Width: 611 +Flags: HW +Ref: 198 728 N 1 0 0 1 143 27 +Ref: 97 97 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a uni0306 +EndChar +StartChar: atilde +Encoding: 327 227 71 +Width: 611 +Flags: HW +Ref: 196 732 N 1 0 0 1 143 -2 +Ref: 97 97 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a tildecomb +EndChar +StartChar: aring +Encoding: 328 229 72 +Width: 611 +Flags: HW +Ref: 202 730 N 1 0 0 1 143 37 +Ref: 97 97 N 1 0 0 1 0 0 +KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a uni030A +EndChar +StartChar: aogonek +Encoding: 329 261 73 +Width: 611 +Flags: H +Ref: 206 731 S 1 0 0 1 367 -0 +Ref: 97 97 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a uni0328 +EndChar +StartChar: cacute +Encoding: 330 263 74 +Width: 556 +Flags: H +Ref: 194 180 S 1 0 0 1 175 27 +Ref: 99 99 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' c acutecomb +EndChar +StartChar: ccaron +Encoding: 331 269 75 +Width: 556 +Flags: H +Ref: 207 711 N 1 0 0 1 186 27 +Ref: 99 99 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' c uni030C +EndChar +StartChar: ccedilla +Encoding: 332 231 76 +Width: 556 +Flags: H +Ref: 203 184 N 1 0 0 1 132 3 +Ref: 99 99 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' c uni0327 +EndChar +StartChar: dcaron +Encoding: 333 271 77 +Width: 611 +Flags: H +Ref: 207 711 N 1 0 0 1 132 27 +Ref: 100 100 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' d uni030C +EndChar +StartChar: edieresis +Encoding: 334 235 78 +Width: 500 +Flags: H +Ref: 200 168 S 1 0 0 1 78 -4 +Ref: 101 101 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' e uni0308 +EndChar +StartChar: eacute +Encoding: 335 233 79 +Width: 500 +Flags: H +Ref: 194 180 N 1 0 0 1 76 27 +Ref: 101 101 N 1 0 0 1 0 0 +KernsSLIF: 121 -15 0 0 119 -12 0 0 118 -12 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' e acutecomb +EndChar +StartChar: egrave +Encoding: 336 232 80 +Width: 500 +Flags: HW +Ref: 193 96 S 1 0 0 1 89 27 +Ref: 101 101 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' e gravecomb +EndChar +StartChar: ecircumflex +Encoding: 337 234 81 +Width: 500 +Flags: H +Ref: 195 710 S 1 0 0 1 77 27 +Ref: 101 101 N 1 0 0 1 0 0 +KernsSLIF: 121 -15 0 0 119 -12 0 0 118 -12 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' e uni0302 +EndChar +StartChar: ecaron +Encoding: 338 283 82 +Width: 500 +Flags: H +Ref: 207 711 S 1 0 0 1 77 27 +Ref: 101 101 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' e uni030C +EndChar +StartChar: edotaccent +Encoding: 339 279 83 +Width: 500 +Flags: H +Ref: 199 729 S 1 0 0 1 119 -4 +Ref: 101 101 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' e uni0307 +EndChar +StartChar: eogonek +Encoding: 340 281 84 +Width: 500 +Flags: H +Ref: 206 731 N 1 0 0 1 256 2 +Ref: 101 101 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' e uni0328 +EndChar +StartChar: gbreve +Encoding: 341 287 85 +Width: 556 +Flags: HW +Ref: 198 728 N 1 0 0 1 164 27 +Ref: 103 103 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' g uni0306 +EndChar +StartChar: idieresis +Encoding: 342 239 86 +Width: 333 +Flags: H +Ref: 200 168 N 1 0 0 1 -2 -4 +Ref: 245 305 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' i uni0308 +EndChar +StartChar: iacute +Encoding: 343 237 87 +Width: 333 +Flags: H +Ref: 194 180 S 1 0 0 1 -13 27 +Ref: 245 305 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' i acutecomb +EndChar +StartChar: igrave +Encoding: 344 236 88 +Width: 333 +Flags: H +Ref: 193 96 S 1 0 0 1 10 27 +Ref: 245 305 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' i gravecomb +EndChar +StartChar: icircumflex +Encoding: 345 238 89 +Width: 333 +Flags: H +Ref: 195 710 N 1 0 0 1 -2 27 +Ref: 245 305 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' i uni0302 +EndChar +StartChar: lacute +Encoding: 346 314 90 +Width: 500 +Flags: H +Ref: 194 180 N 1 0 0 1 61 27 +Ref: 108 108 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' l acutecomb +EndChar +StartChar: lcaron +Encoding: 347 318 91 +Width: 500 +Flags: H +Ref: 408 63171 N 1 0 0 1 255 531 +Ref: 108 108 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' l uni030C +EndChar +StartChar: nacute +Encoding: 348 324 92 +Width: 667 +Flags: H +Ref: 194 180 S 1 0 0 1 184 27 +Ref: 110 110 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' n acutecomb +EndChar +StartChar: ncaron +Encoding: 349 328 93 +Width: 667 +Flags: H +Ref: 207 711 N 1 0 0 1 165 27 +Ref: 110 110 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' n uni030C +EndChar +StartChar: ntilde +Encoding: 350 241 94 +Width: 667 +Flags: H +Ref: 196 732 N 1 0 0 1 165 -2 +Ref: 110 110 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' n tildecomb +EndChar +StartChar: odieresis +Encoding: 351 246 95 +Width: 611 +Flags: H +Ref: 200 168 N 1 0 0 1 144 -4 +Ref: 111 111 N 1 0 0 1 0 0 +KernsSLIF: 121 -30 0 0 120 -31 0 0 119 -27 0 0 118 -27 0 0 116 -13 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' o uni0308 +EndChar +StartChar: oacute +Encoding: 352 243 96 +Width: 611 +Flags: H +Ref: 194 180 S 1 0 0 1 133 27 +Ref: 111 111 N 1 0 0 1 0 0 +KernsSLIF: 121 -30 0 0 119 -27 0 0 118 -27 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' o acutecomb +EndChar +StartChar: ograve +Encoding: 353 242 97 +Width: 611 +Flags: H +Ref: 193 96 S 1 0 0 1 156 27 +Ref: 111 111 N 1 0 0 1 0 0 +KernsSLIF: 121 -30 0 0 119 -27 0 0 118 -27 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' o gravecomb +EndChar +StartChar: ocircumflex +Encoding: 354 244 98 +Width: 611 +Flags: H +Ref: 195 710 N 1 0 0 1 144 27 +Ref: 111 111 N 1 0 0 1 0 0 +KernsSLIF: 116 -13 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' o uni0302 +EndChar +StartChar: otilde +Encoding: 355 245 99 +Width: 611 +Flags: H +Ref: 196 732 N 1 0 0 1 144 -2 +Ref: 111 111 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' o tildecomb +EndChar +StartChar: ohungarumlaut +Encoding: 356 337 100 +Width: 611 +Flags: H +Ref: 205 733 S 1 0 0 1 128 27 +Ref: 111 111 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' o uni030B +EndChar +StartChar: racute +Encoding: 357 341 101 +Width: 556 +Flags: H +Ref: 194 180 S 1 0 0 1 109 27 +Ref: 114 114 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' r acutecomb +EndChar +StartChar: sacute +Encoding: 358 347 102 +Width: 444 +Flags: HW +Ref: 194 180 S 1 0 0 1 59 27 +Ref: 115 115 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' s acutecomb +EndChar +StartChar: scaron +Encoding: 359 353 103 +Width: 444 +Flags: HW +Ref: 207 711 N 1 0 0 1 70 27 +Ref: 115 115 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' s uni030C +EndChar +StartChar: scommaaccent +Encoding: 360 537 104 +Width: 444 +Flags: HW +Ref: 408 63171 S 1 0 0 1 50 0 +Ref: 115 115 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' s uni0326 +EndChar +StartChar: tcaron +Encoding: 361 357 105 +Width: 500 +Flags: H +Ref: 207 711 N 1 0 0 1 79 27 +Ref: 116 116 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' t uni030C +EndChar +StartChar: udieresis +Encoding: 362 252 106 +Width: 611 +Flags: H +Ref: 200 168 N 1 0 0 1 138 -4 +Ref: 117 117 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' u uni0308 +EndChar +StartChar: uacute +Encoding: 363 250 107 +Width: 611 +Flags: H +Ref: 194 180 S 1 0 0 1 127 27 +Ref: 117 117 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' u acutecomb +EndChar +StartChar: ugrave +Encoding: 364 249 108 +Width: 611 +Flags: H +Ref: 193 96 S 1 0 0 1 150 27 +Ref: 117 117 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' u gravecomb +EndChar +StartChar: ucircumflex +Encoding: 365 251 109 +Width: 611 +Flags: H +Ref: 195 710 N 1 0 0 1 138 27 +Ref: 117 117 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' u uni0302 +EndChar +StartChar: uring +Encoding: 366 367 110 +Width: 611 +Flags: H +Ref: 202 730 N 1 0 0 1 138 37 +Ref: 117 117 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' u uni030A +EndChar +StartChar: uhungarumlaut +Encoding: 367 369 111 +Width: 611 +Flags: H +Ref: 205 733 S 1 0 0 1 122 27 +Ref: 117 117 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' u uni030B +EndChar +StartChar: yacute +Encoding: 368 253 112 +Width: 500 +Flags: H +Ref: 194 180 S 1 0 0 1 108 27 +Ref: 121 121 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' y acutecomb +EndChar +StartChar: zacute +Encoding: 369 378 113 +Width: 500 +Flags: H +Ref: 194 180 S 1 0 0 1 112 27 +Ref: 122 122 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' z acutecomb +EndChar +StartChar: zcaron +Encoding: 370 382 114 +Width: 500 +Flags: H +Ref: 207 711 N 1 0 0 1 94 27 +Ref: 122 122 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' z uni030C +EndChar +StartChar: zdotaccent +Encoding: 371 380 115 +Width: 500 +Flags: H +Ref: 199 729 N 1 0 0 1 136 -4 +Ref: 122 122 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' z uni0307 +EndChar +StartChar: ydieresis +Encoding: 372 255 116 +Width: 500 +Flags: H +Ref: 200 168 S 1 0 0 1 90 -4 +Ref: 121 121 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' y uni0308 +EndChar +StartChar: tcommaaccent +Encoding: 373 355 117 +Width: 500 +Flags: H +Ref: 408 63171 S 1 0 0 1 80 0 +Ref: 116 116 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' t uni0327 +EndChar +StartChar: amacron +Encoding: 374 257 118 +Width: 611 +Flags: H +Ref: 197 175 N 1 0 0 1 143 -5 +Ref: 97 97 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' a uni0304 +EndChar +StartChar: emacron +Encoding: 375 275 119 +Width: 500 +Flags: H +Ref: 197 175 S 1 0 0 1 67 -5 +Ref: 101 101 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' e uni0304 +EndChar +StartChar: imacron +Encoding: 376 299 120 +Width: 333 +Flags: H +Ref: 197 175 N 1 0 0 1 -2 -5 +Ref: 245 305 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' i uni0304 +EndChar +StartChar: kcommaaccent +Encoding: 377 311 121 +Width: 556 +Flags: H +Ref: 408 63171 S 1 0 0 1 110 0 +Ref: 107 107 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' k uni0327 +EndChar +StartChar: lcommaaccent +Encoding: 378 316 122 +Width: 500 +Flags: H +Ref: 408 63171 S 1 0 0 1 80 0 +Ref: 108 108 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' l uni0327 +EndChar +StartChar: ncommaaccent +Encoding: 379 326 123 +Width: 667 +Flags: H +Ref: 408 63171 S 1 0 0 1 160 0 +Ref: 110 110 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' n uni0327 +EndChar +StartChar: omacron +Encoding: 380 333 124 +Width: 611 +Flags: H +Ref: 197 175 N 1 0 0 1 144 -5 +Ref: 111 111 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' o uni0304 +EndChar +StartChar: rcommaaccent +Encoding: 381 343 125 +Width: 556 +Flags: H +Ref: 408 63171 S 1 0 0 1 160 0 +Ref: 114 114 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' r uni0327 +EndChar +StartChar: umacron +Encoding: 382 363 126 +Width: 611 +Flags: H +Ref: 197 175 N 1 0 0 1 138 -5 +Ref: 117 117 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' u uni0304 +EndChar +StartChar: uogonek +Encoding: 383 371 127 +Width: 611 +Flags: H +Ref: 206 731 S 1 0 0 1 293 32 +Ref: 117 117 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' u uni0328 +EndChar +StartChar: rcaron +Encoding: 384 345 128 +Width: 556 +Flags: H +Ref: 207 711 N 1 0 0 1 120 27 +Ref: 114 114 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' r uni030C +EndChar +StartChar: scedilla +Encoding: 385 351 129 +Width: 444 +Flags: HW +Ref: 203 184 S 1 0 0 1 21 3 +Ref: 115 115 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' s uni0327 +EndChar +StartChar: gcommaaccent +Encoding: 386 291 130 +Width: 556 +Flags: HW +Ref: 408 63171 S 1 0 0 1 160 0 +Ref: 103 103 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' g uni0327 +EndChar +StartChar: iogonek +Encoding: 387 303 131 +Width: 333 +Flags: H +Ref: 206 731 N 1 0 0 1 88 2 +Ref: 105 105 N 1 0 0 1 0 0 +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' i uni0328 +EndChar +StartChar: Scommaaccent +Encoding: 388 536 132 +Width: 1000 +Flags: H +LCarets: 0 65535 ' ' 1 0 +Ligature: 0 0 'liga' S uni0326 +EndChar +StartChar: Eth +Encoding: 389 208 162 +Width: 1000 +Flags: H +EndChar +StartChar: Dcroat +Encoding: 390 272 163 +Width: 1000 +Flags: H +EndChar +StartChar: Thorn +Encoding: 391 222 165 +Width: 1000 +Flags: H +EndChar +StartChar: dcroat +Encoding: 392 273 199 +Width: 611 +Flags: HW +HStem: -1 21G<246 300.5> 247 36<38 113 203 306> 464 20G<228 317> +VStem: 113 90<78.8983 247 283 439> 473 90<246 272> +Fore +38 247 m 1 + 38 283 l 1 + 306 283 l 1 + 306 247 l 1 + 38 247 l 1 +EndSplineSet +Ref: 100 100 S 1 0 0 1 0 0 +EndChar +StartChar: eth +Encoding: 393 240 201 +Width: 611 +Flags: HW +HStem: -1 21G<246 300.5> 247 36<38 113 203 306> 464 20G<228 317> +VStem: 113 90<78.8983 247 283 439> 473 90<246 272> +Ref: 392 273 S 1 0 0 1 0 0 +EndChar +StartChar: thorn +Encoding: 394 254 202 +Width: 500 +Flags: HW +HStem: 0 21G<142 194> 125 23<280 310> 352 31<249 324> +VStem: 114 90<120 344 368 406.578> 380 88<255 274> +Fore +260 454 m 2 + 214 451 204 440 204 380 c 1 + 240 380 293 383 324 383 c 0 + 413 383 468 341 468 274 c 0 + 468 190 394 125 299 125 c 0 + 285 125 275 126 258 129 c 1 + 251 154 l 1 + 269 149 280 148 294 148 c 0 + 355 148 380 192 380 255 c 0 + 380 321 347 352 282 352 c 0 + 258 352 239 352 204 344 c 1 + 204 120 l 2 + 204 41 212 33 258 30 c 2 + 300 27 l 1 + 300 -3 l 1 + 241 -1 220 0 168 0 c 0 + 116 0 81 -1 22 -3 c 1 + 22 27 l 1 + 70 30 l 2 + 116 33 114 41 114 120 c 2 + 114 368 l 2 + 114 442 116 451 70 454 c 2 + 22 457 l 1 + 22 487 l 1 + 94 485 115 484 165 484 c 0 + 217 484 235 484 308 487 c 1 + 308 457 l 1 + 260 454 l 2 +EndSplineSet +EndChar +StartChar: Euro +Encoding: 395 8364 217 +Width: 1000 +Flags: H +EndChar +StartChar: onesuperior +Encoding: 396 185 219 +Width: 1000 +Flags: H +EndChar +StartChar: twosuperior +Encoding: 397 178 220 +Width: 1000 +Flags: H +EndChar +StartChar: threesuperior +Encoding: 398 179 221 +Width: 1000 +Flags: H +EndChar +StartChar: degree +Encoding: 399 176 257 +Width: 1000 +Flags: H +EndChar +StartChar: minus +Encoding: 400 8722 259 +Width: 1000 +Flags: H +EndChar +StartChar: multiply +Encoding: 401 215 260 +Width: 1000 +Flags: H +EndChar +StartChar: divide +Encoding: 402 247 261 +Width: 1000 +Flags: H +EndChar +StartChar: trademark +Encoding: 403 8482 263 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' T M +EndChar +StartChar: plusminus +Encoding: 404 177 272 +Width: 1000 +Flags: H +EndChar +StartChar: onehalf +Encoding: 405 189 273 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' one slash two +Ligature: 0 1 'frac' one fraction two +EndChar +StartChar: onequarter +Encoding: 406 188 274 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' one slash four +Ligature: 0 1 'frac' one fraction four +EndChar +StartChar: threequarters +Encoding: 407 190 275 +Width: 1000 +Flags: H +Ligature: 0 1 'frac' three slash four +Ligature: 0 1 'frac' three fraction four +EndChar +StartChar: commaaccent +Encoding: 408 63171 293 +Width: 333 +Flags: HW +Fore +107 -253 m 1 + 68 -274 l 1 + 54 -265 l 1 + 97 -196 118 -136 124 -64 c 1 + 171 -51 179 -48 212 -37 c 1 + 223 -49 l 1 + 193 -127 159 -186 107 -253 c 1 +EndSplineSet +EndChar +StartChar: copyright +Encoding: 409 169 294 +Width: 1000 +Flags: H +EndChar +StartChar: registered +Encoding: 410 174 295 +Width: 1000 +Flags: H +EndChar +StartChar: lozenge +Encoding: 411 9674 298 +Width: 1000 +Flags: H +EndChar +StartChar: Delta +Encoding: 412 8710 299 +Width: 1000 +Flags: H +EndChar +StartChar: notequal +Encoding: 413 8800 300 +Width: 1000 +Flags: H +Ligature: 0 1 'liga' equal uni0338 +EndChar +StartChar: radical +Encoding: 414 8730 301 +Width: 1000 +Flags: H +EndChar +StartChar: lessequal +Encoding: 415 8804 304 +Width: 1000 +Flags: H +EndChar +StartChar: greaterequal +Encoding: 416 8805 305 +Width: 1000 +Flags: H +EndChar +StartChar: logicalnot +Encoding: 417 172 306 +Width: 1000 +Flags: H +EndChar +StartChar: summation +Encoding: 418 8721 307 +Width: 1000 +Flags: H +EndChar +StartChar: partialdiff +Encoding: 419 8706 308 +Width: 1000 +Flags: H +EndChar +StartChar: brokenbar +Encoding: 420 166 311 +Width: 1000 +Flags: H +EndChar +StartChar: mu +Encoding: 421 181 314 +Width: 1000 +Flags: H +EndChar +EndChars +EndSplineFont diff --git a/Master/texmf-dist/source/fonts/fpl/README b/Master/texmf-dist/source/fonts/fpl/README new file mode 100644 index 00000000000..e2198da48d0 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/README @@ -0,0 +1,25 @@ +FPL Fonts -- Sources +-------------------- + +This directory contains: + +FontForge source files for the new glyphs in the FPL Fonts (*.sfd) +Metric files containing kerning information (*.afm) +FontForge scripts for generating final fonts (*.pe, AddGPL, AddException) +The OtherSubrs from the original URW fonts (URW-OtherSubrs.ps) + +In order to produce the FPL Fonts, you will also need the four shapes of +the URW Palladio L font: + +uplr8a.pfb URW Palladio L Roman +uplri8a.pfb URW Palladio L Italic +uplb8a.pfb URW Palladio L Bold +uplbi8a.pfb URW Palladio L Bold Italic + +These are typically located in $TEXMF/fonts/type1/urw/palatino/. + +Note that the FontForge scripts use ReadOtherSubrsFile(), which has been +added to the CVS on 2004-02-02. + +Ralf Stubner +2005-02-05 diff --git a/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe new file mode 100644 index 00000000000..6f7ba6ee5e8 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe @@ -0,0 +1,54 @@ +#!/usr/bin/env fontforge +# Time-stamp: <2005-02-11 13:16:41 ralf> +# Copyright 2004, 2005 Ralf Stubner +# See the file COPYING (GNU General Public License) for license +# conditions. + +Open("uplbi8a.pfb"); +# proper setup with names etc +fontname="TeXPalladioL-BoldItalicOsF"; +fontfamily="TeX Palladio L"; +fullname="TeX Palladio L Bold Italic Old Style Figures"; +copyright=$copyright+", Copyright 2004, 2005 Ralf Stubner."; +copyright=AddGPL(copyright); +copyright=AddException(copyright); +fontversion="1.002"; + +SetFontNames(fontname,fontfamily,fullname,"",copyright,fontversion); +# No UniqueID (needs recent ff to work properly) +SetUniqueID(-1); +# use OtherSubrs from URW (needs recent ff to work properly) +ReadOtherSubrsFile("URW-OtherSubrs.ps"); + +# copy OsF and SC +Select("zero","nine"); +Clear(); +MergeFonts("Palladio-BoldItalicOsF.sfd"); + +# underscore +Select("underscore"); +Scale(100,116,0,0); +Move(0,-15); + +# emdash +Select("emdash"); +Scale(75,100,0,0); +Move(125,0); +SetWidth(1000); +RoundToInt(); + +# kerning +RemoveAllKerns(); +MergeKern("pplbi9d-kern.afm"); + +# hinting +ChangePrivateEntry("StemSnapV","[114 138]"); + +Save("TeXPalladioL-BoldItalicOsF.sfd"); +# generte Type1, scale generate TTF +Generate("fplbij8a.pfb","",3); +# ScaleToEm(2048); +# Generate("fplbij8a.ttf","",0x80); + +Quit(0); + diff --git a/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldOsF.pe b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldOsF.pe new file mode 100644 index 00000000000..ea5343ecbd6 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldOsF.pe @@ -0,0 +1,51 @@ +#!/usr/bin/env fontforge +# Time-stamp: <2005-02-11 13:16:49 ralf> +# Copyright 2004, 2005 Ralf Stubner +# See the file COPYING (GNU General Public License) for license +# conditions. + +Open("uplb8a.pfb"); +# proper setup with names etc +fontname="TeXPalladioL-BoldOsF"; +fontfamily="TeX Palladio L"; +fullname="TeX Palladio L Bold Old Style Figures"; +copyright=$copyright+", Copyright 2004, 2005 Ralf Stubner."; +copyright=AddGPL(copyright); +copyright=AddException(copyright); +fontversion="1.002"; + +SetFontNames(fontname,fontfamily,fullname,"",copyright,fontversion); +# No UniqueID (needs recent ff to work properly) +SetUniqueID(-1); +# use OtherSubrs from URW (needs recent ff to work properly) +ReadOtherSubrsFile("URW-OtherSubrs.ps"); + +# copy OsF and SC +Select("zero","nine"); +Clear(); +MergeFonts("Palladio-BoldOsF.sfd"); + +# underscore +Select("underscore"); +Scale(100,116,0,0); +Move(0,-15); + +# emdash +Select("emdash"); +Scale(75,100,0,0); +Move(125,0); +SetWidth(1000); +RoundToInt(); + +# kerning +RemoveAllKerns(); +MergeKern("pplb9d-kern.afm"); + +Save("TeXPalladioL-BoldOsF.sfd"); +# generte Type1, scale generate TTF +Generate("fplbj8a.pfb","",3); +# ScaleToEm(2048); +# Generate("fplbj8a.ttf","",0x80); + +Quit(0); + diff --git a/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe new file mode 100644 index 00000000000..fa55e360053 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe @@ -0,0 +1,59 @@ +#!/usr/bin/env fontforge +# Time-stamp: <2005-02-11 13:16:55 ralf> +# Copyright 2004, 2005 Ralf Stubner +# See the file COPYING (GNU General Public License) for license +# conditions. + +Open("uplri8a.pfb"); +# proper setup with names etc +fontname="TeXPalladioL-ItalicOsF"; +fontfamily="TeX Palladio L"; +fullname="TeX Palladio L Italic Old Style Figures"; +copyright=$copyright+", Copyright 2004, 2005 Ralf Stubner."; +copyright=AddGPL(copyright); +copyright=AddException(copyright); +fontversion="1.002"; + +SetFontNames(fontname,fontfamily,fullname,"",copyright,fontversion); +# No UniqueID (needs recent ff to work properly) +SetUniqueID(-1); +# use OtherSubrs from URW (needs recent ff to work properly) +ReadOtherSubrsFile("URW-OtherSubrs.ps"); + +# copy OsF and SC +Select("zero","nine"); +Clear(); +MergeFonts("Palladio-ItalicOsF.sfd"); + +# underscore +Select("underscore"); +Scale(100,116,0,0); +Move(0,-15); + +# emdash +Select("emdash"); +Scale(75,100,0,0); +Move(125,0); +SetWidth(1000); +RoundToInt(); + +# dotaccent +Select("dotaccent"); +Move(-50,0); +SetWidth(333); + +# kerning +RemoveAllKerns(); +MergeKern("pplri9d-kern.afm"); + +# hinting +ChangePrivateEntry("StemSnapV","[72 76 78 88]"); + +Save("TeXPalladioL-ItalicOsF.sfd"); +# generte Type1, scale generate TTF +Generate("fplrij8a.pfb","",3); +# ScaleToEm(2048); +# Generate("fplrij8a.ttf","",0x80); + +Quit(0); + diff --git a/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe new file mode 100644 index 00000000000..d6581442c85 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe @@ -0,0 +1,109 @@ +#!/usr/bin/env fontforge +# Time-stamp: <2005-02-11 13:17:03 ralf> +# Copyright 2004, 2005 Ralf Stubner +# See the file COPYING (GNU General Public License) for license +# conditions. + +# prepare and copy SC and OsF +# MergeFonts() doesn't like in the references in Palladio-SC +Open("Palladio-SC.sfd"); +Select("zero","nine", "a","z", "grave","caron"); +SelectMore("ae"); +SelectMore("lslash"); +SelectMore("oslash"); +SelectMore("oe"); +SelectMore("adieresis","iogonek", "dcroat","thorn"); +SelectMore("commaaccent"); +UnlinkReference(); +Copy(); + +Open("uplr8a.pfb"); +# proper setup with names etc +fontname="TeXPalladioL-SC"; +fontfamily="TeX Palladio L"; +fullname="TeX Palladio L Small Caps & Old Style Figures"; +copyright=$copyright+", Copyright 2004, 2005 Ralf Stubner."; +copyright=AddGPL(copyright); +copyright=AddException(copyright); +fontversion="1.002"; + +SetFontNames(fontname,fontfamily,fullname,"",copyright,fontversion); +# No UniqueID (needs recent ff to work properly) +SetUniqueID(-1); +# use OtherSubrs from URW (needs recent ff to work properly) +ReadOtherSubrsFile("URW-OtherSubrs.ps"); + +# paste OsF and SC +Select("zero","nine", "a","z", "grave","caron"); +SelectMore("ae"); +SelectMore("lslash"); +SelectMore("oslash"); +SelectMore("oe"); +SelectMore("adieresis","iogonek", "dcroat","thorn"); +SelectMore("commaaccent"); +Clear(); +Paste(); + +# ligatures +Select("fi","fl"); +BuildComposite(); +UnlinkReference(); + +Select("s"); +width=CharInfo("Width"); +Copy(); +Select("germandbls"); +Clear(); +Paste(); +Move(width,0); +PasteInto(); + +# dotlessi +Select("i"); +Copy(); +Select("dotlessi"); +Paste(); + +# build q and real accents +Select("q"); +SelectMore("lslash"); +SelectMore("oslash"); +SelectMore("aogonek"); +SelectMore("ccedilla"); +SelectMore("eogonek"); +SelectMore("uogonek"); +SelectMore("scedilla"); +SelectMore("iogonek"); +SelectMore("dcroat"); +RemoveOverlap(); +Simplify(); +RoundToInt(); + +# underscore +Select("underscore"); +Scale(100,116,0,0); +Move(0,-15); + +# emdash +Select("emdash"); +Scale(75,100,0,0); +Move(125,0); +SetWidth(1000); +RoundToInt(); + + +# kerning +RemoveAllKerns(); +MergeKern("pplrc9d-kern.afm"); + +# hinting +ChangePrivateEntry("BlueValues","[-20 0 469 481 487 499 692 712]"); + +Save("TeXPalladioL-SC.sfd"); +# generte Type1, scale generate TTF +Generate("fplrc8a.pfb","",3); +# ScaleToEm(2048); +# Generate("fplrc8a.ttf","",0x80); + +Quit(0); + diff --git a/Master/texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps b/Master/texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps new file mode 100644 index 00000000000..646649b97e5 --- /dev/null +++ b/Master/texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps @@ -0,0 +1,23 @@ +% Original OtherSubrs from URW Palladio L. +% Formating changed to work with FontForge. +%%%%%%%% +{} +%%%%%%%% +{} +%%%%%%%% +{} +%%%%%%%% +{systemdict /internaldict known not +{pop 3} +{1183615869 systemdict /internaldict get exec +dup /startlock known +{/startlock get exec} +{dup /strtlck known +{/strtlck get exec} +{pop 3} +ifelse} +ifelse} +ifelse +} executeonly +%%%%%%%% + diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/AddException b/Master/texmf-dist/source/fonts/fpl/fpl/AddException deleted file mode 100644 index 3e2457e9e1e..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/AddException +++ /dev/null @@ -1,5 +0,0 @@ -# Add exception clause to string -exception=" As a special exception, permission is granted to include this font program in a Postscript or PDF"; -exception=exception+" file that consists of a document that contains text to be displayed or printed using this font, " -exception=exception+"regardless of the conditions or license applying to the document itself."; -return $1 + exception; \ No newline at end of file diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/AddGPL b/Master/texmf-dist/source/fonts/fpl/fpl/AddGPL deleted file mode 100644 index 5b1aea454b5..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/AddGPL +++ /dev/null @@ -1,2 +0,0 @@ -# Add reference to GPL to string -return $1+" See the file COPYING (GNU General Public License) for license conditions."; diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/COPYING b/Master/texmf-dist/source/fonts/fpl/fpl/COPYING deleted file mode 100644 index d60c31a97a5..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/COPYING +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, 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 software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, 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 redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -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 give any other recipients of the Program a copy of this License -along with the Program. - -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 Program or any portion -of it, thus forming a work based on the Program, 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) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -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 Program, 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 Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) 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; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, 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 executable. 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. - -If distribution of executable or 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 counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program 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. - - 5. 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 Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program 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. - - 7. 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 Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program 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 Program. - -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. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program 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. - - 9. The Free Software Foundation may publish revised and/or new versions -of the 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 Program -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 Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, 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 - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "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 PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. 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 PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. 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 program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldItalicOsF.sfd b/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldItalicOsF.sfd deleted file mode 100644 index 7b3c9e88f60..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldItalicOsF.sfd +++ /dev/null @@ -1,2142 +0,0 @@ -SplineFontDB: 1.0 -FontName: URWPalladioL-BoldItalicOsF -FullName: URW Palladio L Bold Italic Old Style Figures -FamilyName: URW Palladio L -Weight: Bold -Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development,Copyright 2004 Ralf Stubner -Version: 1.000 -ItalicAngle: -9.9 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 800 -Descent: 200 -NeedsXUIDChange: 1 -FSType: 0 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -ScriptLang: 2 - 1 latn 1 dflt - 1 DFLT 1 dflt -Encoding: Custom -UnicodeInterp: none -DisplaySize: -24 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 0 24 11 -BeginPrivate: 7 -BlueValues 23 [-20 0 452 472 681 701] -BlueScale 8 0.039625 -StdHW 4 [43] -StdVW 5 [114] -StemSnapH 206 [38 43 48 53 60 66 79 89] -systemdict /internaldict known -{1183615869 systemdict /internaldict get exec -/StemSnapLength 2 copy known { get 8 lt } { pop pop true } ifelse } -{ true } ifelse { pop [43 48] } if -StemSnapV 2 [] -ForceBold 5 false -EndPrivate -BeginChars: 422 329 -StartChar: .notdef -Encoding: 0 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 1 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 2 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 3 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 4 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 5 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 6 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 7 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 8 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 9 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 10 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 11 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 12 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 13 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 14 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 15 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 16 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 17 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 18 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 19 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 20 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 21 -1 315 -Width: 500 -VWidth: 832 -Flags: HW -Fore -421 40 m 4 - 421 -107 228 -311 -28 -239 c 13 - -3 -164 l 21 - 220 -292 293 -59 293 35 c 4 - 293 111 251 158 184 158 c 4 - 140 158 112 143 77 98 c 5 - 46 110 l 5 - 74 251 86 317 110 463 c 5 - 115 471 l 5 - 203 466 258 464 347 464 c 6 - 440 464 l 5 - 446 455 l 5 - 400 366 l 5 - 319 363 283 362 241 362 c 6 - 139 362 l 5 - 96 162 l 5 - 141 200 177 213 235 213 c 4 - 350 213 421 147 421 40 c 4 -EndSplineSet -EndChar -StartChar: .notdef -Encoding: 22 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 23 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 24 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 25 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 26 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 27 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 28 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 29 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 30 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 31 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: quoteright -Encoding: 39 8217 267 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 1 0 385 -36 1 0 373 -17 1 0 262 -83 1 0 256 -83 1 0 257 -83 1 0 225 -91 1 0 -EndChar -StartChar: zero -Encoding: 48 48 212 -Width: 500 -Flags: HW -HStem: -12 38<189.991 206> 440 37<294 300> -VStem: 26 114<92 160> 360 106<306 375> -Fore -298 477 m 0 - 392 477 466 418 466 306 c 0 - 466 225 437 144 387 80 c 0 - 337 18 283 -12 204 -12 c 0 - 88 -12 26 48 26 160 c 0 - 26 241 54 321 104 384 c 0 - 156 449 226 477 298 477 c 0 -174 302 m 0 - 150 229 140 142 140 92 c 0 - 140 51 164 26 203 26 c 0 - 240 26 276 47 296 93 c 0 - 331 172 360 307 360 375 c 0 - 360 398 326 440 297 440 c 0 - 248 440 200 390 174 302 c 0 -EndSplineSet -KernsSLIF: 55 7 1 0 49 12 1 0 52 32 1 0 -EndChar -StartChar: one -Encoding: 49 49 203 -Width: 500 -Flags: HW -HStem: 0 21G<246 268> -Fore -41 -3 m 1 - 46 30 l 1 - 100 33 l 2 - 165 38 180 40 190 92 c 1 - 246 390 l 1 - 72 316 l 1 - 63 325 l 1 - 74 381 l 1 - 409 483 l 1 - 409 447 l 1 - 388 438 377 444 368 391 c 2 - 316 100 l 1 - 313 85 312 75 312 71 c 0 - 312 43 324 35 369 33 c 2 - 446 30 l 1 - 440 -3 l 1 - 343 -1 303 0 268 0 c 2 - 246 0 l 2 - 214 0 106 -1 41 -3 c 1 -EndSplineSet -KernsSLIF: 48 -14 1 0 50 24 1 0 51 20 1 0 54 -17 1 0 55 -10 1 0 49 3 1 0 57 3 1 0 52 -25 1 0 53 17 1 0 56 -2 1 0 -EndChar -StartChar: two -Encoding: 50 50 204 -Width: 500 -Flags: HW -HStem: -3 96<149 365> 0 93<149 226 226.016 269.946> 399 79<198 243> -VStem: 305 116<325 347> -Fore -8 33 m 1xb0 - 158 169 305 255 305 325 c 0 - 305 368 263 399 198 399 c 0 - 148 399 141 402 104 358 c 2 - 90 341 l 1 - 60 347 l 1 - 116 442 l 1 - 167 468 189 478 243 478 c 0 - 354 478 421 418 421 347 c 0 - 421 302 394 265 336 224 c 2 - 149 93 l 1 - 364 98 l 2 - 392 98 413 100 446 106 c 1 - 454 100 l 1 - 441 75 436 58 421 -3 c 1xb0 - 242 0 242 0 226 0 c 0x70 - 189 0 87 -2 20 -3 c 1 - 8 33 l 1xb0 -EndSplineSet -KernsSLIF: 55 -7 1 0 52 6 1 0 -EndChar -StartChar: three -Encoding: 51 51 205 -Width: 500 -VWidth: 771 -Flags: HW -HStem: 134 38<137 174> 397 80<196 242> -VStem: 291 119<306 342> -Fore -410 342 m 0 - 410 252 335 203 255 169 c 1 - 254 165 l 1 - 358 152 408 103 408 15 c 0 - 408 -61 312 -306 -38 -240 c 1 - -18 -174 l 0 - 100 -256 222 -162 250 -113 c 0 - 270 -78 280 -37 280 5 c 0 - 280 88 242 134 174 134 c 0 - 156 134 139 131 98 119 c 1 - 92 125 l 1 - 108 176 l 1 - 116 173 121 172 137 172 c 0 - 179 172 203 177 227 191 c 0 - 267 215 291 258 291 306 c 0 - 291 363 256 397 196 397 c 0 - 140 397 113 374 81 312 c 1 - 52 323 l 1 - 97 431 l 1 - 143 464 184 477 242 477 c 0 - 346 477 410 425 410 342 c 0 -EndSplineSet -KernsSLIF: 55 -4 1 0 49 -6 1 0 52 29 1 0 -EndChar -StartChar: four -Encoding: 52 52 206 -Width: 500 -Flags: HW -HStem: -2 76<80 229> -Fore -342 -2 m 1 - 307 -220 l 17 - 272 -222 239 -234 209 -254 c 9 - 189 -240 l 1 - 229 -2 l 1 - -3 -2 l 1 - 2 36 l 1 - 97 192 177 315 298 464 c 1 - 344 468 374 476 420 495 c 1 - 433 485 l 1 - 356 74 l 1 - 463 77 l 1 - 467 75 l 1 - 449 -2 l 1 - 342 -2 l 1 -80 74 m 1 - 244 74 l 1 - 305 409 l 1 - 200 275 147 189 80 74 c 1 -EndSplineSet -KernsSLIF: 55 2 1 0 49 15 1 0 52 43 1 0 -EndChar -StartChar: five -Encoding: 53 53 207 -Width: 500 -VWidth: 832 -Flags: HW -HStem: 362 102<241 313.319> -VStem: 293 128<33 51> -Back -421 40 m 0 - 421 -107 228 -311 -28 -239 c 9 - -3 -164 l 17 - 220 -292 293 -59 293 35 c 0 - 293 111 251 158 184 158 c 0 - 140 158 112 143 77 98 c 1 - 46 110 l 1 - 74 251 86 317 110 463 c 1 - 115 471 l 1 - 203 466 258 464 347 464 c 2 - 440 464 l 1 - 446 455 l 1 - 400 366 l 1 - 319 363 283 362 241 362 c 2 - 139 362 l 1 - 96 162 l 1 - 141 200 177 213 235 213 c 0 - 350 213 421 147 421 40 c 0 -EndSplineSet -Fore -111 230 m 1 - 223 214 421 238 421 40 c 0 - 421 -107 228 -311 -28 -239 c 9 - -3 -164 l 17 - 196 -278 293 -59 293 35 c 0 - 293 168 124 152 58 170 c 1 - 86 311 86 317 110 463 c 1 - 115 471 l 1 - 203 466 258 464 347 464 c 2 - 440 464 l 1 - 446 455 l 1 - 400 366 l 1 - 319 363 283 362 241 362 c 2 - 139 362 l 1 - 111 230 l 1 -EndSplineSet -KernsSLIF: 55 2 1 0 49 -14 1 0 52 31 1 0 -EndChar -StartChar: six -Encoding: 54 54 208 -Width: 500 -Flags: HMW -HStem: -17 46<216 259.5> 348 67 631 52<375 389.5> -VStem: 39 120<134 212> 351 125<205.5 271> -Fore -373 631 m 0 - 255 631 205 473 176 334 c 1 - 232 393 274 415 328 415 c 0 - 414 415 476 350 476 260 c 0 - 476 112 354 -17 214 -17 c 0 - 101 -17 39 62 39 206 c 0 - 39 342 89 473 175 563 c 0 - 248 639 335 683 415 683 c 0 - 439 683 467 678 488 669 c 1 - 466 600 l 1 - 458 596 l 1 - 433 620 406 631 373 631 c 0 -273 348 m 0 - 202 348 159 273 159 151 c 0 - 159 71 188 29 244 29 c 0 - 275 29 296 42 315 75 c 0 - 336 110 351 177 351 234 c 0 - 351 308 324 348 273 348 c 0 -EndSplineSet -KernsSLIF: 55 5 1 0 49 -14 1 0 52 41 1 0 -EndChar -StartChar: seven -Encoding: 55 55 209 -Width: 500 -VWidth: 801 -Flags: HW -HStem: 358 111<199 403> -Fore -15 -249 m 1 - 8 -236 l 1 - 116 -68 276 183 324 249 c 2 - 403 358 l 1 - 134 358 l 2 - 109 358 87 356 45 351 c 1 - 37 357 l 1 - 45 394 51 421 58 466 c 1 - 64 475 l 1 - 175 470 215 469 248 469 c 2 - 508 469 l 1 - 508 430 l 1 - 450 349 l 1 - 346 193 195 -90 130 -249 c 1 - 91 -246 82 -246 72 -246 c 0 - 62 -246 60 -246 15 -249 c 1 -EndSplineSet -KernsSLIF: 50 20 1 0 51 13 1 0 54 -13 1 0 55 35 1 0 49 17 1 0 52 -29 1 0 53 9 1 0 56 -2 1 0 -EndChar -StartChar: eight -Encoding: 56 56 210 -Width: 500 -Flags: HW -HStem: -17 46<196 220> 637 46<305 332> -VStem: 26 82<126 145> 97 97<469 522> 348 106<155 218> 404 80<533 554> -Fore -191 328 m 1xe8 - 177 337 l 2 - 121 373 97 413 97 469 c 0 - 97 534 132 592 201 639 c 0 - 243 669 287 683 332 683 c 0 - 424 683 484 632 484 554 c 0xd4 - 484 498 455 453 391 409 c 2 - 338 373 l 1 - 352 365 l 2 - 421 325 454 279 454 218 c 0 - 454 153 426 97 369 51 c 0 - 314 7 254 -17 196 -17 c 0 - 93 -17 26 41 26 130 c 0 - 26 203 67 259 157 309 c 2 - 191 328 l 1xe8 -236 300 m 2 - 218 309 l 1 - 139 257 108 210 108 143 c 0 - 108 75 153 29 220 29 c 0 - 292 29 348 84 348 155 c 0xe8 - 348 214 311 263 236 300 c 2 -309 390 m 1 - 382 446 404 479 404 533 c 0 - 404 598 366 637 305 637 c 0 - 240 637 194 589 194 522 c 0xd4 - 194 468 220 439 309 390 c 1 -EndSplineSet -KernsSLIF: 55 12 1 0 49 10 1 0 52 32 1 0 -EndChar -StartChar: nine -Encoding: 57 57 211 -Width: 500 -VWidth: 801 -Flags: HW -HStem: 47 71<165 223> 435 49<249 277> -VStem: 20 120<218 253> 330 125<257 304> -Fore --28 -239 m 9 - -3 -164 l 17 - 220 -292 290 13 316 132 c 1 - 266 71 224 47 165 47 c 0 - 76 47 20 113 20 218 c 0 - 20 311 58 380 139 433 c 0 - 193 468 236 484 277 484 c 0 - 389 484 455 400 455 257 c 0 - 455 19 228 -311 -28 -239 c 9 -249 435 m 0 - 182 435 140 365 140 253 c 0 - 140 164 168 118 223 118 c 0 - 290 118 330 187 330 304 c 0 - 330 388 301 435 249 435 c 0 -EndSplineSet -KernsSLIF: 55 9 1 0 49 14 1 0 52 23 1 0 -EndChar -StartChar: quoteleft -Encoding: 96 8216 228 -Width: 1000 -Flags: H -KernsSLIF: 96 -55 1 0 262 -89 1 0 256 -89 1 0 257 -89 1 0 225 -98 1 0 -EndChar -StartChar: .notdef -Encoding: 127 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 128 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 129 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 130 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 131 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 132 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 133 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 134 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 135 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 136 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 137 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 138 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 139 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 140 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 141 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 142 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 143 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 144 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 145 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 146 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 147 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 148 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 149 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 150 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 151 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 152 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 153 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 154 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 155 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 156 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 157 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 158 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 159 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 160 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: fraction -Encoding: 164 8260 276 -Width: 1000 -Flags: HM -EndChar -StartChar: florin -Encoding: 166 402 216 -Width: 1000 -Flags: HM -EndChar -StartChar: currency -Encoding: 168 164 265 -Width: 1000 -Flags: HM -EndChar -StartChar: quotesingle -Encoding: 169 39 253 -Width: 1000 -Flags: H -EndChar -StartChar: quotedblleft -Encoding: 170 8220 230 -Width: 1000 -Flags: H -KernsSLIF: 262 -90 1 0 256 -90 1 0 257 -90 1 0 225 -99 1 0 -EndChar -StartChar: guilsinglleft -Encoding: 172 8249 239 -Width: 1000 -Flags: H -EndChar -StartChar: guilsinglright -Encoding: 173 8250 238 -Width: 1000 -Flags: H -KernsSLIF: 260 -45 1 0 259 -45 1 0 258 -45 1 0 263 -45 1 0 261 -45 1 0 297 -88 1 0 309 -88 1 0 304 -93 1 0 310 -93 1 0 262 -45 1 0 256 -45 1 0 257 -45 1 0 225 -53 1 0 -EndChar -StartChar: fi -Encoding: 174 64257 197 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' f i -EndChar -StartChar: fl -Encoding: 175 64258 198 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' f l -EndChar -StartChar: .notdef -Encoding: 176 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: endash -Encoding: 177 8211 242 -Width: 1000 -Flags: HM -EndChar -StartChar: dagger -Encoding: 178 8224 250 -Width: 1000 -Flags: H -EndChar -StartChar: daggerdbl -Encoding: 179 8225 251 -Width: 1000 -Flags: H -EndChar -StartChar: periodcentered -Encoding: 180 183 224 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 181 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: bullet -Encoding: 183 8226 297 -Width: 1000 -Flags: H -EndChar -StartChar: quotesinglbase -Encoding: 184 8218 266 -Width: 1000 -Flags: H -EndChar -StartChar: quotedblbase -Encoding: 185 8222 231 -Width: 1000 -Flags: H -KernsSLIF: 225 17 1 0 -EndChar -StartChar: quotedblright -Encoding: 186 8221 229 -Width: 1000 -Flags: H -KernsSLIF: 262 -85 1 0 256 -85 1 0 257 -85 1 0 225 -94 1 0 -EndChar -StartChar: ellipsis -Encoding: 188 8230 225 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' period period period -EndChar -StartChar: perthousand -Encoding: 189 8240 278 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 190 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 192 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: grave -Encoding: 193 96 284 -Width: 1000 -Flags: HM -EndChar -StartChar: acute -Encoding: 194 180 283 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space acutecomb -EndChar -StartChar: circumflex -Encoding: 195 710 285 -Width: 1000 -Flags: HM -EndChar -StartChar: tilde -Encoding: 196 732 288 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' space tildecomb -EndChar -StartChar: macron -Encoding: 197 175 292 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0304 -EndChar -StartChar: breve -Encoding: 198 728 287 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0306 -EndChar -StartChar: dotaccent -Encoding: 199 729 281 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' space uni0307 -EndChar -StartChar: dieresis -Encoding: 200 168 280 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' space uni0308 -EndChar -StartChar: .notdef -Encoding: 201 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ring -Encoding: 202 730 282 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni030A -EndChar -StartChar: cedilla -Encoding: 203 184 290 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0327 -EndChar -StartChar: .notdef -Encoding: 204 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: hungarumlaut -Encoding: 205 733 289 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni030B -EndChar -StartChar: ogonek -Encoding: 206 731 291 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0328 -EndChar -StartChar: caron -Encoding: 207 711 286 -Width: 1000 -Flags: HM -EndChar -StartChar: emdash -Encoding: 208 8212 243 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 209 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 210 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 211 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 212 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 213 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 214 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 215 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 216 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 217 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 218 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 219 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 220 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 221 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 222 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 223 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 224 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: AE -Encoding: 225 198 159 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 226 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ordfeminine -Encoding: 227 170 270 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 228 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 229 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 230 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 231 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: Lslash -Encoding: 232 321 164 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 368 -36 0 0 372 -36 0 0 297 -74 0 0 309 -74 0 0 304 -74 0 0 310 -74 0 0 -EndChar -StartChar: Oslash -Encoding: 233 216 161 -Width: 1000 -Flags: HM -EndChar -StartChar: OE -Encoding: 234 338 160 -Width: 1000 -Flags: H -EndChar -StartChar: ordmasculine -Encoding: 235 186 271 -Width: 1000 -Flags: HM -EndChar -StartChar: .notdef -Encoding: 236 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 237 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 238 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 239 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 240 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ae -Encoding: 241 230 192 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 242 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 243 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 244 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: dotlessi -Encoding: 245 305 196 -Width: 1000 -Flags: HM -EndChar -StartChar: .notdef -Encoding: 246 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 247 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: lslash -Encoding: 248 322 200 -Width: 1000 -Flags: HM -EndChar -StartChar: oslash -Encoding: 249 248 194 -Width: 1000 -Flags: HM -EndChar -StartChar: oe -Encoding: 250 339 193 -Width: 1000 -Flags: H -EndChar -StartChar: germandbls -Encoding: 251 223 195 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 252 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 253 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 254 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 255 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: Adieresis -Encoding: 256 196 0 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 39 -55 0 0 186 -47 0 0 172 -39 0 0 -Ligature: 0 0 'liga' A uni0308 -EndChar -StartChar: Aacute -Encoding: 257 193 1 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 39 -55 0 0 172 -39 0 0 -Ligature: 0 0 'liga' A acutecomb -EndChar -StartChar: Agrave -Encoding: 258 192 2 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 -Ligature: 0 0 'liga' A gravecomb -EndChar -StartChar: Acircumflex -Encoding: 259 194 3 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 -Ligature: 0 0 'liga' A uni0302 -EndChar -StartChar: Abreve -Encoding: 260 258 4 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 -Ligature: 0 0 'liga' A uni0306 -EndChar -StartChar: Atilde -Encoding: 261 195 5 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 -Ligature: 0 0 'liga' A tildecomb -EndChar -StartChar: Aring -Encoding: 262 197 6 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 39 -55 0 0 186 -47 0 0 172 -39 0 0 -Ligature: 0 0 'liga' A uni030A -EndChar -StartChar: Aogonek -Encoding: 263 260 7 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -39 0 0 297 -55 0 0 309 -55 0 0 304 -74 0 0 310 -74 0 0 -Ligature: 0 0 'liga' A uni0328 -EndChar -StartChar: Ccedilla -Encoding: 264 199 8 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' C uni0327 -EndChar -StartChar: Cacute -Encoding: 265 262 9 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' C acutecomb -EndChar -StartChar: Ccaron -Encoding: 266 268 10 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' C uni030C -EndChar -StartChar: Dcaron -Encoding: 267 270 11 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' D uni030C -EndChar -StartChar: Edieresis -Encoding: 268 203 12 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0308 -EndChar -StartChar: Eacute -Encoding: 269 201 13 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E acutecomb -EndChar -StartChar: Egrave -Encoding: 270 200 14 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E gravecomb -EndChar -StartChar: Ecircumflex -Encoding: 271 202 15 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0302 -EndChar -StartChar: Ecaron -Encoding: 272 282 16 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni030C -EndChar -StartChar: Edotaccent -Encoding: 273 278 17 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0307 -EndChar -StartChar: Eogonek -Encoding: 274 280 18 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0328 -EndChar -StartChar: Gbreve -Encoding: 275 286 19 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' G uni0306 -EndChar -StartChar: Idieresis -Encoding: 276 207 20 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0308 -EndChar -StartChar: Iacute -Encoding: 277 205 21 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I acutecomb -EndChar -StartChar: Igrave -Encoding: 278 204 22 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I gravecomb -EndChar -StartChar: Icircumflex -Encoding: 279 206 23 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0302 -EndChar -StartChar: Idotaccent -Encoding: 280 304 24 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0307 -EndChar -StartChar: Lacute -Encoding: 281 313 25 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 368 -36 0 0 372 -36 0 0 297 -74 0 0 309 -74 0 0 304 -74 0 0 310 -74 0 0 -Ligature: 0 0 'liga' L acutecomb -EndChar -StartChar: Lcaron -Encoding: 282 317 26 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' L uni030C -EndChar -StartChar: Nacute -Encoding: 283 323 27 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N acutecomb -EndChar -StartChar: Ncaron -Encoding: 284 327 28 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N uni030C -EndChar -StartChar: Ntilde -Encoding: 285 209 29 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N tildecomb -EndChar -StartChar: Odieresis -Encoding: 286 214 30 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O uni0308 -EndChar -StartChar: Oacute -Encoding: 287 211 31 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O acutecomb -EndChar -StartChar: Ograve -Encoding: 288 210 32 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O gravecomb -EndChar -StartChar: Ocircumflex -Encoding: 289 212 33 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O uni0302 -EndChar -StartChar: Otilde -Encoding: 290 213 34 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O tildecomb -EndChar -StartChar: Ohungarumlaut -Encoding: 291 336 35 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O uni030B -EndChar -StartChar: Racute -Encoding: 292 340 36 -Width: 1000 -Flags: H -KernsSLIF: 297 -36 0 0 309 -36 0 0 304 -36 0 0 310 -36 0 0 -Ligature: 0 0 'liga' R acutecomb -EndChar -StartChar: Rcaron -Encoding: 293 344 37 -Width: 1000 -Flags: H -KernsSLIF: 297 -36 0 0 309 -36 0 0 304 -36 0 0 310 -36 0 0 -Ligature: 0 0 'liga' R uni030C -EndChar -StartChar: Sacute -Encoding: 294 346 38 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S acutecomb -EndChar -StartChar: Scaron -Encoding: 295 352 39 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni030C -EndChar -StartChar: Scedilla -Encoding: 296 350 40 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni0327 -EndChar -StartChar: Tcaron -Encoding: 297 356 41 -Width: 1000 -Flags: H -KernsSLIF: 172 -88 0 0 225 -55 0 0 241 -111 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 287 -17 0 0 289 -17 0 0 286 -17 0 0 288 -17 0 0 291 -17 0 0 233 -17 0 0 290 -17 0 0 329 -111 0 0 332 -92 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 -Ligature: 0 0 'liga' T uni030C -EndChar -StartChar: Udieresis -Encoding: 298 220 42 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0308 -EndChar -StartChar: Uacute -Encoding: 299 218 43 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U acutecomb -EndChar -StartChar: Ugrave -Encoding: 300 217 44 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U gravecomb -EndChar -StartChar: Ucircumflex -Encoding: 301 219 45 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0302 -EndChar -StartChar: Uring -Encoding: 302 366 46 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni030A -EndChar -StartChar: Uhungarumlaut -Encoding: 303 368 47 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni030B -EndChar -StartChar: Yacute -Encoding: 304 221 48 -Width: 1000 -Flags: H -KernsSLIF: 172 -67 0 0 225 -55 0 0 241 -111 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 329 -111 0 0 340 -92 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 -Ligature: 0 0 'liga' Y acutecomb -EndChar -StartChar: Zacute -Encoding: 305 377 49 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z acutecomb -EndChar -StartChar: Zcaron -Encoding: 306 381 50 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z uni030C -EndChar -StartChar: Zdotaccent -Encoding: 307 379 51 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z uni0307 -EndChar -StartChar: Amacron -Encoding: 308 256 52 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' A uni0304 -EndChar -StartChar: Tcommaaccent -Encoding: 309 354 53 -Width: 1000 -Flags: H -KernsSLIF: 172 -88 0 0 225 -55 0 0 241 -111 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 287 -17 0 0 289 -17 0 0 286 -17 0 0 288 -17 0 0 291 -17 0 0 233 -17 0 0 290 -17 0 0 329 -111 0 0 332 -92 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 -Ligature: 0 0 'liga' T uni0327 -EndChar -StartChar: Ydieresis -Encoding: 310 376 54 -Width: 1000 -Flags: H -KernsSLIF: 172 -67 0 0 225 -55 0 0 241 -111 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 329 -111 0 0 340 -92 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 -Ligature: 0 0 'liga' Y uni0308 -EndChar -StartChar: Emacron -Encoding: 311 274 55 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0304 -EndChar -StartChar: Imacron -Encoding: 312 298 56 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0304 -EndChar -StartChar: Iogonek -Encoding: 313 302 57 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0328 -EndChar -StartChar: Kcommaaccent -Encoding: 314 310 58 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' K uni0327 -EndChar -StartChar: Ncommaaccent -Encoding: 316 325 60 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N uni0327 -EndChar -StartChar: Omacron -Encoding: 317 332 61 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni0304 -EndChar -StartChar: Rcommaaccent -Encoding: 318 342 62 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' R uni0327 -EndChar -StartChar: Gcommaaccent -Encoding: 319 290 63 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' G uni0327 -EndChar -StartChar: Umacron -Encoding: 320 362 64 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0304 -EndChar -StartChar: Uogonek -Encoding: 321 370 65 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0328 -EndChar -StartChar: adieresis -Encoding: 322 228 66 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0308 -EndChar -StartChar: aacute -Encoding: 323 225 67 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a acutecomb -EndChar -StartChar: agrave -Encoding: 324 224 68 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a gravecomb -EndChar -StartChar: acircumflex -Encoding: 325 226 69 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0302 -EndChar -StartChar: abreve -Encoding: 326 259 70 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0306 -EndChar -StartChar: atilde -Encoding: 327 227 71 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a tildecomb -EndChar -StartChar: aring -Encoding: 328 229 72 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni030A -EndChar -StartChar: aogonek -Encoding: 329 261 73 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0328 -EndChar -StartChar: cacute -Encoding: 330 263 74 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' c acutecomb -EndChar -StartChar: ccaron -Encoding: 331 269 75 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' c uni030C -EndChar -StartChar: ccedilla -Encoding: 332 231 76 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' c uni0327 -EndChar -StartChar: dcaron -Encoding: 333 271 77 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' d uni030C -EndChar -StartChar: edieresis -Encoding: 334 235 78 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e uni0308 -EndChar -StartChar: eacute -Encoding: 335 233 79 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e acutecomb -EndChar -StartChar: egrave -Encoding: 336 232 80 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e gravecomb -EndChar -StartChar: ecircumflex -Encoding: 337 234 81 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e uni0302 -EndChar -StartChar: ecaron -Encoding: 338 283 82 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e uni030C -EndChar -StartChar: edotaccent -Encoding: 339 279 83 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e uni0307 -EndChar -StartChar: eogonek -Encoding: 340 281 84 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e uni0328 -EndChar -StartChar: gbreve -Encoding: 341 287 85 -Width: 1000 -Flags: H -KernsSLIF: 174 45 0 0 175 45 0 0 -Ligature: 0 0 'liga' g uni0306 -EndChar -StartChar: idieresis -Encoding: 342 239 86 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i uni0308 -EndChar -StartChar: iacute -Encoding: 343 237 87 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' i acutecomb -EndChar -StartChar: igrave -Encoding: 344 236 88 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' i gravecomb -EndChar -StartChar: icircumflex -Encoding: 345 238 89 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' i uni0302 -EndChar -StartChar: lacute -Encoding: 346 314 90 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' l acutecomb -EndChar -StartChar: lcaron -Encoding: 347 318 91 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' l uni030C -EndChar -StartChar: nacute -Encoding: 348 324 92 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n acutecomb -EndChar -StartChar: ncaron -Encoding: 349 328 93 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n uni030C -EndChar -StartChar: ntilde -Encoding: 350 241 94 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n tildecomb -EndChar -StartChar: odieresis -Encoding: 351 246 95 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' o uni0308 -EndChar -StartChar: oacute -Encoding: 352 243 96 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o acutecomb -EndChar -StartChar: ograve -Encoding: 353 242 97 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o gravecomb -EndChar -StartChar: ocircumflex -Encoding: 354 244 98 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o uni0302 -EndChar -StartChar: otilde -Encoding: 355 245 99 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o tildecomb -EndChar -StartChar: ohungarumlaut -Encoding: 356 337 100 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o uni030B -EndChar -StartChar: racute -Encoding: 357 341 101 -Width: 1000 -Flags: H -KernsSLIF: 39 55 0 0 352 -17 0 0 354 -17 0 0 351 -17 0 0 250 -17 0 0 353 -17 0 0 249 -17 0 0 356 -17 0 0 341 -17 0 0 335 -17 0 0 338 -17 0 0 337 -17 0 0 334 -17 0 0 336 -17 0 0 330 -17 0 0 331 -17 0 0 332 -17 0 0 340 -17 0 0 -Ligature: 0 0 'liga' r acutecomb -EndChar -StartChar: sacute -Encoding: 358 347 102 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s acutecomb -EndChar -StartChar: scaron -Encoding: 359 353 103 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s uni030C -EndChar -StartChar: scommaaccent -Encoding: 360 537 104 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' s uni0326 -EndChar -StartChar: tcaron -Encoding: 361 357 105 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' t uni030C -EndChar -StartChar: udieresis -Encoding: 362 252 106 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0308 -EndChar -StartChar: uacute -Encoding: 363 250 107 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u acutecomb -EndChar -StartChar: ugrave -Encoding: 364 249 108 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u gravecomb -EndChar -StartChar: ucircumflex -Encoding: 365 251 109 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0302 -EndChar -StartChar: uring -Encoding: 366 367 110 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni030A -EndChar -StartChar: uhungarumlaut -Encoding: 367 369 111 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni030B -EndChar -StartChar: yacute -Encoding: 368 253 112 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' y acutecomb -EndChar -StartChar: zacute -Encoding: 369 378 113 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z acutecomb -EndChar -StartChar: zcaron -Encoding: 370 382 114 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z uni030C -EndChar -StartChar: zdotaccent -Encoding: 371 380 115 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z uni0307 -EndChar -StartChar: ydieresis -Encoding: 372 255 116 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' y uni0308 -EndChar -StartChar: tcommaaccent -Encoding: 373 355 117 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' t uni0327 -EndChar -StartChar: amacron -Encoding: 374 257 118 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0304 -EndChar -StartChar: emacron -Encoding: 375 275 119 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e uni0304 -EndChar -StartChar: imacron -Encoding: 376 299 120 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' i uni0304 -EndChar -StartChar: kcommaaccent -Encoding: 377 311 121 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' k uni0327 -EndChar -StartChar: lcommaaccent -Encoding: 378 316 122 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' l uni0327 -EndChar -StartChar: ncommaaccent -Encoding: 379 326 123 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n uni0327 -EndChar -StartChar: omacron -Encoding: 380 333 124 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o uni0304 -EndChar -StartChar: rcommaaccent -Encoding: 381 343 125 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' r uni0327 -EndChar -StartChar: umacron -Encoding: 382 363 126 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0304 -EndChar -StartChar: uogonek -Encoding: 383 371 127 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0328 -EndChar -StartChar: rcaron -Encoding: 384 345 128 -Width: 1000 -Flags: H -KernsSLIF: 39 55 0 0 352 -17 0 0 354 -17 0 0 351 -17 0 0 250 -17 0 0 353 -17 0 0 249 -17 0 0 356 -17 0 0 341 -17 0 0 335 -17 0 0 338 -17 0 0 337 -17 0 0 334 -17 0 0 336 -17 0 0 330 -17 0 0 331 -17 0 0 332 -17 0 0 340 -17 0 0 -Ligature: 0 0 'liga' r uni030C -EndChar -StartChar: scedilla -Encoding: 385 351 129 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s uni0327 -EndChar -StartChar: gcommaaccent -Encoding: 386 291 130 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' g uni0327 -EndChar -StartChar: iogonek -Encoding: 387 303 131 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i uni0328 -EndChar -StartChar: Scommaaccent -Encoding: 388 536 132 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni0326 -EndChar -StartChar: Eth -Encoding: 389 208 162 -Width: 1000 -Flags: H -EndChar -StartChar: Dcroat -Encoding: 390 272 163 -Width: 1000 -Flags: H -EndChar -StartChar: Thorn -Encoding: 391 222 165 -Width: 1000 -Flags: H -EndChar -StartChar: dcroat -Encoding: 392 273 199 -Width: 1000 -Flags: H -EndChar -StartChar: eth -Encoding: 393 240 201 -Width: 1000 -Flags: HM -EndChar -StartChar: thorn -Encoding: 394 254 202 -Width: 1000 -Flags: H -EndChar -StartChar: Euro -Encoding: 395 8364 217 -Width: 1000 -Flags: HM -EndChar -StartChar: onesuperior -Encoding: 396 185 219 -Width: 1000 -Flags: H -EndChar -StartChar: twosuperior -Encoding: 397 178 220 -Width: 1000 -Flags: HM -EndChar -StartChar: threesuperior -Encoding: 398 179 221 -Width: 1000 -Flags: H -EndChar -StartChar: degree -Encoding: 399 176 257 -Width: 1000 -Flags: HM -EndChar -StartChar: minus -Encoding: 400 8722 259 -Width: 1000 -Flags: HM -EndChar -StartChar: multiply -Encoding: 401 215 260 -Width: 1000 -Flags: H -EndChar -StartChar: divide -Encoding: 402 247 261 -Width: 1000 -Flags: HM -EndChar -StartChar: trademark -Encoding: 403 8482 263 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' T M -EndChar -StartChar: plusminus -Encoding: 404 177 272 -Width: 1000 -Flags: HM -EndChar -StartChar: onehalf -Encoding: 405 189 273 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' one slash two -Ligature: 0 1 'frac' one fraction two -EndChar -StartChar: onequarter -Encoding: 406 188 274 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' one slash four -Ligature: 0 1 'frac' one fraction four -EndChar -StartChar: threequarters -Encoding: 407 190 275 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' three slash four -Ligature: 0 1 'frac' three fraction four -EndChar -StartChar: commaaccent -Encoding: 408 63171 293 -Width: 1000 -Flags: H -EndChar -StartChar: copyright -Encoding: 409 169 294 -Width: 1000 -Flags: HM -EndChar -StartChar: registered -Encoding: 410 174 295 -Width: 1000 -Flags: HM -EndChar -StartChar: lozenge -Encoding: 411 9674 298 -Width: 1000 -Flags: HM -EndChar -StartChar: Delta -Encoding: 412 8710 299 -Width: 1000 -Flags: HM -EndChar -StartChar: notequal -Encoding: 413 8800 300 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' equal uni0338 -EndChar -StartChar: radical -Encoding: 414 8730 301 -Width: 1000 -Flags: H -EndChar -StartChar: lessequal -Encoding: 415 8804 304 -Width: 1000 -Flags: HM -EndChar -StartChar: greaterequal -Encoding: 416 8805 305 -Width: 1000 -Flags: HM -EndChar -StartChar: logicalnot -Encoding: 417 172 306 -Width: 1000 -Flags: HM -EndChar -StartChar: summation -Encoding: 418 8721 307 -Width: 1000 -Flags: HM -EndChar -StartChar: partialdiff -Encoding: 419 8706 308 -Width: 1000 -Flags: HM -EndChar -StartChar: brokenbar -Encoding: 420 166 311 -Width: 1000 -Flags: HM -EndChar -StartChar: mu -Encoding: 421 181 314 -Width: 1000 -Flags: H -EndChar -EndChars -EndSplineFont diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldOsF.sfd b/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldOsF.sfd deleted file mode 100644 index 25f7f40717a..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldOsF.sfd +++ /dev/null @@ -1,2151 +0,0 @@ -SplineFontDB: 1.0 -FontName: URWPalladioL-BoldOsF -FullName: URW Palladio L Bold Old Style Figures -FamilyName: URW Palladio L -Weight: Bold -Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development,Copyright 2004 Ralf Stubner -Version: 1.000 -ItalicAngle: 0 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 800 -Descent: 200 -NeedsXUIDChange: 1 -FSType: 0 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -ScriptLang: 2 - 1 latn 1 dflt - 1 DFLT 1 dflt -Encoding: AdobeStandard -UnicodeInterp: none -DisplaySize: -24 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 0 24 11 -BeginPrivate: 7 -BlueValues 23 [-20 0 681 701 643 663] -BlueScale 8 0.039625 -StdHW 4 [49] -StdVW 5 [123] -StemSnapH 206 [49 57 64 69 73 84 88 96] -systemdict /internaldict known -{1183615869 systemdict /internaldict get exec -/StemSnapLength 2 copy known { get 8 lt } { pop pop true } ifelse } -{ true } ifelse { pop [49 57] } if -StemSnapV 204 [123 128 138 143 151] -systemdict /internaldict known -{1183615869 systemdict /internaldict get exec -/StemSnapLength 2 copy known { get 5 lt } { pop pop true } ifelse } -{ true } ifelse { pop [123 143] } if -ForceBold 5 false -EndPrivate -BeginChars: 422 329 -StartChar: .notdef -Encoding: 0 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 1 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 2 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 3 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 4 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 5 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 6 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 7 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 8 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 9 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 10 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 11 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 12 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 13 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 14 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 15 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 16 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 17 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 18 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 19 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 20 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 21 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 22 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 23 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 24 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 25 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 26 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 27 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 28 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 29 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 30 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 31 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: quoteright -Encoding: 39 8217 267 -Width: 1000 -Flags: HM -KernsSLIF: 39 -55 1 0 385 -55 1 0 373 -17 1 0 262 -84 1 0 256 -84 1 0 257 -84 1 0 225 -114 1 0 -EndChar -StartChar: zero -Encoding: 48 48 212 -Width: 500 -Flags: HW -HStem: -10 43<249 275> 439 44<249 275> -VStem: 42 120<219 270> 357 120<183 253> -Fore -275 483 m 0 - 348 483 404 456 436 415 c 0 - 465 378 477 330 477 253 c 0 - 477 81 397 -10 251 -10 c 0 - 120 -10 42 59 42 219 c 0 - 42 307 56 363 90 406 c 0 - 128 454 187 483 275 483 c 0 -254 439 m 0 - 226 439 208 429 193 409 c 0 - 173 383 162 349 162 270 c 0 - 162 173 177 97 197 66 c 0 - 213 42 234 33 264 33 c 0 - 311 33 357 81 357 183 c 0 - 357 280 343 373 323 404 c 0 - 307 428 283 439 254 439 c 0 -EndSplineSet -KernsSLIF: 55 6 1 0 49 1 1 0 52 20 1 0 -EndChar -StartChar: one -Encoding: 49 49 203 -Width: 500 -Flags: HW -HStem: 0 21G<272 284> -VStem: 204 132<84 302> -Fore -194 374 m 0 - 53 320 l 0 - 40 346 38 350 35 380 c 1 - 97 394 272 446 395 480 c 1 - 395 436 l 1 - 322 410 336 381 336 302 c 2 - 336 84 l 2 - 336 28 399 37 455 34 c 1 - 455 -3 l 1 - 406 -2 360 -1 347 -1 c 0 - 314 0 290 0 278 0 c 0 - 266 0 245 0 215 -1 c 0 - 197 -1 136 -2 75 -3 c 1 - 75 34 l 1 - 147 37 l 2 - 185 39 204 55 204 84 c 2 - 204 336 l 2 - 204 366 202 373 194 374 c 0 -EndSplineSet -KernsSLIF: 48 -21 1 0 50 11 1 0 51 3 1 0 54 -25 1 0 55 -21 1 0 49 -13 1 0 57 -11 1 0 52 -41 1 0 53 -8 1 0 56 -12 1 0 -EndChar -StartChar: two -Encoding: 50 50 204 -Width: 500 -Flags: HW -HStem: 397 76<187 224> -VStem: 292 127<319 351> -Fore -24 -8 m 1 - 18 9 l 1 - 42 87 l 1 - 158 167 l 2 - 236 223 292 265 292 319 c 0 - 292 368 263 397 197 397 c 0 - 153 397 132 392 115 373 c 2 - 81 335 l 1 - 60 361 l 1 - 122 445 l 1 - 179 476 185 473 224 473 c 0 - 348 473 419 423 419 351 c 0 - 419 305 366 249 300 202 c 2 - 137 104 l 1 - 139 96 l 1 - 458 107 l 1 - 462 102 l 1 - 460 75 459 72 459 50 c 0 - 459 34 459 21 461 -3 c 1 - 370 -3 279 0 187 0 c 1 - 24 -8 l 1 -EndSplineSet -KernsSLIF: 55 -5 1 0 49 -5 1 0 -EndChar -StartChar: three -Encoding: 51 51 205 -Width: 500 -VWidth: 820 -Flags: HW -HStem: -235 58<117 141> 382 98<203 237> -VStem: 307 111<292 339> 334 106<-8 45> -Fore -141 -177 m 16xd0 - 243 -177 334 -117 334 -8 c 0xd0 - 334 67 284 126 208 126 c 0 - 186 126 167 114 147 108 c 1 - 140 113 l 1 - 159 187 l 1 - 234 200 307 211 307 292 c 0 - 307 347 268 382 205 382 c 0 - 145 382 114 372 99 355 c 2 - 81 335 l 1 - 63 357 l 1 - 122 445 l 1 - 152 477 182 480 237 480 c 0 - 342 480 418 421 418 339 c 0xe0 - 418 278 380 249 306 203 c 1 - 351 191 357 189 381 171 c 0 - 417 144 440 98 440 45 c 0 - 440 -89 276 -235 117 -235 c 0 - 73 -235 46 -198 12 -170 c 1 - 24 -144 l 1 - 24 -144 94 -177 141 -177 c 16xd0 -EndSplineSet -KernsSLIF: 55 -13 1 0 49 -14 1 0 52 19 1 0 -EndChar -StartChar: four -Encoding: 52 52 206 -Width: 500 -VWidth: 816 -Flags: HW -HStem: 5 70<82 257> -VStem: 257 117<75 292> -Fore -266 -237 m 1 - 249 -223 l 1 - 255 -192 257 5 257 5 c 1 - 13 5 l 1 - 6 35 l 1 - 63 177 134 290 251 461 c 1 - 373 488 l 1 - 380 476 l 1 - 375 329 374 264 374 188 c 2 - 374 75 l 1 - 459 77 l 1 - 464 56 458 25 460 2 c 1 - 374 5 l 1 - 386 -207 l 1 - 266 -237 l 1 -82 75 m 1 - 257 75 l 1 - 257 395 l 1 - 247 380 236 362 224 342 c 0 - 204 309 182 274 182 272 c 1 - 120 156 l 2 - 113 144 86 84 82 75 c 1 -EndSplineSet -KernsSLIF: 55 -12 1 0 49 -4 1 0 52 25 1 0 -EndChar -StartChar: five -Encoding: 53 53 207 -Width: 500 -Flags: HW -HStem: -236 66<65 128> 135 103<183 237> 362 108<154.886 230> -VStem: 58 53<204 362> 316 118<-3 57> -Fore -434 57 m 0 - 434 -84 211 -236 65 -236 c 1 - 0 -167 l 1 - 16 -141 l 1 - 70 -166 59 -170 128 -170 c 0 - 205 -170 316 -86 316 -3 c 0 - 316 81 264 135 183 135 c 0 - 139 135 104 123 71 95 c 1 - 52 106 l 1 - 57 185 58 209 58 230 c 2 - 58 332 l 2 - 58 366 57 396 52 468 c 1 - 59 476 l 1 - 117 473 138 472 229 470 c 1 - 406 476 l 1 - 410 468 l 1 - 405 446 403 432 403 412 c 0 - 403 400 403 386 404 370 c 1 - 398 359 l 1 - 313 361 265 362 255 362 c 2 - 111 362 l 1 - 111 204 l 1 - 168 230 194 238 237 238 c 0 - 358 238 434 168 434 57 c 0 -EndSplineSet -KernsSLIF: 55 -3 1 0 52 26 1 0 -EndChar -StartChar: six -Encoding: 54 54 208 -Width: 500 -Flags: HMW -HStem: -17 50<233 291> 323 86 -VStem: 37 128<223 240> 351 118<150 216.5> -Fore -396 660 m 1 - 435 633 l 1 - 420 617 l 1 - 411 618 403 618 399 618 c 0 - 327 618 261 584 221 524 c 0 - 190 478 176 426 168 326 c 1 - 216 387 255 409 314 409 c 0 - 409 409 469 336 469 221 c 0 - 469 79 381 -17 252 -17 c 0 - 181 -17 125 9 89 60 c 0 - 57 106 37 182 37 264 c 0 - 37 404 86 513 186 590 c 0 - 251 640 303 658 396 660 c 1 -254 323 m 0 - 195 323 165 282 165 198 c 0 - 165 97 203 33 263 33 c 0 - 319 33 351 84 351 171 c 0 - 351 262 312 323 254 323 c 0 -EndSplineSet -KernsSLIF: 55 -9 1 0 49 -21 1 0 52 25 1 0 -EndChar -StartChar: seven -Encoding: 55 55 209 -Width: 500 -VWidth: 767 -Flags: HW -HStem: 230 240<56 88> 346 118<228.821 385> -Fore -493 467 m 1x40 - 493 422 l 1 - 459 368 440 331 400 250 c 2 - 290 36 l 1 - 264 -19 203 -187 188 -236 c 1 - 180 -235 172 -235 169 -235 c 0 - 152 -234 140 -233 133 -233 c 0 - 124 -233 124 -233 78 -236 c 1 - 72 -225 l 1 - 388 340 l 1 - 384 346 l 1 - 159 346 l 2x40 - 112 346 101 338 96 294 c 1 - 88 230 l 1 - 49 230 l 1 - 50 308 50 308 50 320 c 0 - 50 368 49 397 46 462 c 1 - 56 470 l 1x80 - 100 469 141 468 155 468 c 0 - 242 465 298 464 323 464 c 2 - 352 464 l 1 - 493 467 l 1x40 -EndSplineSet -KernsSLIF: 50 7 1 0 51 2 1 0 54 -31 1 0 55 20 1 0 49 17 1 0 52 -44 1 0 53 -2 1 0 56 -3 1 0 -EndChar -StartChar: eight -Encoding: 56 56 210 -Width: 500 -Flags: HW -HStem: -17 52<232 256> 608 52<234 262> -VStem: 34 89<153 173> 51 103<476 519> 353 84<499 517> 357 110<150 203> -Fore -151 320 m 1xe4 - 79 362 51 405 51 476 c 0 - 51 587 134 660 260 660 c 0 - 368 660 437 604 437 517 c 0xd8 - 437 461 412 423 343 376 c 1 - 384 359 402 347 424 322 c 0 - 453 289 467 250 467 203 c 0 - 467 77 367 -17 234 -17 c 0 - 116 -17 34 54 34 155 c 0 - 34 226 72 280 151 320 c 1xe4 -253 275 m 2 - 192 302 l 1 - 140 256 123 224 123 171 c 0 - 123 93 176 35 248 35 c 0 - 310 35 357 84 357 150 c 0xe4 - 357 207 327 242 253 275 c 2 -250 412 m 2 - 294 393 l 1 - 337 430 353 459 353 501 c 0 - 353 565 311 608 249 608 c 0 - 192 608 154 573 154 519 c 0xd8 - 154 471 180 442 250 412 c 2 -EndSplineSet -KernsSLIF: 55 -4 1 0 49 -4 1 0 52 24 1 0 -EndChar -StartChar: nine -Encoding: 57 57 211 -Width: 500 -VWidth: 821 -Flags: HW -HStem: 57 87<195 250> 429 52<238 252> -VStem: 31 118<248 297> 336 127<211 265> -Fore -105 -236 m 1 - 67 -207 l 1 - 76 -189 l 1 - 90 -191 101 -192 107 -192 c 0 - 134 -192 181 -181 209 -164 c 0 - 256 -136 291 -50 310 14 c 0 - 321 49 325 76 331 136 c 1 - 268 81 l 2 - 248 64 228 57 195 57 c 0 - 90 57 31 126 31 248 c 0 - 31 392 114 481 248 481 c 0 - 388 481 463 386 463 211 c 0 - 463 35 380 -148 243 -208 c 0 - 199 -228 171 -233 105 -236 c 1 -241 429 m 0 - 183 429 149 380 149 297 c 0 - 149 202 187 144 250 144 c 0 - 309 144 336 182 336 265 c 0 - 336 370 302 429 241 429 c 0 -EndSplineSet -KernsSLIF: 55 3 1 0 49 -1 1 0 52 7 1 0 -EndChar -StartChar: quoteleft -Encoding: 96 8216 228 -Width: 1000 -Flags: HM -KernsSLIF: 96 -55 1 0 262 -84 1 0 256 -84 1 0 257 -84 1 0 225 -114 1 0 -EndChar -StartChar: .notdef -Encoding: 127 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 128 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 129 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 130 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 131 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 132 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 133 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 134 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 135 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 136 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 137 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 138 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 139 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 140 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 141 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 142 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 143 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 144 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 145 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 146 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 147 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 148 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 149 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 150 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 151 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 152 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 153 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 154 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 155 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 156 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 157 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 158 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 159 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 160 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: fraction -Encoding: 164 8260 276 -Width: 1000 -Flags: HM -EndChar -StartChar: florin -Encoding: 166 402 216 -Width: 1000 -Flags: HM -EndChar -StartChar: currency -Encoding: 168 164 265 -Width: 1000 -Flags: H -EndChar -StartChar: quotesingle -Encoding: 169 39 253 -Width: 1000 -Flags: HM -EndChar -StartChar: quotedblleft -Encoding: 170 8220 230 -Width: 1000 -Flags: HM -KernsSLIF: 262 -87 1 0 256 -87 1 0 257 -87 1 0 225 -117 1 0 -EndChar -StartChar: guilsinglleft -Encoding: 172 8249 239 -Width: 1000 -Flags: H -EndChar -StartChar: guilsinglright -Encoding: 173 8250 238 -Width: 1000 -Flags: H -KernsSLIF: 260 -72 1 0 259 -72 1 0 258 -72 1 0 263 -72 1 0 261 -72 1 0 297 -123 1 0 309 -123 1 0 304 -128 1 0 310 -128 1 0 262 -72 1 0 256 -72 1 0 257 -72 1 0 225 -86 1 0 -EndChar -StartChar: fi -Encoding: 174 64257 197 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' f i -EndChar -StartChar: fl -Encoding: 175 64258 198 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' f l -EndChar -StartChar: .notdef -Encoding: 176 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: endash -Encoding: 177 8211 242 -Width: 1000 -Flags: HM -EndChar -StartChar: dagger -Encoding: 178 8224 250 -Width: 1000 -Flags: H -EndChar -StartChar: daggerdbl -Encoding: 179 8225 251 -Width: 1000 -Flags: H -EndChar -StartChar: periodcentered -Encoding: 180 183 224 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 181 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: bullet -Encoding: 183 8226 297 -Width: 1000 -Flags: H -EndChar -StartChar: quotesinglbase -Encoding: 184 8218 266 -Width: 1000 -Flags: H -EndChar -StartChar: quotedblbase -Encoding: 185 8222 231 -Width: 1000 -Flags: H -KernsSLIF: 225 14 1 0 -EndChar -StartChar: quotedblright -Encoding: 186 8221 229 -Width: 1000 -Flags: HM -KernsSLIF: 262 -87 1 0 256 -87 1 0 257 -87 1 0 225 -117 1 0 -EndChar -StartChar: ellipsis -Encoding: 188 8230 225 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' period period period -EndChar -StartChar: perthousand -Encoding: 189 8240 278 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 190 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 192 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: grave -Encoding: 193 96 284 -Width: 1000 -Flags: HM -EndChar -StartChar: acute -Encoding: 194 180 283 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space acutecomb -EndChar -StartChar: circumflex -Encoding: 195 710 285 -Width: 1000 -Flags: HM -EndChar -StartChar: tilde -Encoding: 196 732 288 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' space tildecomb -EndChar -StartChar: macron -Encoding: 197 175 292 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0304 -EndChar -StartChar: breve -Encoding: 198 728 287 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0306 -EndChar -StartChar: dotaccent -Encoding: 199 729 281 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' space uni0307 -EndChar -StartChar: dieresis -Encoding: 200 168 280 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0308 -EndChar -StartChar: .notdef -Encoding: 201 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ring -Encoding: 202 730 282 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni030A -EndChar -StartChar: cedilla -Encoding: 203 184 290 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0327 -EndChar -StartChar: .notdef -Encoding: 204 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: hungarumlaut -Encoding: 205 733 289 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni030B -EndChar -StartChar: ogonek -Encoding: 206 731 291 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0328 -EndChar -StartChar: caron -Encoding: 207 711 286 -Width: 1000 -Flags: HM -EndChar -StartChar: emdash -Encoding: 208 8212 243 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 209 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 210 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 211 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 212 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 213 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 214 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 215 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 216 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 217 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 218 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 219 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 220 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 221 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 222 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 223 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 224 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: AE -Encoding: 225 198 159 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 226 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ordfeminine -Encoding: 227 170 270 -Width: 1000 -Flags: HM -EndChar -StartChar: .notdef -Encoding: 228 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 229 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 230 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 231 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: Lslash -Encoding: 232 321 164 -Width: 1000 -Flags: H -KernsSLIF: 39 -74 0 0 368 -74 0 0 372 -74 0 0 297 -74 0 0 309 -74 0 0 304 -92 0 0 310 -92 0 0 -EndChar -StartChar: Oslash -Encoding: 233 216 161 -Width: 1000 -Flags: H -EndChar -StartChar: OE -Encoding: 234 338 160 -Width: 1000 -Flags: H -EndChar -StartChar: ordmasculine -Encoding: 235 186 271 -Width: 1000 -Flags: HM -EndChar -StartChar: .notdef -Encoding: 236 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 237 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 238 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 239 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 240 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ae -Encoding: 241 230 192 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -EndChar -StartChar: .notdef -Encoding: 242 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 243 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 244 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: dotlessi -Encoding: 245 305 196 -Width: 1000 -Flags: HM -EndChar -StartChar: .notdef -Encoding: 246 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 247 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: lslash -Encoding: 248 322 200 -Width: 1000 -Flags: HM -EndChar -StartChar: oslash -Encoding: 249 248 194 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -EndChar -StartChar: oe -Encoding: 250 339 193 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -EndChar -StartChar: germandbls -Encoding: 251 223 195 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 252 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 253 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 254 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 255 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: Adieresis -Encoding: 256 196 0 -Width: 1000 -Flags: H -KernsSLIF: 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 39 -92 0 0 186 -83 0 0 172 -71 0 0 -Ligature: 0 0 'liga' A uni0308 -EndChar -StartChar: Aacute -Encoding: 257 193 1 -Width: 1000 -Flags: H -KernsSLIF: 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 39 -92 0 0 172 -71 0 0 -Ligature: 0 0 'liga' A acutecomb -EndChar -StartChar: Agrave -Encoding: 258 192 2 -Width: 1000 -Flags: H -KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 -Ligature: 0 0 'liga' A gravecomb -EndChar -StartChar: Acircumflex -Encoding: 259 194 3 -Width: 1000 -Flags: H -KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 -Ligature: 0 0 'liga' A uni0302 -EndChar -StartChar: Abreve -Encoding: 260 258 4 -Width: 1000 -Flags: H -KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 -Ligature: 0 0 'liga' A uni0306 -EndChar -StartChar: Atilde -Encoding: 261 195 5 -Width: 1000 -Flags: H -KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 -Ligature: 0 0 'liga' A tildecomb -EndChar -StartChar: Aring -Encoding: 262 197 6 -Width: 1000 -Flags: H -KernsSLIF: 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 39 -92 0 0 186 -83 0 0 172 -71 0 0 -Ligature: 0 0 'liga' A uni030A -EndChar -StartChar: Aogonek -Encoding: 263 260 7 -Width: 1000 -Flags: H -KernsSLIF: 39 -92 0 0 363 -26 0 0 365 -26 0 0 362 -26 0 0 364 -26 0 0 367 -26 0 0 172 -71 0 0 297 -92 0 0 309 -92 0 0 304 -111 0 0 310 -111 0 0 -Ligature: 0 0 'liga' A uni0328 -EndChar -StartChar: Ccedilla -Encoding: 264 199 8 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' C uni0327 -EndChar -StartChar: Cacute -Encoding: 265 262 9 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' C acutecomb -EndChar -StartChar: Ccaron -Encoding: 266 268 10 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' C uni030C -EndChar -StartChar: Dcaron -Encoding: 267 270 11 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' D uni030C -EndChar -StartChar: Edieresis -Encoding: 268 203 12 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0308 -EndChar -StartChar: Eacute -Encoding: 269 201 13 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E acutecomb -EndChar -StartChar: Egrave -Encoding: 270 200 14 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E gravecomb -EndChar -StartChar: Ecircumflex -Encoding: 271 202 15 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0302 -EndChar -StartChar: Ecaron -Encoding: 272 282 16 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni030C -EndChar -StartChar: Edotaccent -Encoding: 273 278 17 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0307 -EndChar -StartChar: Eogonek -Encoding: 274 280 18 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0328 -EndChar -StartChar: Gbreve -Encoding: 275 286 19 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' G uni0306 -EndChar -StartChar: Idieresis -Encoding: 276 207 20 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0308 -EndChar -StartChar: Iacute -Encoding: 277 205 21 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I acutecomb -EndChar -StartChar: Igrave -Encoding: 278 204 22 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I gravecomb -EndChar -StartChar: Icircumflex -Encoding: 279 206 23 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0302 -EndChar -StartChar: Idotaccent -Encoding: 280 304 24 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0307 -EndChar -StartChar: Lacute -Encoding: 281 313 25 -Width: 1000 -Flags: H -KernsSLIF: 39 -74 0 0 368 -74 0 0 372 -74 0 0 297 -74 0 0 309 -74 0 0 304 -92 0 0 310 -92 0 0 -Ligature: 0 0 'liga' L acutecomb -EndChar -StartChar: Lcaron -Encoding: 282 317 26 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' L uni030C -EndChar -StartChar: Nacute -Encoding: 283 323 27 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N acutecomb -EndChar -StartChar: Ncaron -Encoding: 284 327 28 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N uni030C -EndChar -StartChar: Ntilde -Encoding: 285 209 29 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N tildecomb -EndChar -StartChar: Odieresis -Encoding: 286 214 30 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni0308 -EndChar -StartChar: Oacute -Encoding: 287 211 31 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O acutecomb -EndChar -StartChar: Ograve -Encoding: 288 210 32 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O gravecomb -EndChar -StartChar: Ocircumflex -Encoding: 289 212 33 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O uni0302 -EndChar -StartChar: Otilde -Encoding: 290 213 34 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O tildecomb -EndChar -StartChar: Ohungarumlaut -Encoding: 291 336 35 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O uni030B -EndChar -StartChar: Racute -Encoding: 292 340 36 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' R acutecomb -EndChar -StartChar: Rcaron -Encoding: 293 344 37 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' R uni030C -EndChar -StartChar: Sacute -Encoding: 294 346 38 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S acutecomb -EndChar -StartChar: Scaron -Encoding: 295 352 39 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni030C -EndChar -StartChar: Scedilla -Encoding: 296 350 40 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni0327 -EndChar -StartChar: Tcaron -Encoding: 297 356 41 -Width: 1000 -Flags: H -KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -111 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 329 -111 0 0 332 -128 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -111 0 0 -Ligature: 0 0 'liga' T uni030C -EndChar -StartChar: Udieresis -Encoding: 298 220 42 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0308 -EndChar -StartChar: Uacute -Encoding: 299 218 43 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' U acutecomb -EndChar -StartChar: Ugrave -Encoding: 300 217 44 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' U gravecomb -EndChar -StartChar: Ucircumflex -Encoding: 301 219 45 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' U uni0302 -EndChar -StartChar: Uring -Encoding: 302 366 46 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni030A -EndChar -StartChar: Uhungarumlaut -Encoding: 303 368 47 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' U uni030B -EndChar -StartChar: Yacute -Encoding: 304 221 48 -Width: 1000 -Flags: H -KernsSLIF: 172 -104 0 0 225 -55 0 0 241 -74 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 329 -74 0 0 340 -74 0 0 250 -74 0 0 249 -74 0 0 385 -92 0 0 -Ligature: 0 0 'liga' Y acutecomb -EndChar -StartChar: Zacute -Encoding: 305 377 49 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z acutecomb -EndChar -StartChar: Zcaron -Encoding: 306 381 50 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z uni030C -EndChar -StartChar: Zdotaccent -Encoding: 307 379 51 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z uni0307 -EndChar -StartChar: Amacron -Encoding: 308 256 52 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' A uni0304 -EndChar -StartChar: Tcommaaccent -Encoding: 309 354 53 -Width: 1000 -Flags: H -KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -111 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 329 -111 0 0 332 -128 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -111 0 0 -Ligature: 0 0 'liga' T uni0327 -EndChar -StartChar: Ydieresis -Encoding: 310 376 54 -Width: 1000 -Flags: H -KernsSLIF: 172 -104 0 0 225 -55 0 0 241 -74 0 0 257 -55 0 0 260 -55 0 0 259 -55 0 0 256 -55 0 0 258 -55 0 0 263 -55 0 0 262 -55 0 0 261 -55 0 0 329 -74 0 0 340 -74 0 0 250 -74 0 0 249 -74 0 0 385 -92 0 0 -Ligature: 0 0 'liga' Y uni0308 -EndChar -StartChar: Emacron -Encoding: 311 274 55 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0304 -EndChar -StartChar: Imacron -Encoding: 312 298 56 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0304 -EndChar -StartChar: Iogonek -Encoding: 313 302 57 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0328 -EndChar -StartChar: Kcommaaccent -Encoding: 314 310 58 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' K uni0327 -EndChar -StartChar: Ncommaaccent -Encoding: 316 325 60 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N uni0327 -EndChar -StartChar: Omacron -Encoding: 317 332 61 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni0304 -EndChar -StartChar: Rcommaaccent -Encoding: 318 342 62 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' R uni0327 -EndChar -StartChar: Gcommaaccent -Encoding: 319 290 63 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' G uni0327 -EndChar -StartChar: Umacron -Encoding: 320 362 64 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0304 -EndChar -StartChar: Uogonek -Encoding: 321 370 65 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' U uni0328 -EndChar -StartChar: adieresis -Encoding: 322 228 66 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' a uni0308 -EndChar -StartChar: aacute -Encoding: 323 225 67 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' a acutecomb -EndChar -StartChar: agrave -Encoding: 324 224 68 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' a gravecomb -EndChar -StartChar: acircumflex -Encoding: 325 226 69 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' a uni0302 -EndChar -StartChar: abreve -Encoding: 326 259 70 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' a uni0306 -EndChar -StartChar: atilde -Encoding: 327 227 71 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a tildecomb -EndChar -StartChar: aring -Encoding: 328 229 72 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni030A -EndChar -StartChar: aogonek -Encoding: 329 261 73 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 297 -60 0 0 309 -60 0 0 -Ligature: 0 0 'liga' a uni0328 -EndChar -StartChar: cacute -Encoding: 330 263 74 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' c acutecomb -EndChar -StartChar: ccaron -Encoding: 331 269 75 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' c uni030C -EndChar -StartChar: ccedilla -Encoding: 332 231 76 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' c uni0327 -EndChar -StartChar: dcaron -Encoding: 333 271 77 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' d uni030C -EndChar -StartChar: edieresis -Encoding: 334 235 78 -Width: 1000 -Flags: H -KernsSLIF: 372 -8 0 0 368 -8 0 0 -Ligature: 0 0 'liga' e uni0308 -EndChar -StartChar: eacute -Encoding: 335 233 79 -Width: 1000 -Flags: H -KernsSLIF: 372 -8 0 0 368 -8 0 0 -Ligature: 0 0 'liga' e acutecomb -EndChar -StartChar: egrave -Encoding: 336 232 80 -Width: 1000 -Flags: H -KernsSLIF: 372 -8 0 0 368 -8 0 0 -Ligature: 0 0 'liga' e gravecomb -EndChar -StartChar: ecircumflex -Encoding: 337 234 81 -Width: 1000 -Flags: H -KernsSLIF: 372 -8 0 0 368 -8 0 0 -Ligature: 0 0 'liga' e uni0302 -EndChar -StartChar: ecaron -Encoding: 338 283 82 -Width: 1000 -Flags: H -KernsSLIF: 372 -8 0 0 368 -8 0 0 -Ligature: 0 0 'liga' e uni030C -EndChar -StartChar: edotaccent -Encoding: 339 279 83 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e uni0307 -EndChar -StartChar: eogonek -Encoding: 340 281 84 -Width: 1000 -Flags: HM -KernsSLIF: 372 -8 0 0 368 -8 0 0 -Ligature: 0 0 'liga' e uni0328 -EndChar -StartChar: gbreve -Encoding: 341 287 85 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' g uni0306 -EndChar -StartChar: idieresis -Encoding: 342 239 86 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' i uni0308 -EndChar -StartChar: iacute -Encoding: 343 237 87 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' i acutecomb -EndChar -StartChar: igrave -Encoding: 344 236 88 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i gravecomb -EndChar -StartChar: icircumflex -Encoding: 345 238 89 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i uni0302 -EndChar -StartChar: lacute -Encoding: 346 314 90 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' l acutecomb -EndChar -StartChar: lcaron -Encoding: 347 318 91 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' l uni030C -EndChar -StartChar: nacute -Encoding: 348 324 92 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n acutecomb -EndChar -StartChar: ncaron -Encoding: 349 328 93 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n uni030C -EndChar -StartChar: ntilde -Encoding: 350 241 94 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n tildecomb -EndChar -StartChar: odieresis -Encoding: 351 246 95 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' o uni0308 -EndChar -StartChar: oacute -Encoding: 352 243 96 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' o acutecomb -EndChar -StartChar: ograve -Encoding: 353 242 97 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' o gravecomb -EndChar -StartChar: ocircumflex -Encoding: 354 244 98 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' o uni0302 -EndChar -StartChar: otilde -Encoding: 355 245 99 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' o tildecomb -EndChar -StartChar: ohungarumlaut -Encoding: 356 337 100 -Width: 1000 -Flags: H -KernsSLIF: 372 -22 0 0 368 -22 0 0 -Ligature: 0 0 'liga' o uni030B -EndChar -StartChar: racute -Encoding: 357 341 101 -Width: 1000 -Flags: H -KernsSLIF: 39 55 0 0 348 26 0 0 349 26 0 0 350 26 0 0 363 26 0 0 365 26 0 0 362 26 0 0 364 26 0 0 367 -26 0 0 368 34 0 0 372 34 0 0 -Ligature: 0 0 'liga' r acutecomb -EndChar -StartChar: sacute -Encoding: 358 347 102 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s acutecomb -EndChar -StartChar: scaron -Encoding: 359 353 103 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s uni030C -EndChar -StartChar: scommaaccent -Encoding: 360 537 104 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' s uni0326 -EndChar -StartChar: tcaron -Encoding: 361 357 105 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' t uni030C -EndChar -StartChar: udieresis -Encoding: 362 252 106 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0308 -EndChar -StartChar: uacute -Encoding: 363 250 107 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u acutecomb -EndChar -StartChar: ugrave -Encoding: 364 249 108 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u gravecomb -EndChar -StartChar: ucircumflex -Encoding: 365 251 109 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0302 -EndChar -StartChar: uring -Encoding: 366 367 110 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni030A -EndChar -StartChar: uhungarumlaut -Encoding: 367 369 111 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni030B -EndChar -StartChar: yacute -Encoding: 368 253 112 -Width: 1000 -Flags: H -KernsSLIF: 355 -27 0 0 249 -27 0 0 356 -27 0 0 353 -27 0 0 250 -27 0 0 351 -27 0 0 354 -27 0 0 352 -27 0 0 341 -15 0 0 336 -34 0 0 334 -34 0 0 337 -34 0 0 338 -34 0 0 335 -34 0 0 331 -27 0 0 324 -27 0 0 241 -27 0 0 322 -27 0 0 325 -27 0 0 326 -27 0 0 323 -27 0 0 392 -20 0 0 329 -27 0 0 332 -27 0 0 340 -34 0 0 -Ligature: 0 0 'liga' y acutecomb -EndChar -StartChar: zacute -Encoding: 369 378 113 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z acutecomb -EndChar -StartChar: zcaron -Encoding: 370 382 114 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z uni030C -EndChar -StartChar: zdotaccent -Encoding: 371 380 115 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z uni0307 -EndChar -StartChar: ydieresis -Encoding: 372 255 116 -Width: 1000 -Flags: H -KernsSLIF: 355 -27 0 0 249 -27 0 0 356 -27 0 0 353 -27 0 0 250 -27 0 0 351 -27 0 0 354 -27 0 0 352 -27 0 0 341 -15 0 0 336 -34 0 0 334 -34 0 0 337 -34 0 0 338 -34 0 0 335 -34 0 0 331 -27 0 0 324 -27 0 0 241 -27 0 0 322 -27 0 0 325 -27 0 0 326 -27 0 0 323 -27 0 0 392 -20 0 0 329 -27 0 0 332 -27 0 0 340 -34 0 0 -Ligature: 0 0 'liga' y uni0308 -EndChar -StartChar: tcommaaccent -Encoding: 373 355 117 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' t uni0327 -EndChar -StartChar: amacron -Encoding: 374 257 118 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0304 -EndChar -StartChar: emacron -Encoding: 375 275 119 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e uni0304 -EndChar -StartChar: imacron -Encoding: 376 299 120 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i uni0304 -EndChar -StartChar: kcommaaccent -Encoding: 377 311 121 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' k uni0327 -EndChar -StartChar: lcommaaccent -Encoding: 378 316 122 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' l uni0327 -EndChar -StartChar: ncommaaccent -Encoding: 379 326 123 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n uni0327 -EndChar -StartChar: omacron -Encoding: 380 333 124 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o uni0304 -EndChar -StartChar: rcommaaccent -Encoding: 381 343 125 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' r uni0327 -EndChar -StartChar: umacron -Encoding: 382 363 126 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0304 -EndChar -StartChar: uogonek -Encoding: 383 371 127 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0328 -EndChar -StartChar: rcaron -Encoding: 384 345 128 -Width: 1000 -Flags: H -KernsSLIF: 39 55 0 0 348 26 0 0 349 26 0 0 350 26 0 0 363 26 0 0 365 26 0 0 362 26 0 0 364 26 0 0 367 -26 0 0 368 34 0 0 372 34 0 0 -Ligature: 0 0 'liga' r uni030C -EndChar -StartChar: scedilla -Encoding: 385 351 129 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s uni0327 -EndChar -StartChar: gcommaaccent -Encoding: 386 291 130 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' g uni0327 -EndChar -StartChar: iogonek -Encoding: 387 303 131 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' i uni0328 -EndChar -StartChar: Scommaaccent -Encoding: 388 536 132 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni0326 -EndChar -StartChar: Eth -Encoding: 389 208 162 -Width: 1000 -Flags: H -EndChar -StartChar: Dcroat -Encoding: 390 272 163 -Width: 1000 -Flags: H -EndChar -StartChar: Thorn -Encoding: 391 222 165 -Width: 1000 -Flags: H -EndChar -StartChar: dcroat -Encoding: 392 273 199 -Width: 1000 -Flags: H -EndChar -StartChar: eth -Encoding: 393 240 201 -Width: 1000 -Flags: HM -EndChar -StartChar: thorn -Encoding: 394 254 202 -Width: 1000 -Flags: HM -EndChar -StartChar: Euro -Encoding: 395 8364 217 -Width: 1000 -Flags: HM -EndChar -StartChar: onesuperior -Encoding: 396 185 219 -Width: 1000 -Flags: HM -EndChar -StartChar: twosuperior -Encoding: 397 178 220 -Width: 1000 -Flags: HM -EndChar -StartChar: threesuperior -Encoding: 398 179 221 -Width: 1000 -Flags: H -EndChar -StartChar: degree -Encoding: 399 176 257 -Width: 1000 -Flags: HM -EndChar -StartChar: minus -Encoding: 400 8722 259 -Width: 1000 -Flags: HM -EndChar -StartChar: multiply -Encoding: 401 215 260 -Width: 1000 -Flags: HM -EndChar -StartChar: divide -Encoding: 402 247 261 -Width: 1000 -Flags: HM -EndChar -StartChar: trademark -Encoding: 403 8482 263 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' T M -EndChar -StartChar: plusminus -Encoding: 404 177 272 -Width: 1000 -Flags: HM -EndChar -StartChar: onehalf -Encoding: 405 189 273 -Width: 1000 -Flags: HM -Ligature: 0 1 'frac' one slash two -Ligature: 0 1 'frac' one fraction two -EndChar -StartChar: onequarter -Encoding: 406 188 274 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' one slash four -Ligature: 0 1 'frac' one fraction four -EndChar -StartChar: threequarters -Encoding: 407 190 275 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' three slash four -Ligature: 0 1 'frac' three fraction four -EndChar -StartChar: commaaccent -Encoding: 408 63171 293 -Width: 1000 -Flags: H -EndChar -StartChar: copyright -Encoding: 409 169 294 -Width: 1000 -Flags: HM -EndChar -StartChar: registered -Encoding: 410 174 295 -Width: 1000 -Flags: HM -EndChar -StartChar: lozenge -Encoding: 411 9674 298 -Width: 1000 -Flags: HM -EndChar -StartChar: Delta -Encoding: 412 8710 299 -Width: 1000 -Flags: HM -EndChar -StartChar: notequal -Encoding: 413 8800 300 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' equal uni0338 -EndChar -StartChar: radical -Encoding: 414 8730 301 -Width: 1000 -Flags: H -EndChar -StartChar: lessequal -Encoding: 415 8804 304 -Width: 1000 -Flags: HM -EndChar -StartChar: greaterequal -Encoding: 416 8805 305 -Width: 1000 -Flags: HM -EndChar -StartChar: logicalnot -Encoding: 417 172 306 -Width: 1000 -Flags: HM -EndChar -StartChar: summation -Encoding: 418 8721 307 -Width: 1000 -Flags: HM -EndChar -StartChar: partialdiff -Encoding: 419 8706 308 -Width: 1000 -Flags: HM -EndChar -StartChar: brokenbar -Encoding: 420 166 311 -Width: 1000 -Flags: HM -EndChar -StartChar: mu -Encoding: 421 181 314 -Width: 1000 -Flags: H -EndChar -EndChars -EndSplineFont diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-ItalicOsF.sfd b/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-ItalicOsF.sfd deleted file mode 100644 index 273c31e2adc..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-ItalicOsF.sfd +++ /dev/null @@ -1,2131 +0,0 @@ -SplineFontDB: 1.0 -FontName: Palladio-ItalicOsF -FullName: URW Palladio L Italic Old Style Figures -FamilyName: URW Palladio L -Weight: Regular -Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development,Copyright 2004 Ralf Stubner -Version: 1.000 -ItalicAngle: -9.5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 800 -Descent: 200 -NeedsXUIDChange: 1 -FSType: 0 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -ScriptLang: 2 - 1 latn 1 dflt - 1 DFLT 1 dflt -Encoding: AdobeStandard -UnicodeInterp: none -DisplaySize: -24 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 24 24 11 -BeginPrivate: 7 -BlueValues 23 [-20 0 471 491 692 712] -BlueScale 8 0.039625 -StdHW 4 [38] -StdVW 4 [78] -StemSnapH 203 [33 38 43 48 53 59 63] -systemdict /internaldict known -{1183615869 systemdict /internaldict get exec -/StemSnapLength 2 copy known { get 7 lt } { pop pop true } ifelse } -{ true } ifelse { pop [38 43] } if -StemSnapV 2 [] -ForceBold 5 false -EndPrivate -BeginChars: 422 330 -StartChar: .notdef -Encoding: 0 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 1 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 2 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 3 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 4 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 5 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 6 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 7 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 8 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 9 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 10 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 11 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 12 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 13 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 14 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 15 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 16 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 17 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 18 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 19 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 20 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 21 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 22 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 23 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 24 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 25 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 26 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 27 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 28 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 29 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 30 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 31 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: space -Encoding: 32 32 296 -Width: 250 -Flags: HW -EndChar -StartChar: quoteright -Encoding: 39 8217 267 -Width: 1000 -Flags: HM -KernsSLIF: 39 -74 1 0 385 -55 1 0 373 -36 1 0 262 -143 1 0 256 -143 1 0 257 -143 1 0 225 -147 1 0 -EndChar -StartChar: zero -Encoding: 48 48 212 -Width: 500 -Flags: HW -HStem: -13 34<193 211> 445 34<287 307> -VStem: 34 70<127 157> 386 70<316 340> -Fore -293 479 m 1 - 393 479 456 418 456 318 c 0 - 456 232 427 142 380 80 c 0 - 334 18 273 -13 198 -13 c 0 - 93 -13 34 48 34 157 c 0 - 34 252 70 348 126 408 c 1 - 171 456 231 473 293 479 c 1 -287 445 m 0 - 219 445 176 424 140 323 c 0 - 119 257 104 185 104 127 c 0 - 104 52 138 21 201 21 c 0 - 258 21 301 38 335 112 c 0 - 364 173 386 269 386 338 c 0 - 386 417 352 445 287 445 c 0 -EndSplineSet -KernsSLIF: 55 -22 1 0 49 -13 1 0 52 3 1 0 -EndChar -StartChar: one -Encoding: 49 49 203 -Width: 500 -Flags: HW -HStem: 0 21G<197.5 250.5> -Fore -388 451 m 1 - 388 451 338 446 328 398 c 2 - 318 350 l 1 - 276 136 l 2 - 269 94 268 87 268 76 c 0 - 268 41 281 31 327 28 c 2 - 398 24 l 1 - 393 -3 l 1 - 324 -1 277 0 224 0 c 0 - 171 0 123 -1 54 -3 c 1 - 59 24 l 1 - 144 34 l 2 - 175 39 183 50 192 102 c 1 - 246 406 l 1 - 230 400 153 376 153 376 c 2 - 81 352 l 1 - 74 357 l 1 - 85 411 l 1 - 206 442 272 459 382 484 c 1 - 388 451 l 1 -EndSplineSet -KernsSLIF: 48 -44 1 0 50 -15 1 0 51 -27 1 0 54 -60 1 0 55 -38 1 0 49 -38 1 0 57 -39 1 0 52 -63 1 0 53 -23 1 0 56 -47 1 0 -EndChar -StartChar: two -Encoding: 50 50 204 -Width: 500 -Flags: HW -HStem: 0 60<104 323> 426 52<228 257> -VStem: 321 85<346 366> -Fore -206 171 m 0 - 278 227 321 307 321 355 c 1 - 313 400 283 426 230 426 c 1 - 173 426 157 416 108 360 c 1 - 86 366 l 1 - 125 447 l 1 - 169 470 206 478 257 478 c 0 - 360 478 406 434 406 366 c 0 - 406 317 394 260 337 216 c 2 - 104 60 l 1 - 314 60 l 2 - 349 60 380 66 426 74 c 1 - 432 66 l 1 - 415 -3 l 1 - 347 -1 275 0 214 0 c 0 - 153 0 92 -3 24 -5 c 1 - 16 13 l 1 - 26 46 l 1 - 26 46 133 114 206 171 c 0 -EndSplineSet -KernsSLIF: 55 -27 1 0 49 -26 1 0 52 -42 1 0 -EndChar -StartChar: three -Encoding: 51 51 205 -Width: 500 -VWidth: 780 -Flags: HW -HStem: 165 37<159 181> 417 61<214 241> -VStem: 306 76<33 67> 315 79<331 355> -Back -9 -165 m 0xe0 - 71 -180 155 -165 190 -148 c 0 - 240 -124 306 -14 306 47 c 0xe0 - 306 132 266 165 181 165 c 0 - 156 165 139 162 103 149 c 1 - 97 161 l 1 - 115 204 l 1 - 124 204 l 2 - 125 204 129 204 137 203 c 2 - 159 202 l 2 - 246 202 315 250 315 331 c 0 - 315 387 275 417 214 417 c 0 - 170 417 146 404 107 359 c 2 - 86 335 l 1 - 67 348 l 1 - 125 447 l 1 - 175 470 205 478 241 478 c 0 - 332 478 394 432 394 355 c 0xd0 - 394 283 354 251 249 196 c 1 - 302 183 325 189 347 167 c 0 - 375 139 382 101 382 49 c 0 - 382 -36 331 -89 254 -156 c 0 - 206 -198 78 -222 6 -222 c 1 - 9 -165 l 0xe0 -EndSplineSet -Fore -382 49 m 0xe0 - 382 -118 182 -222 6 -222 c 1 - 9 -165 l 0 - 71 -180 155 -165 190 -148 c 0 - 240 -124 306 -14 306 47 c 0 - 306 132 266 165 181 165 c 0 - 156 165 139 162 103 149 c 1 - 97 161 l 1 - 115 204 l 1 - 124 204 l 2 - 125 204 129 204 137 203 c 2 - 159 202 l 2 - 246 202 315 250 315 331 c 0xd0 - 315 387 275 417 214 417 c 0 - 170 417 146 404 107 359 c 2 - 86 335 l 1 - 67 348 l 1 - 125 447 l 1 - 175 470 205 478 241 478 c 0 - 332 478 394 432 394 355 c 0 - 394 283 354 251 249 196 c 1 - 302 183 382 179 382 49 c 0xe0 -EndSplineSet -KernsSLIF: 55 -32 1 0 49 -31 1 0 52 7 1 0 -EndChar -StartChar: four -Encoding: 52 52 206 -Width: 500 -VWidth: 775 -Flags: HW -HStem: -25 20G<322 391> -4 56<74 254 332 411> -Fore -224 -204 m 17 - 254 -4 l 1 - 14 -4 l 1 - 14 27 l 1 - 34 78 120 218 146 254 c 0 - 170 288 272 408 334 459 c 1 - 403 474 l 1 - 411 469 l 1 - 332 52 l 1 - 456 52 l 1 - 460 47 l 1 - 444 -8 l 1 - 429 -7 399 -5 391 -5 c 2 - 322 -5 l 1 - 301 -200 l 25 - 237 -224 l 25 - 224 -204 l 17 -327 396 m 1 - 327 396 212 276 178 230 c 0 - 141 180 74 52 74 52 c 1 - 264 52 l 1 - 327 396 l 1 -EndSplineSet -KernsSLIF: 55 -16 1 0 49 -16 1 0 52 21 1 0 -EndChar -StartChar: five -Encoding: 53 53 207 -Width: 500 -Flags: HW -HStem: 401 68<277 343> -VStem: 289 86<81 102> -Fore -375 102 m 0 - 375 -62 196 -226 6 -222 c 1 - 9 -165 l 0 - 154 -192 289 -78 289 83 c 0 - 289 173 94 197 94 197 c 1 - 152 471 l 1 - 160 476 l 1 - 216 473 287 469 327 469 c 0 - 354 469 403 471 439 473 c 1 - 445 464 l 1 - 410 406 l 1 - 359 403 344 401 303 401 c 0 - 265 401 223 403 182 406 c 1 - 137 241 l 1 - 193 230 375 204 375 102 c 0 -EndSplineSet -KernsSLIF: 55 -15 1 0 49 -38 1 0 52 3 1 0 -EndChar -StartChar: six -Encoding: 54 54 208 -Width: 500 -Flags: HMW -HStem: -11 46<201 242> 362 55<278.5 298.5> 653 46<375 391.5> -VStem: 49 76<134 228.5> 372 76<239 275.5> -Fore -448 263 m 0 - 448 111 325 -11 202 -11 c 0 - 106 -11 49 68 49 200 c 0 - 49 421 235 640 467 688 c 1 - 467 657 l 1 - 246 604 155 411 133 311 c 1 - 195 387 245 417 312 417 c 0 - 397 417 448 360 448 263 c 0 -265 362 m 0 - 184 362 125 283 125 174 c 0 - 125 90 168 35 234 35 c 0 - 313 35 372 120 372 236 c 0 - 372 315 332 362 265 362 c 0 -EndSplineSet -KernsSLIF: 55 -25 1 0 49 -44 1 0 52 6 1 0 -EndChar -StartChar: seven -Encoding: 55 55 209 -Width: 500 -VWidth: 780 -Flags: HW -HStem: 393 73<302 408> -Fore -29 -215 m 1 - 29 -215 127 -60 130 -56 c 2 - 408 393 l 1 - 190 393 l 2 - 181 393 124 390 91 388 c 1 - 85 392 l 1 - 101 472 l 1 - 145 471 177 470 186 470 c 2 - 302 467 l 1 - 371 466 l 1 - 379 466 l 2 - 397 466 446 467 478 468 c 1 - 478 433 l 1 - 352 230 l 2 - 273 103 190 -57 116 -223 c 1 - 92 -221 92 -220 78 -220 c 0 - 72 -220 65 -220 53 -222 c 0 - 50 -222 43 -222 34 -223 c 1 - 29 -215 l 1 -EndSplineSet -KernsSLIF: 50 -20 1 0 51 -30 1 0 54 -58 1 0 55 -3 1 0 49 -14 1 0 52 -79 1 0 53 -31 1 0 56 -43 1 0 -EndChar -StartChar: eight -Encoding: 56 56 210 -Width: 500 -Flags: HW -HStem: -11 42<186.5 252> 657 42<282 333> -VStem: 36 76<111.5 155.5> 117 68<500 542> 355 76<165 225> 401 68<538 586> -Fore -217 352 m 1xe8 - 148 391 117 434 117 490 c 0 - 117 594 228 699 336 699 c 0 - 417 699 469 651 469 576 c 0xd4 - 469 500 434 454 320 378 c 1 - 407 330 431 297 431 228 c 0 - 431 102 316 -11 188 -11 c 0 - 96 -11 36 45 36 130 c 0 - 36 181 57 229 98 272 c 0 - 129 304 155 322 217 352 c 1xe8 -273 321 m 2xf8 - 244 338 l 1 - 156 292 112 229 112 148 c 0 - 112 75 152 31 221 31 c 0 - 299 31 355 100 355 195 c 0 - 355 255 337 284 273 321 c 2xf8 -257 413 m 2 - 291 394 l 1 - 364 441 401 495 401 556 c 0xc4 - 401 616 362 657 304 657 c 0 - 236 657 185 599 185 522 c 0 - 185 478 211 439 257 413 c 2 -EndSplineSet -KernsSLIF: 55 -17 1 0 49 -16 1 0 52 -1 1 0 -EndChar -StartChar: nine -Encoding: 57 57 211 -Width: 500 -Flags: HMW -HStem: -232 48<112 148> 55 54<194 220> 433 45<218 286> -VStem: 41 76<204 288> 362 76<236 331> -Fore -29 -225 m 0 - 13 -195 l 0 - 314 -64 327 35 348 142 c 1 - 289 68 252 55 189 55 c 0 - 100 55 41 120 41 219 c 0 - 41 358 153 478 282 478 c 0 - 384 478 438 402 438 260 c 0 - 438 124 359 -131 29 -225 c 0 -253 433 m 0 - 174 433 117 356 117 248 c 0 - 117 160 158 109 229 109 c 0 - 306 109 362 184 362 287 c 0 - 362 375 319 433 253 433 c 0 -EndSplineSet -KernsSLIF: 55 -25 1 0 49 -18 1 0 52 -10 1 0 -EndChar -StartChar: quoteleft -Encoding: 96 8216 228 -Width: 1000 -Flags: HM -KernsSLIF: 96 -74 1 0 262 -146 1 0 256 -146 1 0 257 -146 1 0 225 -150 1 0 -EndChar -StartChar: .notdef -Encoding: 127 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 128 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 129 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 130 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 131 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 132 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 133 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 134 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 135 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 136 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 137 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 138 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 139 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 140 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 141 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 142 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 143 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 144 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 145 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 146 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 147 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 148 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 149 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 150 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 151 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 152 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 153 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 154 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 155 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 156 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 157 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 158 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 159 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 160 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: fraction -Encoding: 164 8260 276 -Width: 1000 -Flags: HM -EndChar -StartChar: florin -Encoding: 166 402 216 -Width: 1000 -Flags: HM -EndChar -StartChar: currency -Encoding: 168 164 265 -Width: 1000 -Flags: HM -EndChar -StartChar: quotesingle -Encoding: 169 39 253 -Width: 1000 -Flags: H -EndChar -StartChar: quotedblleft -Encoding: 170 8220 230 -Width: 1000 -Flags: HM -KernsSLIF: 262 -149 1 0 256 -149 1 0 257 -149 1 0 225 -153 1 0 -EndChar -StartChar: guilsinglleft -Encoding: 172 8249 239 -Width: 1000 -Flags: H -EndChar -StartChar: guilsinglright -Encoding: 173 8250 238 -Width: 1000 -Flags: H -KernsSLIF: 260 -71 1 0 259 -71 1 0 258 -71 1 0 263 -71 1 0 261 -71 1 0 297 -102 1 0 309 -102 1 0 304 -114 1 0 310 -114 1 0 262 -71 1 0 256 -71 1 0 257 -71 1 0 225 -79 1 0 -EndChar -StartChar: fi -Encoding: 174 64257 197 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' f i -EndChar -StartChar: fl -Encoding: 175 64258 198 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' f l -EndChar -StartChar: .notdef -Encoding: 176 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: endash -Encoding: 177 8211 242 -Width: 1000 -Flags: HM -EndChar -StartChar: dagger -Encoding: 178 8224 250 -Width: 1000 -Flags: H -EndChar -StartChar: daggerdbl -Encoding: 179 8225 251 -Width: 1000 -Flags: H -EndChar -StartChar: periodcentered -Encoding: 180 183 224 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 181 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: bullet -Encoding: 183 8226 297 -Width: 1000 -Flags: H -EndChar -StartChar: quotesinglbase -Encoding: 184 8218 266 -Width: 1000 -Flags: H -EndChar -StartChar: quotedblbase -Encoding: 185 8222 231 -Width: 1000 -Flags: H -KernsSLIF: 225 -5 1 0 -EndChar -StartChar: quotedblright -Encoding: 186 8221 229 -Width: 1000 -Flags: HM -KernsSLIF: 262 -146 1 0 256 -146 1 0 257 -146 1 0 225 -150 1 0 -EndChar -StartChar: ellipsis -Encoding: 188 8230 225 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' period period period -EndChar -StartChar: perthousand -Encoding: 189 8240 278 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 190 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 192 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: grave -Encoding: 193 96 284 -Width: 1000 -Flags: H -EndChar -StartChar: acute -Encoding: 194 180 283 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' space acutecomb -EndChar -StartChar: circumflex -Encoding: 195 710 285 -Width: 1000 -Flags: H -EndChar -StartChar: tilde -Encoding: 196 732 288 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' space tildecomb -EndChar -StartChar: macron -Encoding: 197 175 292 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0304 -EndChar -StartChar: breve -Encoding: 198 728 287 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0306 -EndChar -StartChar: dotaccent -Encoding: 199 729 281 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 1 'liga' space uni0307 -EndChar -StartChar: dieresis -Encoding: 200 168 280 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0308 -EndChar -StartChar: .notdef -Encoding: 201 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ring -Encoding: 202 730 282 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni030A -EndChar -StartChar: cedilla -Encoding: 203 184 290 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0327 -EndChar -StartChar: .notdef -Encoding: 204 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: hungarumlaut -Encoding: 205 733 289 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' space uni030B -EndChar -StartChar: ogonek -Encoding: 206 731 291 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' space uni0328 -EndChar -StartChar: caron -Encoding: 207 711 286 -Width: 1000 -Flags: H -EndChar -StartChar: emdash -Encoding: 208 8212 243 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 209 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 210 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 211 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 212 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 213 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 214 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 215 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 216 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 217 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 218 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 219 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 220 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 221 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 222 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 223 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 224 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: AE -Encoding: 225 198 159 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 226 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ordfeminine -Encoding: 227 170 270 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 228 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 229 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 230 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 231 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: Lslash -Encoding: 232 321 164 -Width: 1000 -Flags: HM -KernsSLIF: 39 -36 0 0 368 -36 0 0 372 -36 0 0 297 -74 0 0 309 -74 0 0 304 -74 0 0 310 -74 0 0 -EndChar -StartChar: Oslash -Encoding: 233 216 161 -Width: 1000 -Flags: HM -EndChar -StartChar: OE -Encoding: 234 338 160 -Width: 1000 -Flags: H -EndChar -StartChar: ordmasculine -Encoding: 235 186 271 -Width: 1000 -Flags: HM -EndChar -StartChar: .notdef -Encoding: 236 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 237 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 238 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 239 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 240 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ae -Encoding: 241 230 192 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 242 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 243 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 244 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: dotlessi -Encoding: 245 305 196 -Width: 1000 -Flags: HM -EndChar -StartChar: .notdef -Encoding: 246 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 247 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: lslash -Encoding: 248 322 200 -Width: 1000 -Flags: HM -EndChar -StartChar: oslash -Encoding: 249 248 194 -Width: 1000 -Flags: HM -EndChar -StartChar: oe -Encoding: 250 339 193 -Width: 1000 -Flags: H -EndChar -StartChar: germandbls -Encoding: 251 223 195 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 252 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 253 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 254 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 255 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: Adieresis -Encoding: 256 196 0 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 39 -55 0 0 186 -76 0 0 172 -55 0 0 -Ligature: 0 0 'liga' A uni0308 -EndChar -StartChar: Aacute -Encoding: 257 193 1 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 39 -55 0 0 172 -55 0 0 -Ligature: 0 0 'liga' A acutecomb -EndChar -StartChar: Agrave -Encoding: 258 192 2 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' A gravecomb -EndChar -StartChar: Acircumflex -Encoding: 259 194 3 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' A uni0302 -EndChar -StartChar: Abreve -Encoding: 260 258 4 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' A uni0306 -EndChar -StartChar: Atilde -Encoding: 261 195 5 -Width: 1000 -Flags: H -KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' A tildecomb -EndChar -StartChar: Aring -Encoding: 262 197 6 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 39 -55 0 0 186 -76 0 0 172 -55 0 0 -Ligature: 0 0 'liga' A uni030A -EndChar -StartChar: Aogonek -Encoding: 263 260 7 -Width: 1000 -Flags: HM -KernsSLIF: 39 -55 0 0 172 -55 0 0 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' A uni0328 -EndChar -StartChar: Ccedilla -Encoding: 264 199 8 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' C uni0327 -EndChar -StartChar: Cacute -Encoding: 265 262 9 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' C acutecomb -EndChar -StartChar: Ccaron -Encoding: 266 268 10 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' C uni030C -EndChar -StartChar: Dcaron -Encoding: 267 270 11 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' D uni030C -EndChar -StartChar: Edieresis -Encoding: 268 203 12 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0308 -EndChar -StartChar: Eacute -Encoding: 269 201 13 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E acutecomb -EndChar -StartChar: Egrave -Encoding: 270 200 14 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E gravecomb -EndChar -StartChar: Ecircumflex -Encoding: 271 202 15 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0302 -EndChar -StartChar: Ecaron -Encoding: 272 282 16 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni030C -EndChar -StartChar: Edotaccent -Encoding: 273 278 17 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0307 -EndChar -StartChar: Eogonek -Encoding: 274 280 18 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0328 -EndChar -StartChar: Gbreve -Encoding: 275 286 19 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' G uni0306 -EndChar -StartChar: Idieresis -Encoding: 276 207 20 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0308 -EndChar -StartChar: Iacute -Encoding: 277 205 21 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I acutecomb -EndChar -StartChar: Igrave -Encoding: 278 204 22 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I gravecomb -EndChar -StartChar: Icircumflex -Encoding: 279 206 23 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0302 -EndChar -StartChar: Idotaccent -Encoding: 280 304 24 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0307 -EndChar -StartChar: Lacute -Encoding: 281 313 25 -Width: 1000 -Flags: HM -KernsSLIF: 39 -36 0 0 368 -36 0 0 372 -36 0 0 297 -74 0 0 309 -74 0 0 304 -74 0 0 310 -74 0 0 -Ligature: 0 0 'liga' L acutecomb -EndChar -StartChar: Lcaron -Encoding: 282 317 26 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' L uni030C -EndChar -StartChar: Nacute -Encoding: 283 323 27 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N acutecomb -EndChar -StartChar: Ncaron -Encoding: 284 327 28 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N uni030C -EndChar -StartChar: Ntilde -Encoding: 285 209 29 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N tildecomb -EndChar -StartChar: Odieresis -Encoding: 286 214 30 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni0308 -EndChar -StartChar: Oacute -Encoding: 287 211 31 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O acutecomb -EndChar -StartChar: Ograve -Encoding: 288 210 32 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O gravecomb -EndChar -StartChar: Ocircumflex -Encoding: 289 212 33 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O uni0302 -EndChar -StartChar: Otilde -Encoding: 290 213 34 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O tildecomb -EndChar -StartChar: Ohungarumlaut -Encoding: 291 336 35 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' O uni030B -EndChar -StartChar: Racute -Encoding: 292 340 36 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' R acutecomb -EndChar -StartChar: Rcaron -Encoding: 293 344 37 -Width: 1000 -Flags: H -KernsSLIF: 297 -55 0 0 309 -55 0 0 304 -55 0 0 310 -55 0 0 -Ligature: 0 0 'liga' R uni030C -EndChar -StartChar: Sacute -Encoding: 294 346 38 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S acutecomb -EndChar -StartChar: Scaron -Encoding: 295 352 39 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni030C -EndChar -StartChar: Scedilla -Encoding: 296 350 40 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni0327 -EndChar -StartChar: Tcaron -Encoding: 297 356 41 -Width: 1000 -Flags: H -KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -111 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 287 -17 0 0 289 -17 0 0 286 -17 0 0 288 -17 0 0 291 -17 0 0 233 -17 0 0 290 -17 0 0 329 -111 0 0 332 -111 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -111 0 0 -Ligature: 0 0 'liga' T uni030C -EndChar -StartChar: Udieresis -Encoding: 298 220 42 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0308 -EndChar -StartChar: Uacute -Encoding: 299 218 43 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U acutecomb -EndChar -StartChar: Ugrave -Encoding: 300 217 44 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U gravecomb -EndChar -StartChar: Ucircumflex -Encoding: 301 219 45 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0302 -EndChar -StartChar: Uring -Encoding: 302 366 46 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni030A -EndChar -StartChar: Uhungarumlaut -Encoding: 303 368 47 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni030B -EndChar -StartChar: Yacute -Encoding: 304 221 48 -Width: 1000 -Flags: H -KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -92 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 329 -92 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 -Ligature: 0 0 'liga' Y acutecomb -EndChar -StartChar: Zacute -Encoding: 305 377 49 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z acutecomb -EndChar -StartChar: Zcaron -Encoding: 306 381 50 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z uni030C -EndChar -StartChar: Zdotaccent -Encoding: 307 379 51 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z uni0307 -EndChar -StartChar: Amacron -Encoding: 308 256 52 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' A uni0304 -EndChar -StartChar: Tcommaaccent -Encoding: 309 354 53 -Width: 1000 -Flags: H -KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -111 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 287 -17 0 0 289 -17 0 0 286 -17 0 0 288 -17 0 0 291 -17 0 0 233 -17 0 0 290 -17 0 0 329 -111 0 0 332 -111 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -111 0 0 -Ligature: 0 0 'liga' T uni0327 -EndChar -StartChar: Ydieresis -Encoding: 310 376 54 -Width: 1000 -Flags: H -KernsSLIF: 172 -123 0 0 225 -92 0 0 241 -92 0 0 257 -92 0 0 260 -92 0 0 259 -92 0 0 256 -92 0 0 258 -92 0 0 263 -92 0 0 262 -92 0 0 261 -92 0 0 329 -92 0 0 340 -111 0 0 250 -111 0 0 249 -111 0 0 385 -92 0 0 -Ligature: 0 0 'liga' Y uni0308 -EndChar -StartChar: Emacron -Encoding: 311 274 55 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0304 -EndChar -StartChar: Imacron -Encoding: 312 298 56 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0304 -EndChar -StartChar: Iogonek -Encoding: 313 302 57 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0328 -EndChar -StartChar: Kcommaaccent -Encoding: 314 310 58 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' K uni0327 -EndChar -StartChar: Ncommaaccent -Encoding: 316 325 60 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N uni0327 -EndChar -StartChar: Omacron -Encoding: 317 332 61 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni0304 -EndChar -StartChar: Rcommaaccent -Encoding: 318 342 62 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' R uni0327 -EndChar -StartChar: Gcommaaccent -Encoding: 319 290 63 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' G uni0327 -EndChar -StartChar: Umacron -Encoding: 320 362 64 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0304 -EndChar -StartChar: Uogonek -Encoding: 321 370 65 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0328 -EndChar -StartChar: adieresis -Encoding: 322 228 66 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0308 -EndChar -StartChar: aacute -Encoding: 323 225 67 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a acutecomb -EndChar -StartChar: agrave -Encoding: 324 224 68 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a gravecomb -EndChar -StartChar: acircumflex -Encoding: 325 226 69 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0302 -EndChar -StartChar: abreve -Encoding: 326 259 70 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0306 -EndChar -StartChar: atilde -Encoding: 327 227 71 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a tildecomb -EndChar -StartChar: aring -Encoding: 328 229 72 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni030A -EndChar -StartChar: aogonek -Encoding: 329 261 73 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0328 -EndChar -StartChar: cacute -Encoding: 330 263 74 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' c acutecomb -EndChar -StartChar: ccaron -Encoding: 331 269 75 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' c uni030C -EndChar -StartChar: ccedilla -Encoding: 332 231 76 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' c uni0327 -EndChar -StartChar: dcaron -Encoding: 333 271 77 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' d uni030C -EndChar -StartChar: edieresis -Encoding: 334 235 78 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e uni0308 -EndChar -StartChar: eacute -Encoding: 335 233 79 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e acutecomb -EndChar -StartChar: egrave -Encoding: 336 232 80 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e gravecomb -EndChar -StartChar: ecircumflex -Encoding: 337 234 81 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e uni0302 -EndChar -StartChar: ecaron -Encoding: 338 283 82 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e uni030C -EndChar -StartChar: edotaccent -Encoding: 339 279 83 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e uni0307 -EndChar -StartChar: eogonek -Encoding: 340 281 84 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' e uni0328 -EndChar -StartChar: gbreve -Encoding: 341 287 85 -Width: 1000 -Flags: H -KernsSLIF: 174 45 0 0 175 45 0 0 -Ligature: 0 0 'liga' g uni0306 -EndChar -StartChar: idieresis -Encoding: 342 239 86 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i uni0308 -EndChar -StartChar: iacute -Encoding: 343 237 87 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i acutecomb -EndChar -StartChar: igrave -Encoding: 344 236 88 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i gravecomb -EndChar -StartChar: icircumflex -Encoding: 345 238 89 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i uni0302 -EndChar -StartChar: lacute -Encoding: 346 314 90 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' l acutecomb -EndChar -StartChar: lcaron -Encoding: 347 318 91 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' l uni030C -EndChar -StartChar: nacute -Encoding: 348 324 92 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' n acutecomb -EndChar -StartChar: ncaron -Encoding: 349 328 93 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' n uni030C -EndChar -StartChar: ntilde -Encoding: 350 241 94 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' n tildecomb -EndChar -StartChar: odieresis -Encoding: 351 246 95 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o uni0308 -EndChar -StartChar: oacute -Encoding: 352 243 96 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' o acutecomb -EndChar -StartChar: ograve -Encoding: 353 242 97 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' o gravecomb -EndChar -StartChar: ocircumflex -Encoding: 354 244 98 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' o uni0302 -EndChar -StartChar: otilde -Encoding: 355 245 99 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o tildecomb -EndChar -StartChar: ohungarumlaut -Encoding: 356 337 100 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' o uni030B -EndChar -StartChar: racute -Encoding: 357 341 101 -Width: 1000 -Flags: HM -KernsSLIF: 39 36 0 0 352 -17 0 0 354 -17 0 0 351 -17 0 0 250 -17 0 0 353 -17 0 0 249 -17 0 0 356 -17 0 0 341 -17 0 0 335 -17 0 0 338 -17 0 0 337 -17 0 0 334 -17 0 0 336 -17 0 0 330 -17 0 0 331 -17 0 0 332 -17 0 0 340 -17 0 0 -Ligature: 0 0 'liga' r acutecomb -EndChar -StartChar: sacute -Encoding: 358 347 102 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s acutecomb -EndChar -StartChar: scaron -Encoding: 359 353 103 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s uni030C -EndChar -StartChar: scommaaccent -Encoding: 360 537 104 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s uni0326 -EndChar -StartChar: tcaron -Encoding: 361 357 105 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' t uni030C -EndChar -StartChar: udieresis -Encoding: 362 252 106 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0308 -EndChar -StartChar: uacute -Encoding: 363 250 107 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u acutecomb -EndChar -StartChar: ugrave -Encoding: 364 249 108 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u gravecomb -EndChar -StartChar: ucircumflex -Encoding: 365 251 109 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0302 -EndChar -StartChar: uring -Encoding: 366 367 110 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni030A -EndChar -StartChar: uhungarumlaut -Encoding: 367 369 111 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni030B -EndChar -StartChar: yacute -Encoding: 368 253 112 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' y acutecomb -EndChar -StartChar: zacute -Encoding: 369 378 113 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z acutecomb -EndChar -StartChar: zcaron -Encoding: 370 382 114 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z uni030C -EndChar -StartChar: zdotaccent -Encoding: 371 380 115 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' z uni0307 -EndChar -StartChar: ydieresis -Encoding: 372 255 116 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' y uni0308 -EndChar -StartChar: tcommaaccent -Encoding: 373 355 117 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' t uni0327 -EndChar -StartChar: amacron -Encoding: 374 257 118 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' a uni0304 -EndChar -StartChar: emacron -Encoding: 375 275 119 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' e uni0304 -EndChar -StartChar: imacron -Encoding: 376 299 120 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' i uni0304 -EndChar -StartChar: kcommaaccent -Encoding: 377 311 121 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' k uni0327 -EndChar -StartChar: lcommaaccent -Encoding: 378 316 122 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' l uni0327 -EndChar -StartChar: ncommaaccent -Encoding: 379 326 123 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' n uni0327 -EndChar -StartChar: omacron -Encoding: 380 333 124 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' o uni0304 -EndChar -StartChar: rcommaaccent -Encoding: 381 343 125 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' r uni0327 -EndChar -StartChar: umacron -Encoding: 382 363 126 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0304 -EndChar -StartChar: uogonek -Encoding: 383 371 127 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' u uni0328 -EndChar -StartChar: rcaron -Encoding: 384 345 128 -Width: 1000 -Flags: HM -KernsSLIF: 39 36 0 0 352 -17 0 0 354 -17 0 0 351 -17 0 0 250 -17 0 0 353 -17 0 0 249 -17 0 0 356 -17 0 0 341 -17 0 0 335 -17 0 0 338 -17 0 0 337 -17 0 0 334 -17 0 0 336 -17 0 0 330 -17 0 0 331 -17 0 0 332 -17 0 0 340 -17 0 0 -Ligature: 0 0 'liga' r uni030C -EndChar -StartChar: scedilla -Encoding: 385 351 129 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' s uni0327 -EndChar -StartChar: gcommaaccent -Encoding: 386 291 130 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' g uni0327 -EndChar -StartChar: iogonek -Encoding: 387 303 131 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' i uni0328 -EndChar -StartChar: Scommaaccent -Encoding: 388 536 132 -Width: 1000 -Flags: HM -Ligature: 0 0 'liga' S uni0326 -EndChar -StartChar: Eth -Encoding: 389 208 162 -Width: 1000 -Flags: HM -EndChar -StartChar: Dcroat -Encoding: 390 272 163 -Width: 1000 -Flags: HM -EndChar -StartChar: Thorn -Encoding: 391 222 165 -Width: 1000 -Flags: H -EndChar -StartChar: dcroat -Encoding: 392 273 199 -Width: 1000 -Flags: H -EndChar -StartChar: eth -Encoding: 393 240 201 -Width: 1000 -Flags: HM -EndChar -StartChar: thorn -Encoding: 394 254 202 -Width: 1000 -Flags: H -EndChar -StartChar: Euro -Encoding: 395 8364 217 -Width: 1000 -Flags: HM -EndChar -StartChar: onesuperior -Encoding: 396 185 219 -Width: 1000 -Flags: HM -EndChar -StartChar: twosuperior -Encoding: 397 178 220 -Width: 1000 -Flags: HM -EndChar -StartChar: threesuperior -Encoding: 398 179 221 -Width: 1000 -Flags: H -EndChar -StartChar: degree -Encoding: 399 176 257 -Width: 1000 -Flags: HM -EndChar -StartChar: minus -Encoding: 400 8722 259 -Width: 1000 -Flags: HM -EndChar -StartChar: multiply -Encoding: 401 215 260 -Width: 1000 -Flags: HM -EndChar -StartChar: divide -Encoding: 402 247 261 -Width: 1000 -Flags: HM -EndChar -StartChar: trademark -Encoding: 403 8482 263 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' T M -EndChar -StartChar: plusminus -Encoding: 404 177 272 -Width: 1000 -Flags: HM -EndChar -StartChar: onehalf -Encoding: 405 189 273 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' one slash two -Ligature: 0 1 'frac' one fraction two -EndChar -StartChar: onequarter -Encoding: 406 188 274 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' one slash four -Ligature: 0 1 'frac' one fraction four -EndChar -StartChar: threequarters -Encoding: 407 190 275 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' three slash four -Ligature: 0 1 'frac' three fraction four -EndChar -StartChar: commaaccent -Encoding: 408 63171 293 -Width: 1000 -Flags: H -EndChar -StartChar: copyright -Encoding: 409 169 294 -Width: 1000 -Flags: HM -EndChar -StartChar: registered -Encoding: 410 174 295 -Width: 1000 -Flags: H -EndChar -StartChar: lozenge -Encoding: 411 9674 298 -Width: 1000 -Flags: HM -EndChar -StartChar: Delta -Encoding: 412 8710 299 -Width: 1000 -Flags: HM -EndChar -StartChar: notequal -Encoding: 413 8800 300 -Width: 1000 -Flags: HM -Ligature: 0 1 'liga' equal uni0338 -EndChar -StartChar: radical -Encoding: 414 8730 301 -Width: 1000 -Flags: H -EndChar -StartChar: lessequal -Encoding: 415 8804 304 -Width: 1000 -Flags: HM -EndChar -StartChar: greaterequal -Encoding: 416 8805 305 -Width: 1000 -Flags: HM -EndChar -StartChar: logicalnot -Encoding: 417 172 306 -Width: 1000 -Flags: HM -EndChar -StartChar: summation -Encoding: 418 8721 307 -Width: 1000 -Flags: HM -EndChar -StartChar: partialdiff -Encoding: 419 8706 308 -Width: 1000 -Flags: HM -EndChar -StartChar: brokenbar -Encoding: 420 166 311 -Width: 1000 -Flags: HM -EndChar -StartChar: mu -Encoding: 421 181 314 -Width: 1000 -Flags: H -EndChar -EndChars -EndSplineFont diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-SC.sfd b/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-SC.sfd deleted file mode 100644 index e71a609614b..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-SC.sfd +++ /dev/null @@ -1,4943 +0,0 @@ -SplineFontDB: 1.0 -FontName: Palladio-SC -FullName: URW Palladio L Roman -FamilyName: URW Palladio L -Weight: Roman -Copyright: Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development -Version: 1.05 -ItalicAngle: 0 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 800 -Descent: 200 -NeedsXUIDChange: 1 -UniqueID: -1 -FSType: 0 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -ScriptLang: 2 - 1 latn 1 dflt - 1 DFLT 1 dflt -Encoding: AdobeStandard -UnicodeInterp: none -DisplaySize: -36 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 0 16 9 -BeginPrivate: 8 -BlueValues 31 [-20 0 469 481 487 499 692 712] -BlueScale 8 0.039625 -StdHW 4 [35] -StdVW 4 [84] -StemSnapH 203 [35 43 48 53 58 61 65] -systemdict /internaldict known -{1183615869 systemdict /internaldict get exec -/StemSnapLength 2 copy known { get 7 lt } { pop pop true } ifelse } -{ true } ifelse { pop [35 43] } if -StemSnapV 195 [84 88 94 108] -systemdict /internaldict known -{1183615869 systemdict /internaldict get exec -/StemSnapLength 2 copy known { get 4 lt } { pop pop true } ifelse } -{ true } ifelse { pop [84 94] } if -ForceBold 5 false -OtherBlues 0 -EndPrivate -BeginChars: 422 356 -StartChar: .notdef -Encoding: 0 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 1 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 2 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 3 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 4 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 5 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 6 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 7 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 8 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 9 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 10 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 11 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 12 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 13 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 14 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 15 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 16 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 17 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 18 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 19 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 20 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 21 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 22 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 23 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 24 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 25 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 26 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 27 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 28 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 29 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 30 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 31 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: quoteright -Encoding: 39 8217 267 -Width: 1000 -Flags: H -KernsSLIF: 121 -23 1 0 119 -20 1 0 118 -21 1 0 116 -32 1 0 115 -25 1 0 114 -31 1 0 111 -43 1 0 100 -61 1 0 262 -127 1 0 256 -127 1 0 257 -127 1 0 225 -131 1 0 -EndChar -StartChar: zero -Encoding: 48 48 212 -Width: 500 -Flags: HW -HStem: -19 33<236 253> 445 32<239 263> -VStem: 23 85<214 249> 392 85<216 251> -Back -22 -20 m 1 - 22 478 l 1 - 478 478 l 1 - 478 -20 l 1 - 22 -20 l 1 -263 689 m 0 - 400 689 465 585 465 366 c 0 - 465 110 389 -20 238 -20 c 0 - 176 -20 120 8 85 57 c 0 - 50 106 29 207 29 324 c 0 - 29 566 108 689 263 689 c 0 -245 654 m 0 - 150 654 113 571 113 360 c 0 - 113 116 154 15 251 15 c 0 - 343 15 381 103 381 316 c 0 - 381 556 342 654 245 654 c 0 -EndSplineSet -Fore -238 -19 m 0 - 118 -19 23 82 23 222 c 0 - 23 392 138 477 263 477 c 0 - 380 477 477 404 477 251 c 0 - 477 72 349 -19 238 -19 c 0 -245 445 m 0 - 180 445 108 395 108 247 c 0 - 108 76 184 14 251 14 c 0 - 313 14 392 67 392 216 c 0 - 392 391 319 445 245 445 c 0 -EndSplineSet -KernsSLIF: 55 -18 0 0 49 -40 0 0 52 -3 0 0 -EndChar -StartChar: one -Encoding: 49 49 203 -Width: 500 -Flags: HW -HStem: 0 21G<257.5 285.997> -VStem: 221 85<96 382> -Back -72 -3 m 1 - 72 484 l 1 - 430 484 l 1 - 430 -3 l 1 - 72 -3 l 1 -67 555 m 1x90 - 60 598 l 1 - 151 630 222 660 287 694 c 1 - 301 689 l 1 - 301 96 l 2 - 301 44 311 33 366 30 c 2 - 418 27 l 1 - 418 -3 l 1xb0 - 377 -2 342 -2 330 -1 c 0 - 296 0 274 0 261 0 c 0x50 - 250 0 250 0 96 -3 c 1 - 96 27 l 1 - 152 30 l 2 - 206 33 217 44 217 96 c 2 - 217 581 l 2 - 217 605 215 614 209 614 c 0 - 208 614 207 614 206 613 c 2 - 77 555 l 1 - 67 555 l 1x90 -EndSplineSet -Fore -79 370 m 1 - 72 408 l 1 - 165 436 284 466 359 485 c 1 - 359 451 l 1 - 335 445 306 429 306 406 c 2 - 306 96 l 2 - 306 44 322 33 377 30 c 2 - 429 27 l 1 - 429 -3 l 1 - 358 -3 309 0 263 0 c 0 - 252 0 250 -3 96 -3 c 1 - 96 27 l 1 - 152 30 l 2 - 206 33 221 44 221 96 c 2 - 221 373 l 2 - 221 397 219 406 213 406 c 0 - 212 406 211 406 210 405 c 2 - 89 370 l 1 - 79 370 l 1 -EndSplineSet -KernsSLIF: 48 -61 0 0 50 -27 0 0 51 -42 0 0 54 -70 0 0 55 -48 0 0 49 -67 0 0 57 -50 0 0 52 -79 0 0 53 -44 0 0 56 -60 0 0 -EndChar -StartChar: two -Encoding: 50 50 204 -Width: 500 -Flags: HW -HStem: -3 76<146 242 146 468> 422 57<198 226> -VStem: 329 92<330 357> -Back -23 -9 m 1 - 23 478 l 1 - 468 478 l 1 - 468 -9 l 1 - 23 -9 l 1 -16 23 m 1x90 - 186 204 l 2 - 299 324 341 398 341 473 c 0 - 341 558 286 612 200 612 c 0 - 133 612 97 587 81 529 c 2 - 68 483 l 1 - 39 483 l 1 - 56 619 l 1 - 105 669 154 689 226 689 c 0 - 353 689 431 618 431 503 c 0 - 431 428 401 373 304 270 c 2 - 122 77 l 1 - 307 81 353 82 468 87 c 1 - 466 65 466 55 466 42 c 0 - 466 28 466 18 468 -3 c 1xb0 - 275 0 275 0 239 0 c 0x50 - 203 0 203 0 16 -3 c 1 - 16 23 l 1x90 -EndSplineSet -Fore -59 68 m 1 - 236 182 l 2 - 323 238 329 281 329 333 c 0 - 329 393 286 422 200 422 c 0 - 149 422 123 400 104 368 c 2 - 84 341 l 1 - 54 366 l 1 - 98 433 l 1 - 147 468 154 479 226 479 c 4 - 353 479 421 438 421 357 c 0 - 421 305 419 256 322 184 c 2 - 146 73 l 1 - 331 73 353 80 468 80 c 1 - 466 64 466 58 466 48 c 0 - 466 39 466 10 468 -5 c 1 - 275 -3 275 -3 239 -3 c 0 - 203 -3 224 -1 37 -3 c 1 - 33 11 l 1 - 59 68 l 1 -EndSplineSet -KernsSLIF: 55 -23 0 0 49 -42 0 0 52 -39 0 0 -EndChar -StartChar: three -Encoding: 51 51 205 -Width: 500 -VWidth: 789 -Flags: HW -HStem: 147 34<206 238> 411 67<204 235> -VStem: 336 77<308 330> 345 93<16 50> -Back -14 -236 m 1 - 14 478 l 1 - 438 478 l 1 - 438 -236 l 1 - 14 -236 l 1 -43 498 m 1xf0 - 72 622 l 1 - 120 670 165 689 233 689 c 0 - 344 689 418 630 418 541 c 0xf0 - 418 482 388 436 308 374 c 1 - 358 365 381 357 406 339 c 0 - 442 314 462 272 462 224 c 0 - 462 177 445 133 411 92 c 0 - 356 25 264 -20 184 -20 c 0 - 147 -20 103 -12 50 6 c 1 - 44 56 36 92 15 153 c 1 - 42 163 l 1 - 61 109 74 86 98 64 c 0 - 128 36 169 21 215 21 c 0 - 308 21 369 88 369 190 c 0xe8 - 369 281 321 334 238 334 c 0 - 211 334 192 329 154 312 c 1 - 147 318 l 1 - 159 371 l 1 - 174 370 l 2 - 187 369 198 368 206 368 c 0 - 277 368 336 431 336 506 c 0 - 336 569 283 622 218 622 c 0 - 166 622 103 588 92 554 c 2 - 74 498 l 1 - 43 498 l 1xf0 -EndSplineSet -Fore -438 50 m 0 - 438 -71 296 -234 78 -234 c 1 - 15 -181 l 1 - 27 -161 l 1 - 118 -183 l 2 - 157 -193 218 -182 255 -154 c 1 - 302 -117 345 -86 345 16 c 1xd0 - 345 107 321 147 238 147 c 0 - 211 147 192 142 154 125 c 1 - 147 131 l 1 - 159 184 l 1 - 173 183 195 181 206 181 c 0 - 277 181 336 233 336 308 c 0 - 336 371 283 411 218 411 c 0 - 166 411 125 397 104 368 c 2 - 84 341 l 1 - 54 366 l 1 - 98 433 l 1xe0 - 129 465 165 478 233 478 c 0 - 344 478 413 419 413 330 c 0xe0 - 413 271 389 248 314 200 c 1 - 398 182 438 98 438 50 c 0 -EndSplineSet -KernsSLIF: 55 -33 0 0 49 -52 0 0 52 1 0 0 -EndChar -StartChar: four -Encoding: 52 52 206 -Width: 500 -VWidth: 780 -Flags: HW -HStem: 0 59<65 280 364 400.767 364 364> -VStem: 280 84<-226 0 59 325> -Back -4 -236 m 1 - 4 478 l 1 - 468 478 l 1 - 468 -236 l 1 - 4 -236 l 1 -280 181 m 1xa8 - 13 181 l 1 - 2 204 l 1 - 285 667 l 1 - 359 694 l 1 - 371 689 l 1 - 366 648 364 562 364 384 c 2 - 364 245 l 1 - 388 245 l 1 - 391 245 l 2 - 406 244 425 244 472 248 c 1 - 472 177 l 1 - 444 180 423 181 364 181 c 1 - 364 106 l 2 - 364 46 375 33 424 30 c 2 - 472 27 l 1 - 472 -3 l 1xb8 - 339 0 339 0 315 0 c 0x48 - 291 0 291 0 158 -3 c 1 - 158 27 l 1 - 220 30 l 2 - 269 32 280 46 280 106 c 2 - 280 181 l 1xa8 -280 245 m 1 - 280 597 l 1 - 65 245 l 1 - 280 245 l 1 -EndSplineSet -Fore -364 0 m 1 - 364 -215 l 25 - 301 -236 l 25 - 280 -226 l 25 - 280 0 l 1 - 13 0 l 1 - 2 22 l 1 - 285 447 l 1 - 359 474 l 1 - 371 469 l 1 - 366 428 364 342 364 164 c 2 - 364 59 l 1 - 407 59 407 62 472 62 c 1 - 472 -3 l 1 - 444 0 423 0 364 0 c 1 -280 59 m 1 - 280 377 l 1 - 65 59 l 1 - 280 59 l 1 -EndSplineSet -KernsSLIF: 55 -21 0 0 49 -40 0 0 52 6 0 0 -EndChar -StartChar: five -Encoding: 53 53 207 -Width: 500 -VWidth: 785 -Flags: HW -HStem: 178 69<218 264> 385 84<258 347.082> -VStem: 371 71<37 71> -Back -14 -236 m 1 - 14 472 l 1 - 444 472 l 1 - 444 -236 l 1 - 14 -236 l 1 -127 605 m 1 - 118 396 l 1 - 180 433 216 446 264 446 c 0 - 378 446 459 366 459 253 c 0 - 459 179 427 111 366 57 c 0 - 311 9 240 -20 173 -20 c 0 - 130 -20 90 -11 62 4 c 1 - 48 48 36 80 13 137 c 1 - 37 151 l 1 - 83 69 l 2 - 97 43 147 25 201 25 c 0 - 310 25 374 90 374 201 c 0 - 374 309 314 377 218 377 c 0 - 169 377 142 363 95 316 c 1 - 75 322 l 1 - 78 366 81 462 81 547 c 0 - 81 579 80 623 79 684 c 1 - 84 689 l 1 - 159 685 203 684 258 684 c 0 - 312 684 357 685 432 689 c 1 - 437 684 l 1 - 435 666 435 658 435 644 c 0 - 435 631 435 623 437 605 c 1 - 432 600 l 1 - 312 600 256 601 127 605 c 1 -EndSplineSet -Fore -78 -234 m 5 - 15 -181 l 1 - 27 -161 l 1 - 118 -183 l 2 - 157 -193 217 -174 255 -147 c 0 - 334 -92 371 -56 371 51 c 0 - 371 155 286 178 218 178 c 0 - 172 178 149 184 111 142 c 1 - 91 148 l 1 - 94 192 97 247 97 332 c 0 - 97 364 96 408 95 469 c 1 - 100 474 l 1 - 175 470 203 469 258 469 c 0 - 312 469 357 470 432 474 c 1 - 437 469 l 1 - 435 451 435 443 435 429 c 0 - 435 416 435 408 437 390 c 1 - 432 385 l 1 - 312 385 272 386 143 390 c 1 - 134 203 l 1 - 196 240 216 247 264 247 c 0 - 378 247 442 185 442 62 c 0 - 442 -46 296 -234 78 -234 c 5 -EndSplineSet -KernsSLIF: 55 -32 0 0 49 -44 0 0 52 -2 0 0 -EndChar -StartChar: six -Encoding: 54 54 208 -Width: 500 -Flags: HW -HStem: -20 33<239 258> 349 60<255 293> -VStem: 32 91<217 247> 382 86<184 219> -Back -32 -14 m 1 - 32 700 l 1 - 468 700 l 1 - 468 -14 l 1 - 32 -14 l 1 -416 672 m 1 - 416 664 l 1 - 236 610 152 512 131 331 c 1 - 142 339 143 340 154 349 c 0 - 213 396 243 409 293 409 c 0 - 399 409 468 334 468 219 c 0 - 468 83 371 -20 241 -20 c 0 - 112 -20 32 82 32 247 c 0 - 32 384 88 506 191 593 c 0 - 242 637 283 657 379 689 c 1 - 416 672 l 1 -255 349 m 0 - 207 349 160 325 138 291 c 0 - 127 274 123 255 123 220 c 0 - 123 86 169 13 254 13 c 0 - 331 13 382 80 382 184 c 0 - 382 283 331 349 255 349 c 0 -EndSplineSet -Fore -416 672 m 1 - 416 664 l 1 - 236 610 152 512 131 331 c 1 - 142 339 143 340 154 349 c 0 - 213 396 243 409 293 409 c 0 - 399 409 468 334 468 219 c 0 - 468 83 371 -20 241 -20 c 0 - 112 -20 32 82 32 247 c 0 - 32 384 88 506 191 593 c 0 - 242 637 283 657 379 689 c 1 - 416 672 l 1 -255 349 m 0 - 207 349 160 325 138 291 c 0 - 127 274 123 255 123 220 c 0 - 123 86 169 13 254 13 c 0 - 331 13 382 80 382 184 c 0 - 382 283 331 349 255 349 c 0 -EndSplineSet -KernsSLIF: 55 -42 0 0 49 -75 0 0 52 4 0 0 -EndChar -StartChar: seven -Encoding: 55 55 209 -Width: 500 -VWidth: 780 -Flags: HW -HStem: 383 81<145.849 365> -Back -42 -236 m 1 - 42 470 l 1 - 494 470 l 1 - 494 -236 l 1 - 42 -236 l 1 -56 10 m 1x80 - 300 402 l 2 - 338 463 369 521 409 603 c 1 - 142 603 l 2 - 96 603 89 595 81 533 c 2 - 74 477 l 1 - 44 477 l 1 - 47 568 47 568 47 579 c 0 - 47 589 47 589 44 684 c 1 - 54 689 l 1 - 151 685 200 684 273 684 c 0 - 354 684 389 685 497 689 c 1 - 497 659 l 1 - 314 330 l 2 - 248 210 199 106 157 -3 c 1xa0 - 118 0 118 0 111 0 c 0x40 - 104 0 104 0 65 -3 c 1 - 56 10 l 1x80 -EndSplineSet -Fore -56 -210 m 1 - 300 182 l 2 - 338 243 369 301 409 383 c 1 - 142 383 l 2 - 96 383 89 375 81 313 c 2 - 74 257 l 1 - 44 257 l 1 - 47 348 47 348 47 359 c 0 - 47 369 47 369 44 464 c 1 - 54 469 l 1 - 151 465 200 464 273 464 c 0 - 354 464 389 465 497 469 c 1 - 497 439 l 1 - 314 110 l 2 - 248 -10 199 -114 157 -223 c 1 - 118 -220 118 -220 111 -220 c 0 - 104 -220 104 -220 65 -223 c 1 - 56 -210 l 1 -EndSplineSet -KernsSLIF: 50 -16 0 0 51 -23 0 0 54 -66 0 0 55 -1 0 0 49 -23 0 0 52 -86 0 0 53 -19 0 0 56 -29 0 0 -EndChar -StartChar: eight -Encoding: 56 56 210 -Width: 500 -Flags: HW -HStem: -20 34<222 249> 655 34<237 261> -VStem: 30 71<155 173> 53 75<508 544> 368 68<532 547> 385 79<164 206> -Back -30 -14 m 1 - 30 694 l 1 - 464 694 l 1 - 464 -14 l 1 - 30 -14 l 1 -168 345 m 1xe4 - 80 402 53 440 53 508 c 0 - 53 613 140 689 259 689 c 0 - 365 689 436 631 436 545 c 0xd8 - 436 485 404 443 313 381 c 1 - 427 329 464 286 464 206 c 0 - 464 82 356 -20 226 -20 c 0 - 113 -20 30 56 30 159 c 0 - 30 211 50 256 88 294 c 0 - 110 315 127 326 168 345 c 1xe4 -284 295 m 2xe4 - 204 331 l 1 - 130 286 101 240 101 167 c 0 - 101 74 156 14 241 14 c 0 - 322 14 385 80 385 164 c 0 - 385 218 347 267 284 295 c 2xe4 -223 423 m 2xd8 - 278 396 l 1 - 343 438 368 477 368 534 c 0 - 368 607 320 655 247 655 c 0 - 176 655 128 610 128 544 c 0 - 128 494 160 454 223 423 c 2xd8 -EndSplineSet -Fore -168 345 m 1xe4 - 80 402 53 440 53 508 c 0 - 53 613 140 689 259 689 c 0 - 365 689 436 631 436 545 c 0xd8 - 436 485 404 443 313 381 c 1 - 427 329 464 286 464 206 c 0 - 464 82 356 -20 226 -20 c 0 - 113 -20 30 56 30 159 c 0 - 30 211 50 256 88 294 c 0 - 110 315 127 326 168 345 c 1xe4 -284 295 m 2 - 204 331 l 1 - 130 286 101 240 101 167 c 0 - 101 74 156 14 241 14 c 0 - 322 14 385 80 385 164 c 0xe4 - 385 218 347 267 284 295 c 2 -223 423 m 2 - 278 396 l 1 - 343 438 368 477 368 534 c 0 - 368 607 320 655 247 655 c 0 - 176 655 128 610 128 544 c 0xd8 - 128 494 160 454 223 423 c 2 -EndSplineSet -KernsSLIF: 55 -27 0 0 49 -42 0 0 52 2 0 0 -EndChar -StartChar: nine -Encoding: 57 57 211 -Width: 500 -VWidth: 795 -Flags: HW -HStem: 51 61<199 240> 451 33<227 246> -VStem: 20 86<250 287> 370 87<212 266> -Back -30 -238 m 1 - 30 478 l 1 - 466 478 l 1 - 466 -238 l 1 - 30 -238 l 1 -96 -20 m 1 - 62 -3 l 1 - 62 5 l 1 - 243 49 352 172 360 340 c 1 - 290 282 l 2 - 272 267 233 256 199 256 c 0 - 95 256 20 340 20 455 c 0 - 20 589 116 689 244 689 c 0 - 376 689 457 586 457 417 c 0 - 457 283 406 168 309 85 c 0 - 255 39 207 16 96 -20 c 1 -240 656 m 0 - 158 656 106 593 106 492 c 0 - 106 388 160 317 240 317 c 0 - 317 317 370 379 370 471 c 0 - 370 516 358 565 340 597 c 0 - 318 637 285 656 240 656 c 0 -EndSplineSet -Fore -103 -229 m 1 - 69 -212 l 1 - 69 -204 l 1 - 250 -160 367 -37 367 131 c 1 - 297 73 l 2 - 279 58 240 47 206 47 c 0 - 102 47 27 131 27 246 c 0 - 27 380 123 480 251 480 c 0 - 383 480 464 377 464 208 c 0 - 464 74 413 -41 316 -124 c 0 - 262 -170 214 -193 103 -229 c 1 -247 447 m 0 - 165 447 113 384 113 283 c 0 - 113 179 167 108 247 108 c 0 - 324 108 377 170 377 262 c 0 - 377 307 365 356 347 388 c 0 - 325 428 292 447 247 447 c 0 -EndSplineSet -KernsSLIF: 55 -23 0 0 49 -42 0 0 52 -25 0 0 -EndChar -StartChar: Q -Encoding: 81 81 212 -Width: 611 -Flags: HW -HStem: -13 32<298 318> 465 33<292 322> -VStem: 40 94<232 264> 473 97<234 266> -Fore -302 -13 m 5 - 294 -13 l 6 - 143 -13 40 87 40 240 c 0 - 40 393 152 498 309 498 c 0 - 465 498 570 405 570 260 c 0 - 570 159 513 69 428 20 c 0 - 392 -1 375 -8 320 -13 c 5 - 349 -17 352 -20 395 -39 c 4 - 451 -63 488 -74 522 -74 c 4 - 528 -74 536 -73 563 -69 c 5 - 563 -96 l 5 - 506 -135 l 5 - 432 -117 l 5 - 328 -87 l 6 - 306 -80 287 -79 274 -79 c 4 - 267 -79 259 -81 251 -85 c 6 - 211 -107 l 5 - 211 -68 l 5 - 242 -51 268 -27 302 -13 c 5 -134 262 m 0 - 134 131 186 19 318 19 c 0 - 428 19 473 94 473 234 c 0 - 473 382 420 465 300 465 c 0 - 184 465 134 394 134 262 c 0 -EndSplineSet -EndChar -StartChar: quoteleft -Encoding: 96 8216 228 -Width: 1000 -Flags: H -KernsSLIF: 262 -128 0 0 256 -128 0 0 257 -128 0 0 225 -132 0 0 -EndChar -StartChar: a -Encoding: 97 97 166 -Width: 611 -Flags: HW -HStem: 0 21G<116 130.5 457 474.5> 156 36<204 381> -Back -18 -3 m 1 - 18 498 l 1 - 592 498 l 1 - 592 -3 l 1 - 18 -3 l 1 -408 700 m 5x90 - 650 132 l 5 - 685 51 696 34 722 30 c 6 - 756 27 l 5 - 756 -3 l 5xb0 - 648 0 648 0 629 0 c 4x40 - 613 0 613 0 490 -3 c 5 - 490 27 l 5 - 537 30 l 6 - 562 32 578 39 578 50 c 4 - 578 59 574 72 557 114 c 6 - 511 229 l 5 - 223 229 l 5 - 195 162 l 6 - 174 112 160 69 160 56 c 4 - 160 40 173 33 208 30 c 6 - 245 27 l 5 - 245 -3 l 5xa0 - 137 0 137 0 124 0 c 4x40 - 108 0 108 0 15 -3 c 5 - 15 27 l 5 - 52 30 l 6 - 74 32 94 50 106 79 c 5 - 284 484 l 5 - 337 605 l 5 - 343 620 358 657 376 700 c 5 - 408 700 l 5x90 -240 269 m 5 - 493 269 l 5 - 367 567 l 5 - 240 269 l 5 -EndSplineSet -Fore -381 156 m 0 - 189 156 l 1 - 168 106 157 69 157 56 c 0 - 157 40 168 33 203 30 c 2 - 227 27 l 1 - 227 -3 l 1 - 137 0 137 0 124 0 c 0 - 108 0 110 0 17 -3 c 1 - 17 27 l 1 - 52 30 l 2 - 74 32 94 50 106 79 c 1 - 290 498 l 1 - 330 498 l 1 - 486 132 l 1 - 521 51 532 34 558 30 c 2 - 592 27 l 1 - 592 -3 l 1 - 484 0 484 0 465 0 c 0 - 449 0 445 0 345 -3 c 1 - 345 27 l 1 - 370 29 417 30 417 50 c 0 - 417 59 415 78 397 120 c 2 - 381 156 l 0 -287 384 m 1 - 204 192 l 1 - 367 192 l 1 - 287 384 l 1 -EndSplineSet -KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 39 -33 0 0 106 -20 0 0 -EndChar -StartChar: b -Encoding: 98 98 167 -Width: 500 -Flags: HW -HStem: 0 21G<164.5 179.5> 454 30<244 285> -VStem: 111 89<76 249 95 449> 352 90<372 389> 373 93<143 162> -Back -28 -2 m 1 - 28 486 l 1 - 466 486 l 1 - 466 -2 l 1 - 28 -2 l 1 -338 692 m 2x8680 - 363 692 l 2 - 479 692 542 644 542 556 c 0x4b - 542 504 517 461 469 428 c 0 - 441 409 418 400 369 390 c 1 - 446 384 480 375 518 347 c 0 - 556 320 576 279 576 228 c 0 - 576 158 541 90 482 48 c 0 - 437 15 371 -3 298 -3 c 0x4a80 - 288 -3 288 -3 208 -1 c 0 - 196 0 185 0 174 0 c 0x2280 - 155 0 134 -1 65 -3 c 1 - 65 20 l 1 - 91 30 l 2 - 105 36 113 58 113 95 c 2 - 113 569 l 2 - 113 648 109 655 62 659 c 2 - 26 662 l 1 - 26 692 l 1 - 165 689 165 689 184 689 c 0 - 199 689 199 689 338 692 c 2x8680 -208 362 m 1 - 208 47 l 1 - 233 41 256 39 285 39 c 0 - 404 39 473 102 473 208 c 0 - 473 315 410 364 275 364 c 0x5680 - 256 364 247 364 208 362 c 1 -208 644 m 1 - 208 401 l 1 - 239 399 252 399 269 399 c 0 - 383 399 443 446 443 533 c 0 - 443 616 396 652 289 652 c 0x1b - 257 652 234 650 208 644 c 1 -EndSplineSet -Fore -442 389 m 0xf0 - 442 326 388 284 321 271 c 1 - 375 267 399 262 426 243 c 0 - 452 224 466 195 466 160 c 0 - 466 111 442 63 400 34 c 0 - 370 12 292 -1 244 -2 c 0xe8 - 208 0 l 0 - 196 1 185 0 174 0 c 0 - 155 0 134 -1 65 -3 c 1 - 65 20 l 1 - 91 30 l 2 - 105 36 111 58 111 95 c 2 - 111 364 l 2 - 111 443 111 450 64 454 c 2 - 28 457 l 1 - 28 487 l 1 - 167 484 165 484 184 484 c 0 - 194 484 198 484 244 485 c 0 - 300 484 l 2 - 317 484 l 2 - 398 484 442 451 442 389 c 0xf0 -244 33 m 0 - 317 38 373 86 373 145 c 0xe8 - 373 203 344 245 276 250 c 0 - 267 251 216 250 200 249 c 1 - 200 36 l 1 - 244 33 l 0 -275 283 m 0 - 338 290 352 329 352 372 c 0xf0 - 352 416 326 454 275 454 c 0 - 263 454 212 452 200 449 c 1 - 200 284 l 1 - 216 283 266 283 275 283 c 0 -EndSplineSet -KernsSLIF: 121 -31 0 0 119 -28 0 0 118 -28 0 0 -EndChar -StartChar: c -Encoding: 99 99 168 -Width: 556 -Flags: HW -HStem: -14 38<332 370> 465 31<330 355> -VStem: 45 97<237 259> -Back -44 -14 m 1 - 44 498 l 1 - 528 498 l 1 - 528 -14 l 1 - 44 -14 l 1 -670 84 m 1 - 642 34 l 1 - 573 -2 498 -20 415 -20 c 0 - 180 -20 22 126 22 342 c 0 - 22 477 82 582 196 649 c 0 - 263 688 346 709 433 709 c 0 - 506 709 579 696 664 668 c 1 - 650 602 646 566 645 516 c 1 - 614 516 l 1 - 614 588 l 2 - 614 627 513 667 415 667 c 0 - 243 667 129 545 129 361 c 0 - 129 164 259 34 454 34 c 0 - 530 34 599 54 661 94 c 1 - 670 84 l 1 -EndSplineSet -Fore -518 59 m 1 - 498 24 l 1 - 450 -1 391 -14 332 -14 c 0 - 168 -14 45 88 45 239 c 0 - 45 334 87 407 167 454 c 0 - 214 482 292 496 353 496 c 0 - 404 496 464 487 524 468 c 1 - 514 421 511 392 510 357 c 1 - 480 357 l 1 - 480 412 l 2 - 480 439 405 465 336 465 c 0 - 216 465 142 382 142 253 c 0 - 142 115 233 24 370 24 c 0 - 423 24 468 38 512 66 c 1 - 518 59 l 1 -EndSplineSet -KernsSLIF: 107 3 0 0 104 10 0 0 -EndChar -StartChar: d -Encoding: 100 100 169 -Width: 611 -Flags: HW -HStem: -1 21G<246 300.5> 464 20G<228 317> -VStem: 113 90<78.8983 398> 473 90<249 272> -Back -36 -2 m 1 - 36 486 l 1 - 566 486 l 1 - 566 -2 l 1 - 36 -2 l 1 -57 20 m 1x4c - 88 36 l 2 - 104 44 113 66 113 95 c 2 - 113 569 l 2 - 113 647 108 656 62 659 c 2 - 22 662 l 1 - 22 692 l 1x5c - 136 690 191 689 228 689 c 0x2c - 271 689 314 690 364 691 c 0 - 382 692 395 692 402 692 c 0 - 613 692 751 571 751 385 c 0 - 751 278 707 170 635 99 c 0 - 565 30 469 -3 341 -3 c 0x9c - 327 -3 327 -3 248 -1 c 0 - 230 0 214 0 196 0 c 0 - 173 0 173 0 57 -3 c 1 - 57 20 l 1x4c -208 644 m 1xac - 208 49 l 1 - 234 43 265 41 311 41 c 0 - 424 41 484 58 544 107 c 0 - 610 161 644 247 644 359 c 0 - 644 459 621 531 573 579 c 0 - 555 597 536 611 514 620 c 0 - 472 639 392 652 319 652 c 0 - 269 652 234 649 208 644 c 1xac -EndSplineSet -Fore -317 484 m 2 - 465 484 563 400 563 270 c 0 - 563 195 531 119 480 69 c 0 - 432 21 345 -1 256 -1 c 0 - 236 -1 216 0 196 0 c 0 - 173 0 173 0 57 -3 c 1 - 57 20 l 1 - 88 36 l 2 - 104 44 113 66 113 95 c 2 - 113 364 l 2 - 113 442 108 451 62 454 c 2 - 35 457 l 1 - 35 487 l 1 - 149 485 191 484 228 484 c 2 - 317 484 l 2 -256 42 m 0 - 321 45 362 44 400 75 c 0 - 446 113 470 173 470 251 c 0 - 470 341 438 410 379 434 c 0 - 353 446 302 443 256 445 c 0 - 237 444 216 442 203 439 c 1 - 203 49 l 1 - 217 46 237 44 256 42 c 0 -EndSplineSet -EndChar -StartChar: e -Encoding: 101 101 170 -Width: 500 -Flags: HW -HStem: -3 42<259 318.583> 0 138<427 447> 231 39<263 306.616> 452 32<194 311> -VStem: 117 93<76 228 120 448> 407 34<360 399> -Back -23 -3 m 1 - 23 492 l 1 - 458 492 l 1 - 458 -3 l 1 - 23 -3 l 1 -22 662 m 1x86 - 22 692 l 1x06 - 121 690 166 689 200 689 c 0 - 227 689 270 690 333 691 c 0 - 374 692 407 692 432 692 c 0 - 476 692 507 691 556 689 c 1 - 545 645 540 597 540 537 c 1 - 505 537 l 1 - 505 602 l 2 - 505 625 502 630 478 636 c 0 - 446 645 390 650 333 650 c 0 - 264 650 247 649 216 642 c 1 - 216 375 l 1 - 250 373 284 372 326 372 c 0 - 392 372 420 375 438 383 c 1 - 442 391 445 400 446 409 c 1 - 451 461 l 1 - 481 461 l 1 - 478 361 478 361 478 345 c 0 - 478 327 478 327 481 234 c 1 - 451 234 l 1 - 446 293 l 1 - 438 318 l 1 - 420 327 393 330 319 330 c 0 - 274 330 244 329 216 327 c 1 - 216 47 l 1 - 245 41 263 39 315 39 c 0x5a - 405 39 478 44 499 51 c 0 - 513 56 526 87 532 130 c 0 - 533 134 535 148 537 164 c 1 - 572 164 l 1 - 562 112 556 58 556 0 c 1x22 - 420 -3 420 -3 389 -3 c 0x42 - 367 -3 367 -3 228 -1 c 0 - 190 0 162 0 157 0 c 0x22 - 129 0 100 -1 34 -3 c 1 - 34 27 l 1 - 70 30 l 2 - 117 34 121 41 121 120 c 2 - 121 569 l 2 - 121 648 116 656 70 659 c 2 - 22 662 l 1x86 -EndSplineSet -Fore -333 -3 m 0xbc - 331 -3 151 0 151 0 c 0x7c - 123 0 100 -1 34 -3 c 1 - 34 27 l 1 - 68 30 l 2 - 115 34 117 41 117 120 c 2 - 117 364 l 2 - 117 443 114 451 68 454 c 2 - 22 457 l 1 - 22 487 l 1 - 121 485 160 484 194 484 c 0 - 212 484 309 487 326 487 c 0 - 370 487 401 486 450 484 c 1 - 444 440 441 420 441 360 c 1 - 410 360 l 1 - 407 397 l 2 - 407 420 393 442 393 442 c 1 - 393 442 334 452 277 452 c 0 - 218 452 210 448 210 448 c 1 - 210 273 l 1 - 244 273 228 270 270 270 c 0 - 336 270 317 275 335 283 c 1 - 343 299 346 317 348 337 c 1 - 378 337 l 1 - 378 287 375 261 375 245 c 0 - 375 227 378 222 378 159 c 1 - 348 159 l 1 - 345 180 342 201 335 218 c 1 - 317 227 337 231 263 231 c 0 - 218 231 238 230 210 228 c 1 - 210 47 l 1 - 239 41 227 39 259 39 c 0xbc - 349 39 372 44 393 51 c 0 - 407 56 416 61 422 104 c 0 - 423 108 425 122 427 138 c 1 - 458 138 l 1 - 448 86 446 58 446 0 c 1x7c - 386 -1 364 -3 333 -3 c 0xbc -EndSplineSet -KernsSLIF: 121 -15 0 0 120 -8 0 0 119 -12 0 0 118 -12 0 0 116 -3 0 0 39 -6 0 0 -EndChar -StartChar: f -Encoding: 102 102 171 -Width: 444 -Flags: HMW -HStem: 451 33<189 301> -VStem: 112 90<120 224 120 447> 383 32<378 424.984> -Back -18 -3 m 1 - 18 492 l 1 - 420 492 l 1 - 420 -3 l 1 - 18 -3 l 1 -216 327 m 1x34 - 216 120 l 2 - 216 41 221 33 267 30 c 2 - 315 27 l 1 - 315 -3 l 1x84 - 256 -1 220 0 168 0 c 0x44 - 116 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 121 41 121 120 c 2 - 121 569 l 2 - 121 648 116 656 70 659 c 2 - 22 662 l 1 - 22 692 l 1x8c - 169 689 169 689 198 689 c 0 - 223 689 258 689 307 691 c 1 - 414 692 l 2 - 457 692 487 691 536 689 c 1 - 525 645 520 597 520 537 c 1 - 485 537 l 1 - 485 602 l 2 - 485 625 482 630 458 636 c 0 - 427 644 371 650 323 650 c 0 - 264 650 246 649 216 642 c 1 - 216 375 l 1 - 250 373 284 372 326 372 c 0 - 392 372 420 375 438 383 c 1 - 442 391 445 400 446 409 c 1 - 451 461 l 1 - 481 461 l 1 - 478 361 478 361 478 345 c 0 - 478 327 478 327 481 234 c 1 - 451 234 l 1 - 446 293 l 1 - 438 318 l 1 - 420 327 393 330 319 330 c 0 - 274 330 244 329 216 327 c 1x34 -EndSplineSet -Fore -420 484 m 1 - 413 440 415 438 415 378 c 1 - 385 378 l 1 - 383 411 l 2 - 383 434 376 442 376 442 c 1 - 376 442 321 451 273 451 c 0 - 214 451 202 447 202 447 c 1 - 202 267 l 1 - 236 265 234 264 276 264 c 0 - 322 264 310 270 328 278 c 1 - 336 295 339 315 341 336 c 1 - 371 336 l 1 - 369 256 368 256 368 240 c 0 - 368 222 369 222 371 149 c 1 - 341 149 l 1 - 339 172 335 195 328 213 c 1 - 310 222 313 227 269 227 c 0 - 224 227 230 226 202 224 c 1 - 202 120 l 2 - 202 41 198 33 244 30 c 2 - 292 27 l 1 - 292 -3 l 1 - 233 -1 209 0 157 0 c 0 - 105 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 112 41 112 120 c 2 - 112 364 l 2 - 112 443 116 451 70 454 c 2 - 22 457 l 1 - 22 487 l 1 - 169 484 160 484 189 484 c 0 - 214 484 258 487 301 487 c 0 - 347 487 371 486 420 484 c 1 -EndSplineSet -KernsSLIF: 116 12 0 0 39 -4 0 0 249 -8 0 0 250 -15 0 0 351 -18 0 0 352 -18 0 0 111 -18 0 0 108 24 0 0 106 28 0 0 105 14 0 0 102 5 0 0 335 -15 0 0 101 -15 0 0 328 -11 0 0 241 -10 0 0 322 -11 0 0 323 -11 0 0 97 -11 0 0 -EndChar -StartChar: g -Encoding: 103 103 172 -Width: 556 -Flags: HW -HStem: -14 29<304 343> 467 29<300 350> -VStem: 29 97<225 259> 417 81<49 136> 465 28<361 388.647> -Back -28 -14 m 1 - 28 497 l 1 - 528 497 l 1 - 528 -14 l 1 - 28 -14 l 1 -641 516 m 1 - 641 569 l 2 - 641 607 616 630 558 649 c 0 - 520 661 476 667 424 667 c 0 - 237 667 129 555 129 362 c 0 - 129 154 255 22 453 22 c 0 - 519 22 579 36 590 55 c 0 - 594 62 596 74 596 98 c 2 - 596 199 l 2 - 596 223 587 232 562 234 c 2 - 479 241 l 1 - 479 271 l 1 - 566 269 572 269 601 269 c 0 - 632 269 635 269 724 271 c 1 - 728 246 l 1 - 699 236 l 2 - 689 232 688 230 688 199 c 2 - 688 31 l 1 - 552 -7 483 -20 412 -20 c 0 - 296 -20 188 20 119 89 c 1 - 56 150 22 240 22 341 c 0 - 22 563 192 709 450 709 c 0 - 530 709 581 700 692 668 c 1 - 678 614 672 567 672 516 c 1 - 641 516 l 1 -EndSplineSet -Fore -465 361 m 1xe8 - 465 398 l 2xe8 - 465 434 447 438 407 451 c 0 - 380 460 359 464 323 464 c 0 - 222 464 129 388 129 253 c 0 - 129 108 204 18 343 18 c 0 - 389 18 405 28 413 41 c 0 - 416 46 417 55 417 72 c 2 - 417 134 l 2 - 417 151 411 159 393 161 c 2 - 340 166 l 1 - 340 190 l 1 - 401 188 405 188 426 188 c 0 - 447 188 460 188 523 190 c 1 - 526 167 l 1 - 505 160 l 2 - 498 157 498 156 498 134 c 2 - 498 22 l 1xf0 - 402 -5 354 -14 304 -14 c 0 - 223 -14 146 14 97 62 c 1 - 53 105 29 168 29 239 c 0 - 29 394 150 496 331 496 c 0 - 387 496 430 490 507 468 c 1 - 498 430 493 397 493 361 c 1 - 465 361 l 1xe8 -EndSplineSet -KernsSLIF: 114 14 0 0 351 -23 0 0 352 -23 0 0 108 -5 0 0 335 -19 0 0 101 -19 0 0 328 -13 0 0 241 -14 0 0 322 -13 0 0 97 -13 0 0 -EndChar -StartChar: h -Encoding: 104 104 173 -Width: 667 -Flags: HW -HStem: 0 21G<137 189 484 536> 242 35<294 439> -VStem: 116 94<120 240 120 398> 464 94<120 240 278 398> -Back -24 -3 m 1 - 24 487 l 1 - 650 487 l 1 - 650 -3 l 1 - 24 -3 l 1 -616 120 m 2x8c - 616 343 l 1 - 589 345 573 345 533 345 c 2 - 299 345 l 2 - 259 345 243 345 216 343 c 1 - 216 120 l 2 - 216 41 221 33 267 30 c 2 - 315 27 l 1 - 315 -3 l 1xac - 256 -1 220 0 168 0 c 0x4c - 116 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 121 41 121 120 c 2 - 121 569 l 2 - 121 648 116 656 70 659 c 2 - 22 662 l 1 - 22 692 l 1 - 94 690 118 689 168 689 c 0 - 220 689 242 689 315 692 c 1 - 315 662 l 1 - 267 659 l 2 - 221 656 216 648 216 569 c 2 - 216 391 l 1 - 236 390 258 389 299 389 c 2 - 533 389 l 2 - 574 389 595 390 616 391 c 1 - 616 569 l 2 - 616 648 611 656 565 659 c 2 - 517 662 l 1 - 517 692 l 1 - 589 690 613 689 663 689 c 0 - 715 689 737 689 810 692 c 1 - 810 662 l 1 - 762 659 l 2 - 716 656 711 648 711 569 c 2 - 711 120 l 2 - 711 41 716 33 762 30 c 2 - 810 27 l 1 - 810 -3 l 1xbc - 751 -1 715 0 663 0 c 0x4c - 611 0 576 -1 517 -3 c 1 - 517 27 l 1 - 565 30 l 2 - 611 33 616 41 616 120 c 2x8c -EndSplineSet -Fore -464 120 m 2 - 464 240 l 1 - 437 242 420 242 380 242 c 2 - 294 242 l 2 - 254 242 237 242 210 240 c 1 - 210 120 l 2 - 210 41 211 33 257 30 c 2 - 295 27 l 1 - 295 -3 l 1 - 236 -1 215 0 163 0 c 0 - 111 0 82 -1 23 -3 c 1 - 23 27 l 1 - 65 30 l 2 - 111 33 116 41 116 120 c 2 - 116 364 l 2 - 116 443 111 451 65 454 c 2 - 23 457 l 1 - 23 487 l 1 - 95 485 113 484 163 484 c 0 - 215 484 222 484 295 487 c 1 - 295 457 l 1 - 257 454 l 2 - 211 451 210 443 210 364 c 2 - 210 279 l 1 - 230 278 253 277 294 277 c 2 - 380 277 l 2 - 421 277 443 278 464 279 c 1 - 464 364 l 2 - 464 443 463 451 417 454 c 2 - 379 457 l 1 - 379 487 l 1 - 451 485 461 484 511 484 c 0 - 563 484 578 484 651 487 c 1 - 651 457 l 1 - 609 454 l 2 - 563 451 558 443 558 364 c 2 - 558 120 l 2 - 558 41 563 33 609 30 c 2 - 651 27 l 1 - 651 -3 l 1 - 592 -1 563 0 511 0 c 0 - 459 0 438 -1 379 -3 c 1 - 379 27 l 1 - 417 30 l 2 - 463 33 464 41 464 120 c 2 -EndSplineSet -KernsSLIF: 121 -37 0 0 39 -33 0 0 -EndChar -StartChar: i -Encoding: 105 105 174 -Width: 333 -Flags: HW -HStem: 0 21G<135 187> -VStem: 121 88<120 398> -Back -30 -3 m 1 - 30 487 l 1 - 300 487 l 1 - 300 -3 l 1 - 30 -3 l 1 -216 569 m 2xb0 - 216 120 l 2 - 216 41 221 33 267 30 c 2 - 315 27 l 1 - 315 -3 l 1x90 - 256 -1 220 0 168 0 c 0x50 - 116 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 121 41 121 120 c 2 - 121 569 l 2 - 121 648 116 656 70 659 c 2 - 22 662 l 1 - 22 692 l 1 - 94 690 118 689 168 689 c 0 - 220 689 242 689 315 692 c 1 - 315 662 l 1 - 267 659 l 2 - 221 656 216 648 216 569 c 2xb0 -EndSplineSet -Fore -209 364 m 2 - 209 120 l 2 - 209 41 214 33 260 30 c 2 - 308 27 l 1 - 308 -3 l 1 - 249 -1 217 0 165 0 c 0 - 113 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 121 41 121 120 c 2 - 121 364 l 2 - 121 443 116 451 70 454 c 2 - 22 457 l 1 - 22 487 l 1 - 94 485 115 484 165 484 c 0 - 217 484 235 484 308 487 c 1 - 308 457 l 1 - 260 454 l 2 - 214 451 209 443 209 364 c 2 -EndSplineSet -KernsSLIF: 106 -15 0 0 -EndChar -StartChar: j -Encoding: 106 106 175 -Width: 333 -Flags: HW -HStem: -142 55<39 88> 464 20G<139 190> -VStem: 120 91<33 387> -Back -12 -147 m 1 - 12 487 l 1 - 300 487 l 1 - 300 -147 l 1 - 12 -147 l 1 --10 -192 m 1 - -15 -116 l 1 - -4 -110 l 1 - 19 -124 39 -130 63 -130 c 0 - 103 -130 117 -101 117 -17 c 2 - 117 569 l 2 - 117 648 112 656 66 659 c 2 - 18 662 l 1 - 18 692 l 1 - 90 690 114 689 164 689 c 0 - 216 689 238 689 311 692 c 1 - 311 662 l 1 - 263 659 l 2 - 217 656 212 648 212 569 c 2 - 212 117 l 2 - 212 -4 199 -54 150 -114 c 0 - 111 -163 48 -200 14 -195 c 2 - 7 -194 l 1 - -10 -192 l 1 -EndSplineSet -Fore -14 -142 m 1 - 14 -73 l 1 - 25 -67 l 1 - 48 -81 49 -87 88 -87 c 0 - 124 -87 121 -28 121 33 c 2 - 121 364 l 2 - 121 443 113 451 67 454 c 2 - 30 457 l 1 - 30 487 l 1 - 102 485 115 484 165 484 c 0 - 217 484 227 484 300 487 c 1 - 300 457 l 1 - 263 454 l 2 - 217 451 209 443 209 364 c 2 - 209 117 l 2 - 209 24 202 -44 146 -98 c 0 - 101 -141 65 -142 39 -142 c 2 - 14 -142 l 1 -EndSplineSet -EndChar -StartChar: k -Encoding: 107 107 176 -Width: 556 -Flags: HW -HStem: 0 21G<134 186 479 490.5> 464 20G<135 186 459 474.5> -VStem: 114 91<120 227 120 414> -Back -28 -3 m 1 - 28 487 l 1 - 552 487 l 1 - 552 -3 l 1 - 28 -3 l 1 -216 325 m 1x90 - 216 120 l 2 - 216 41 221 33 267 30 c 2 - 315 27 l 1 - 315 -3 l 1x90 - 256 -1 220 0 168 0 c 0x50 - 116 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 121 41 121 120 c 2 - 121 569 l 2 - 121 648 116 656 70 659 c 2 - 22 662 l 1 - 22 692 l 1 - 94 690 118 689 168 689 c 0 - 220 689 242 689 315 692 c 1 - 315 662 l 1 - 267 659 l 2 - 221 656 216 648 216 569 c 2 - 216 355 l 1 - 494 626 l 2 - 510 642 523 659 523 665 c 2 - 523 692 l 1 - 581 690 598 689 612 689 c 0 - 629 689 629 689 692 692 c 1 - 692 662 l 1 - 650 660 l 2 - 624 659 599 646 572 622 c 2 - 306 382 l 1 - 636 70 l 2 - 667 41 683 30 698 29 c 2 - 719 27 l 1 - 719 -3 l 1xb0 - 669 0 667 0 654 0 c 0x50 - 644 0 644 0 574 -3 c 1 - 226 332 l 1 - 216 325 l 1x90 -EndSplineSet -Fore -204 227 m 1 - 204 120 l 2 - 204 41 201 33 247 30 c 2 - 290 27 l 1 - 290 -3 l 1 - 231 -1 211 0 159 0 c 0 - 107 0 87 -1 28 -3 c 1 - 28 27 l 1 - 70 30 l 2 - 116 33 114 41 114 120 c 2 - 114 364 l 2 - 114 443 116 451 70 454 c 2 - 28 457 l 1 - 28 487 l 1 - 100 485 109 484 159 484 c 0 - 211 484 217 484 290 487 c 1 - 290 457 l 1 - 247 454 l 2 - 201 451 204 443 204 364 c 2 - 204 255 l 1 - 377 421 l 1 - 406 460 l 1 - 406 487 l 1 - 464 485 452 484 466 484 c 0 - 483 484 476 484 529 487 c 1 - 529 457 l 1 - 487 455 l 2 - 461 454 455 441 428 417 c 2 - 287 282 l 1 - 468 73 l 1 - 509 34 508 30 549 27 c 1 - 549 -3 l 1 - 499 0 497 0 484 0 c 0 - 474 0 476 0 426 -3 c 1 - 214 234 l 1 - 204 227 l 1 -EndSplineSet -KernsSLIF: 115 12 0 0 351 -19 0 0 352 -19 0 0 111 -19 0 0 103 -12 0 0 335 -12 0 0 101 -12 0 0 328 4 0 0 241 7 0 0 322 4 0 0 323 4 0 0 97 4 0 0 -EndChar -StartChar: l -Encoding: 108 108 177 -Width: 500 -Flags: HW -HStem: 0 39<247 331.827> 0 131<435 446> 464 20G<135 186> -VStem: 114 90<79.57 414> -Back -20 -3 m 1 - 20 487 l 1 - 468 487 l 1 - 468 -3 l 1 - 20 -3 l 1 -216 569 m 2x70 - 216 47 l 1 - 242 41 265 39 301 39 c 0x90 - 420 39 507 46 520 57 c 0 - 526 62 533 82 539 111 c 0 - 540 112 541 119 542 122 c 1 - 554 172 l 1 - 586 172 l 1 - 576 75 572 43 565 0 c 1x50 - 429 -3 429 -3 397 -3 c 0x90 - 369 -3 260 -2 211 -1 c 0 - 189 0 173 0 164 0 c 0 - 138 0 131 0 65 -3 c 1 - 65 20 l 1 - 96 36 l 2 - 112 44 121 66 121 95 c 2 - 121 569 l 2 - 121 648 116 656 70 659 c 2 - 22 662 l 1 - 22 692 l 1 - 94 690 118 689 168 689 c 0 - 220 689 242 689 315 692 c 1 - 315 662 l 1 - 267 659 l 2 - 221 656 216 648 216 569 c 2x70 -EndSplineSet -Fore -297 -3 m 0x70 - 274 -3 187 0 156 0 c 0x70 - 130 0 123 0 57 -3 c 1 - 57 20 l 1 - 88 36 l 2 - 104 44 114 66 114 95 c 2 - 114 364 l 2 - 114 443 116 451 70 454 c 2 - 22 457 l 1 - 22 487 l 1 - 94 485 109 484 159 484 c 0 - 211 484 223 484 296 487 c 1 - 296 457 l 1 - 248 454 l 2 - 202 451 204 443 204 364 c 2 - 204 47 l 1 - 204 47 211 39 247 39 c 0xb0 - 366 39 393 44 406 55 c 0 - 412 60 418 67 424 96 c 1 - 435 131 l 1 - 467 131 l 1 - 449 44 452 43 445 0 c 1 - 309 -3 329 -3 297 -3 c 0x70 -EndSplineSet -KernsSLIF: 121 -25 0 0 118 -22 0 0 -EndChar -StartChar: m -Encoding: 109 109 178 -Width: 778 -Flags: HW -HStem: -11 21G<353 369> -VStem: 118 42<120 399> 565 93<120 399> -Back -34 -12 m 1 - 34 487 l 1 - 738 487 l 1 - 738 -12 l 1 - 34 -12 l 1 -732 120 m 2x4c - 732 578 l 5 - 714 544 702 521 688 492 c 2 - 510 114 l 2 - 503 100 491 72 475 33 c 0 - 469 18 463 2 456 -13 c 1 - 436 -13 l 1x8c - 157 578 l 1 - 157 120 l 2 - 157 42 162 33 208 30 c 2 - 252 27 l 1 - 252 -3 l 1x4c - 147 0 147 0 132 0 c 0x2c - 115 0 115 0 16 -3 c 1 - 16 27 l 1 - 60 30 l 2 - 106 33 111 42 111 120 c 2 - 111 569 l 2 - 111 647 106 656 60 659 c 2 - 16 662 l 1 - 16 692 l 1 - 96 689 96 689 111 689 c 0 - 126 689 126 689 206 692 c 1 - 470 136 l 1 - 732 692 l 1 - 812 689 812 689 827 689 c 0 - 844 689 844 689 920 692 c 1 - 920 662 l 1 - 878 659 l 2 - 832 656 827 647 827 569 c 2 - 827 120 l 2 - 827 41 832 33 878 30 c 2 - 926 27 l 1 - 926 -3 l 1x5c - 867 -1 831 0 775 0 c 0x2c - 723 0 693 -1 647 -3 c 1 - 647 27 l 1 - 681 30 l 2 - 728 34 732 41 732 120 c 2x4c -EndSplineSet -Fore -369 -11 m 1 - 353 -11 l 0 - 160 399 l 1 - 160 120 l 2 - 160 42 167 33 213 30 c 2 - 249 27 l 1 - 249 -3 l 1 - 144 0 152 0 137 0 c 0 - 120 0 128 0 29 -3 c 1 - 29 27 l 1 - 65 30 l 2 - 111 33 118 42 118 120 c 2 - 118 364 l 2 - 118 442 111 451 65 454 c 2 - 29 457 l 1 - 29 487 l 1 - 109 484 101 484 116 484 c 0 - 131 484 131 484 211 487 c 1 - 391 115 l 0 - 565 487 l 1 - 645 484 645 484 660 484 c 0 - 677 484 669 484 745 487 c 1 - 745 457 l 1 - 711 454 l 2 - 665 451 658 442 658 364 c 2 - 658 120 l 2 - 658 41 665 33 711 30 c 2 - 751 27 l 1 - 751 -3 l 1 - 692 -1 664 0 608 0 c 0 - 556 0 534 -1 488 -3 c 1 - 488 27 l 1 - 514 30 l 2 - 561 34 565 41 565 120 c 2 - 565 399 l 1 - 492 261 437 130 369 -11 c 1 -EndSplineSet -KernsSLIF: 121 -42 0 0 119 -39 0 0 118 -39 0 0 112 -20 0 0 -EndChar -StartChar: n -Encoding: 110 110 179 -Width: 667 -Flags: HW -HStem: -20 20G<124.5 140.5> -VStem: 112 46<120 378> 506 46<98 397> -Back -24 -14 m 1 - 24 487 l 1 - 644 487 l 1 - 644 -14 l 1 - 24 -14 l 1 -137 689 m 1xb8 - 191 692 l 1 - 672 98 l 1 - 672 569 l 2 - 672 647 667 656 621 659 c 2 - 577 662 l 1 - 577 692 l 1 - 676 689 676 689 693 689 c 0 - 708 689 708 689 813 692 c 1 - 813 662 l 1 - 769 659 l 2 - 723 656 718 647 718 569 c 2 - 718 17 l 2 - 718 11 719 3 720 -8 c 0 - 721 -15 721 -16 721 -20 c 1 - 631 -4 l 1 - 158 583 l 1 - 158 120 l 2 - 158 42 163 33 209 30 c 2 - 253 27 l 1 - 253 -3 l 1xb8 - 148 0 148 0 133 0 c 0x58 - 116 0 116 0 17 -3 c 1 - 17 27 l 1 - 61 30 l 2 - 107 33 112 42 112 120 c 2 - 112 569 l 2 - 112 647 107 656 61 659 c 2 - 17 662 l 1 - 17 692 l 1 - 72 690 81 690 137 689 c 1xb8 -EndSplineSet -Fore -137 484 m 1 - 191 487 l 1 - 506 98 l 1 - 506 364 l 2 - 506 442 501 451 455 454 c 2 - 411 457 l 1 - 411 487 l 1 - 510 484 510 484 527 484 c 0 - 542 484 542 484 647 487 c 1 - 647 457 l 1 - 603 454 l 2 - 557 451 552 442 552 364 c 2 - 552 17 l 2 - 552 10 555 -11 555 -20 c 1 - 465 -3 l 1 - 158 378 l 1 - 158 120 l 2 - 158 42 163 33 209 30 c 2 - 253 27 l 1 - 253 -3 l 1 - 148 0 148 0 133 0 c 0 - 116 0 116 0 17 -3 c 1 - 17 27 l 1 - 61 30 l 2 - 107 33 112 42 112 120 c 2 - 112 364 l 2 - 112 442 107 451 61 454 c 2 - 17 457 l 1 - 17 487 l 1 - 72 485 81 485 137 484 c 1 -EndSplineSet -KernsSLIF: 121 -37 0 0 119 -34 0 0 118 -34 0 0 39 -30 0 0 112 -18 0 0 -EndChar -StartChar: o -Encoding: 111 111 180 -Width: 611 -Flags: HW -HStem: -14 37<289 317> 463 35<287 319> -VStem: 40 96<234 265> 471 99<234 267> -Back -40 -14 m 1 - 40 498 l 1 - 570 498 l 1 - 570 -14 l 1 - 40 -14 l 1 -402 709 m 0 - 624 709 764 577 764 367 c 0 - 764 147 594 -20 370 -20 c 0 - 168 -20 22 131 22 341 c 0 - 22 561 174 709 402 709 c 0 -385 667 m 0 - 221 667 129 563 129 378 c 0 - 129 164 242 22 410 22 c 0 - 565 22 657 139 657 337 c 0 - 657 545 556 667 385 667 c 0 -EndSplineSet -Fore -311 498 m 0 - 467 498 570 404 570 257 c 0 - 570 103 446 -14 289 -14 c 0 - 148 -14 40 92 40 239 c 0 - 40 393 152 498 311 498 c 0 -300 463 m 0 - 185 463 136 394 136 265 c 0 - 136 115 199 23 317 23 c 0 - 426 23 471 97 471 236 c 0 - 471 382 419 463 300 463 c 0 -EndSplineSet -KernsSLIF: 121 -30 0 0 120 -31 0 0 119 -27 0 0 118 -27 0 0 116 -13 0 0 39 -18 0 0 -EndChar -StartChar: p -Encoding: 112 112 181 -Width: 500 -Flags: HW -HStem: 0 21G<142 194> 233 23<280 303> 460 28<205 301> -VStem: 114 90<120 414> 380 88<363 382> -Back -24 -3 m 1 - 24 492 l 1 - 468 492 l 1 - 468 -3 l 1 - 24 -3 l 1 -216 642 m 1x36 - 216 120 l 2 - 216 41 221 33 267 30 c 2 - 315 27 l 1 - 315 -3 l 1x86 - 256 -1 220 0 168 0 c 0x46 - 116 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 121 41 121 120 c 2 - 121 569 l 2 - 121 643 113 656 68 659 c 2 - 23 662 l 1 - 23 692 l 1x8e - 183 689 183 689 205 689 c 0 - 234 689 310 690 347 691 c 0 - 360 692 370 692 375 692 c 0 - 502 692 580 633 580 537 c 0 - 580 417 475 324 338 324 c 0 - 318 324 304 325 280 330 c 1 - 270 366 l 1 - 296 358 311 356 332 356 c 0 - 419 356 480 419 480 509 c 0 - 480 604 422 654 314 654 c 0 - 280 654 251 650 216 642 c 1x36 -EndSplineSet -Fore -205 487 m 0 - 241 487 293 491 324 491 c 0 - 413 491 468 449 468 382 c 0 - 468 298 394 233 299 233 c 0 - 285 233 275 234 258 237 c 1 - 251 262 l 1 - 269 257 280 256 294 256 c 0 - 355 256 380 300 380 363 c 0 - 380 429 347 460 282 460 c 0 - 258 460 239 460 204 452 c 5 - 204 120 l 2 - 204 41 208 33 254 30 c 2 - 296 27 l 1 - 296 -3 l 1 - 237 -1 211 0 159 0 c 0 - 107 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 114 41 114 120 c 2 - 114 368 l 2 - 114 442 113 455 68 458 c 2 - 23 461 l 1 - 23 491 l 1 - 183 488 183 487 205 487 c 0 -EndSplineSet -KernsSLIF: 121 -40 0 0 116 -19 0 0 -EndChar -StartChar: q -Encoding: 113 113 182 -Width: 611 -Flags: HW -HStem: -14 37<289 317> 463 35<287 319> -VStem: 40 96<234 265> 471 99<234 267> -Back -40 -138 m 1 - 40 498 l 1 - 570 498 l 1 - 570 -138 l 1 - 40 -138 l 1 -388 -19 m 1 - 377 -19 l 2 - 162 -19 22 124 22 343 c 0 - 22 561 174 709 398 709 c 0 - 622 709 764 578 764 371 c 0 - 764 227 690 98 569 28 c 0 - 517 -1 480 -12 401 -19 c 1 - 443 -24 460 -29 522 -56 c 0 - 602 -90 657 -105 705 -105 c 0 - 714 -105 725 -104 764 -99 c 1 - 764 -120 l 1 - 680 -176 l 1 - 640 -168 609 -161 574 -150 c 2 - 426 -104 l 2 - 395 -94 367 -89 348 -89 c 0 - 338 -89 332 -91 320 -97 c 2 - 261 -129 l 1 - 263 -97 l 1 - 319 -54 353 -31 372 -25 c 2 - 388 -19 l 1 -385 667 m 0 - 220 667 129 563 129 375 c 0 - 129 276 159 180 209 117 c 0 - 259 55 327 23 412 23 c 0 - 569 23 657 135 657 335 c 0 - 657 545 557 667 385 667 c 0 -EndSplineSet -Fore -506 -135 m 1 - 465 -135 399 -106 387 -100 c 8 - 350 -81 309 -78 282 -78 c 0 - 275 -78 262 -77 251 -82 c 2 - 211 -100 l 1 - 211 -66 l 1 - 242 -49 269 -31 302 -13 c 1 - 302 -13 375 -8 320 -13 c 1 - 349 -17 352 -20 395 -39 c 0 - 451 -63 488 -74 522 -74 c 0 - 528 -74 536 -73 563 -69 c 1 - 563 -96 l 1 - 506 -135 l 1 -EndSplineSet -Ref: 111 111 N 1 0 0 1 0 0 -KernsSLIF: 117 -10 0 0 99 -10 0 0 -EndChar -StartChar: r -Encoding: 114 114 183 -Width: 556 -Flags: HW -HStem: 0 21G<135 187 474.5 484.5> 458 26<195 299> -VStem: 114 90<120 414> 378 90<366 382> -Back -24 -3 m 1 - 24 487 l 1 - 552 487 l 1 - 552 -3 l 1 - 24 -3 l 1 -216 642 m 1xac - 216 120 l 2 - 216 41 221 33 267 30 c 2 - 315 27 l 1 - 315 -3 l 1x8c - 256 -1 220 0 168 0 c 0x4c - 116 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 121 41 121 120 c 2 - 121 569 l 2 - 121 647 116 656 70 659 c 2 - 29 662 l 1 - 29 692 l 1 - 169 689 169 689 202 689 c 0 - 236 689 236 689 366 692 c 2x9c - 382 692 l 2 - 506 692 576 638 576 542 c 0 - 576 484 548 434 496 397 c 0 - 463 374 437 363 381 349 c 1 - 608 53 l 2 - 621 36 637 30 669 27 c 1 - 669 -3 l 1xac - 606 0 606 0 597 0 c 0x4c - 586 0 576 0 529 -3 c 1 - 519 10 513 19 506 28 c 0 - 500 35 494 43 488 51 c 2 - 304 298 l 2 - 295 310 292 314 278 330 c 0 - 266 343 263 347 252 360 c 1 - 258 372 l 1 - 271 371 280 371 287 371 c 0 - 403 371 476 429 476 521 c 0 - 476 606 418 654 314 654 c 0 - 280 654 250 650 216 642 c 1xac -EndSplineSet -Fore -237 254 m 0 - 241 263 l 1 - 250 262 261 262 266 262 c 0 - 347 262 378 303 378 367 c 0 - 378 416 347 458 285 458 c 0 - 261 458 238 458 204 450 c 1 - 204 120 l 2 - 204 41 202 33 248 30 c 2 - 296 27 l 1 - 296 -3 l 1 - 237 -1 211 0 159 0 c 0 - 107 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 114 41 114 120 c 2 - 114 364 l 2 - 114 442 116 451 70 454 c 2 - 29 457 l 1 - 29 487 l 1 - 169 484 162 484 195 484 c 0 - 229 484 230 485 321 487 c 2 - 332 487 l 2 - 419 487 468 449 468 382 c 0 - 468 341 448 306 412 280 c 0 - 389 264 371 256 332 247 c 1 - 491 53 l 2 - 504 36 520 30 552 27 c 1 - 552 -3 l 1 - 489 0 489 0 480 0 c 0 - 469 0 462 0 415 -3 c 1 - 405 10 244 245 237 254 c 0 -EndSplineSet -KernsSLIF: 122 -12 0 0 121 15 0 0 120 11 0 0 119 18 0 0 118 18 0 0 117 11 0 0 116 8 0 0 115 -1 0 0 114 9 0 0 39 9 0 0 113 -17 0 0 112 15 0 0 249 -12 0 0 353 -9 0 0 250 -8 0 0 351 -9 0 0 354 -9 0 0 352 -9 0 0 111 -9 0 0 110 17 0 0 109 11 0 0 108 -30 0 0 107 -30 0 0 106 23 0 0 105 9 0 0 104 -22 0 0 103 -12 0 0 102 1 0 0 336 -5 0 0 337 -5 0 0 335 -5 0 0 101 -5 0 0 100 -14 0 0 332 -8 0 0 99 -10 0 0 328 -16 0 0 324 -16 0 0 241 -15 0 0 322 -16 0 0 325 -16 0 0 323 -16 0 0 -EndChar -StartChar: s -Encoding: 115 115 184 -Width: 444 -Flags: HW -HStem: -14 32<182 208> 467 31<219 239> -VStem: 45 71<339 366> 326 73<125 161> 330 25<368 401.11> -Back -44 -14 m 1 - 44 498 l 1 - 400 498 l 1 - 400 -14 l 1 - 44 -14 l 1 -447 526 m 1 - 415 526 l 1 - 409 583 l 2 - 406 612 395 627 362 644 c 0 - 335 659 298 667 259 667 c 0 - 171 667 108 607 108 523 c 0 - 108 446 151 413 273 397 c 0 - 385 382 427 369 462 336 c 0 - 490 310 503 277 503 230 c 0 - 503 85 377 -20 203 -20 c 0 - 145 -20 87 -7 30 18 c 1 - 36 63 38 85 38 131 c 0 - 38 137 38 153 37 171 c 1 - 69 171 l 1 - 77 104 l 2 - 82 63 160 24 240 24 c 0 - 344 24 419 89 419 179 c 0 - 419 217 407 246 381 267 c 1 - 355 290 320 301 243 312 c 0 - 146 325 100 341 66 372 c 0 - 37 399 24 435 24 484 c 0 - 24 615 132 709 281 709 c 0 - 336 709 381 699 461 667 c 1 - 451 613 447 579 447 526 c 1 -EndSplineSet -Fore -355 368 m 1xe8 - 330 368 l 1xe8 - 330 407 331 426 293 446 c 0 - 274 456 249 462 221 462 c 0 - 160 462 122 427 122 368 c 0 - 122 314 146 299 231 288 c 0 - 344 272 399 255 399 167 c 4 - 399 66 304 -14 182 -14 c 0 - 142 -14 92 -5 52 13 c 1 - 56 44 58 60 58 92 c 0 - 58 96 58 107 57 120 c 1 - 81 120 l 1 - 87 73 l 2 - 90 44 152 23 208 23 c 0 - 281 23 320 62 320 125 c 0xf0 - 320 152 314 163 296 178 c 1 - 278 194 264 199 210 206 c 0 - 142 216 98 232 74 253 c 0 - 54 272 45 301 45 336 c 0 - 45 427 132 498 237 498 c 0 - 275 498 309 489 365 467 c 1 - 358 429 355 405 355 368 c 1xe8 -EndSplineSet -KernsSLIF: 116 -15 0 0 39 -16 0 0 -EndChar -StartChar: t -Encoding: 116 116 185 -Width: 500 -Flags: HMW -HStem: 0 21G<220 272> 447 40<296 366.236> -VStem: 201 90<120 382> -Back -18 -3 m 1 - 18 487 l 1 - 474 487 l 1 - 474 -3 l 1 - 18 -3 l 1 -255 643 m 1xa8 - 100 643 l 2x28 - 72 643 61 634 60 610 c 1 - 56 531 l 1 - 25 531 l 1 - 25 596 23 635 18 692 c 1x18 - 86 691 l 2 - 157 690 211 689 221 689 c 2 - 379 689 l 2x28 - 394 689 423 689 462 690 c 0 - 490 691 523 691 595 692 c 1x18 - 590 635 588 596 588 531 c 1 - 557 531 l 1 - 553 610 l 1 - 552 634 541 643 513 643 c 2 - 358 643 l 1 - 355 610 354 588 354 543 c 2 - 354 120 l 2 - 354 41 359 33 405 30 c 2 - 453 27 l 1 - 453 -3 l 1xa8 - 394 -1 358 0 306 0 c 0x48 - 254 0 219 -1 160 -3 c 1 - 160 27 l 1 - 208 30 l 2 - 254 33 259 41 259 120 c 2 - 259 543 l 2 - 259 586 258 609 255 643 c 1xa8 -EndSplineSet -Fore -474 487 m 1 - 469 430 467 428 467 363 c 1 - 438 363 l 1 - 434 413 l 1 - 433 437 423 447 395 447 c 2 - 296 447 l 1 - 293 414 291 391 291 346 c 2 - 291 120 l 2 - 291 41 298 33 344 30 c 2 - 388 27 l 1 - 388 -3 l 1 - 329 -1 298 0 246 0 c 0 - 194 0 163 -1 104 -3 c 1 - 104 27 l 1 - 148 30 l 2 - 194 33 201 41 201 120 c 2 - 201 346 l 2 - 201 389 200 413 197 447 c 1 - 98 447 l 2 - 70 447 59 437 58 413 c 1 - 54 363 l 1 - 25 363 l 1 - 25 428 23 430 18 487 c 1 - 107 486 156 484 246 484 c 0 - 336 484 385 486 474 487 c 1 -EndSplineSet -KernsSLIF: 39 -3 0 0 351 -13 0 0 352 -13 0 0 111 -13 0 0 104 13 0 0 335 -9 0 0 101 -9 0 0 328 3 0 0 241 5 0 0 322 3 0 0 323 3 0 0 97 3 0 0 -EndChar -StartChar: u -Encoding: 117 117 186 -Width: 611 -Flags: HW -HStem: -14 59<307 335> 464 20G<133 184 479.5 495.5> -VStem: 104 90<177 403> 469 40<192 403> -Back -20 -14 m 1 - 20 487 l 1 - 590 487 l 1 - 590 -14 l 1 - 20 -14 l 1 -664 569 m 2 - 664 280 l 2 - 664 169 642 94 595 47 c 0 - 550 1 481 -20 378 -20 c 0 - 278 -20 207 1 167 42 c 0 - 129 81 111 136 111 214 c 2 - 111 569 l 2 - 111 648 106 656 60 659 c 2 - 12 662 l 1 - 12 692 l 1 - 84 690 108 689 158 689 c 0 - 210 689 232 689 305 692 c 1 - 305 662 l 1 - 257 659 l 2 - 211 656 206 648 206 569 c 2 - 206 225 l 2 - 206 97 266 42 405 42 c 0 - 550 42 618 108 618 249 c 2 - 618 569 l 2 - 618 647 613 656 567 659 c 2 - 523 662 l 1 - 523 692 l 1 - 622 689 622 689 639 689 c 0 - 654 689 654 689 759 692 c 1 - 759 662 l 1 - 715 659 l 2 - 669 656 664 647 664 569 c 2 -EndSplineSet -Fore -311 -14 m 0 - 151 -14 104 80 104 183 c 2 - 104 364 l 2 - 104 443 106 451 60 454 c 2 - 20 457 l 1 - 20 487 l 1 - 92 485 108 484 158 484 c 0 - 210 484 197 484 270 487 c 1 - 270 457 l 1 - 226 454 l 2 - 195 452 194 443 194 364 c 2 - 194 194 l 2 - 194 66 253 45 333 45 c 0 - 413 45 469 77 469 218 c 2 - 469 364 l 2 - 469 442 472 451 426 454 c 2 - 382 457 l 1 - 382 487 l 1 - 481 484 471 484 488 484 c 0 - 503 484 485 484 590 487 c 1 - 590 457 l 1 - 554 454 l 2 - 508 451 509 442 509 364 c 2 - 509 220 l 2 - 509 97 471 -14 311 -14 c 0 -EndSplineSet -KernsSLIF: 39 -22 0 0 -EndChar -StartChar: v -Encoding: 118 118 187 -Width: 556 -Flags: HW -HStem: -8 21G<254 299> -Back -12 -8 m 1 - 12 487 l 1 - 542 487 l 1 - 542 -8 l 1 - 12 -8 l 1 -274 662 m 1 - 218 659 l 2 - 198 658 186 651 186 639 c 0 - 186 635 187 632 188 628 c 1 - 385 121 l 1 - 568 594 l 2 - 574 609 577 623 577 633 c 0 - 577 648 564 658 542 659 c 2 - 490 662 l 1 - 490 692 l 1 - 506 691 523 691 528 691 c 0 - 557 690 580 689 598 689 c 2 - 706 692 l 1 - 706 662 l 1 - 676 659 l 2 - 656 656 645 641 622 587 c 1 - 448 166 l 2 - 415 86 403 53 384 -9 c 1 - 334 -9 l 1 - 319 45 307 80 276 156 c 2 - 88 618 l 1 - 75 648 65 657 44 659 c 2 - 8 662 l 1 - 8 692 l 1 - 118 689 118 689 141 689 c 0 - 164 689 164 689 274 692 c 1 - 274 662 l 1 -EndSplineSet -Fore -302 109 m 0 - 412 389 l 2 - 418 404 421 418 421 428 c 0 - 421 460 375 457 344 459 c 1 - 344 487 l 1 - 360 486 377 487 382 487 c 0 - 411 486 419 484 437 484 c 2 - 541 487 l 1 - 541 459 l 1 - 511 456 l 2 - 491 453 480 436 457 382 c 1 - 299 -8 l 0 - 254 -8 l 0 - 82 413 l 1 - 69 443 61 454 40 456 c 2 - 12 459 l 1 - 12 487 l 1 - 122 484 118 484 141 484 c 0 - 164 484 143 484 243 487 c 1 - 243 459 l 1 - 205 456 l 2 - 185 455 172 450 173 434 c 0 - 173 430 174 427 175 423 c 1 - 302 109 l 0 -EndSplineSet -KernsSLIF: 115 -17 0 0 249 -45 0 0 353 -40 0 0 351 -40 0 0 352 -40 0 0 111 -40 0 0 108 -33 0 0 103 -41 0 0 336 -42 0 0 337 -42 0 0 335 -42 0 0 101 -42 0 0 99 -52 0 0 327 -32 0 0 328 -32 0 0 324 -32 0 0 241 -36 0 0 322 -32 0 0 325 -32 0 0 323 -32 0 0 97 -32 0 0 -EndChar -StartChar: w -Encoding: 119 119 188 -Width: 778 -VWidth: 795 -Flags: HW -HStem: -8 21G<188 255 503 573> -Back -12 -8 m 1 - 12 488 l 1 - 762 488 l 1 - 762 -8 l 1 - 12 -8 l 1 -734 -9 m 1 - 684 -9 l 1 - 649 100 646 108 613 197 c 2 - 488 536 l 1 - 314 94 l 1 - 295 47 287 23 278 -9 c 1 - 228 -9 l 1 - 218 36 218 37 205 94 c 2 - 86 609 l 1 - 77 645 65 656 36 659 c 2 - 8 662 l 1 - 8 692 l 1 - 85 690 127 689 134 689 c 2 - 260 692 l 1 - 260 662 l 1 - 218 659 l 2 - 191 657 181 648 181 626 c 0 - 181 616 182 605 185 593 c 1 - 285 144 l 1 - 409 459 l 1 - 461 593 478 638 499 700 c 1 - 531 700 l 1 - 539 666 542 658 564 598 c 1 - 728 137 l 1 - 860 626 l 2 - 861 629 861 632 861 635 c 0 - 860 651 849 656 814 659 c 2 - 774 662 l 1 - 774 692 l 1 - 869 689 869 689 879 689 c 2 - 984 692 l 1 - 984 662 l 1 - 952 659 l 2 - 930 657 920 648 914 630 c 1 - 761 92 l 1 - 753 65 745 35 742 25 c 0 - 741 20 738 6 734 -9 c 1 -EndSplineSet -Fore -573 -8 m 0 - 503 -8 l 0 - 381 323 l 1 - 255 -8 l 0 - 188 -8 l 1 - 86 404 l 1 - 77 440 69 451 40 454 c 2 - 12 457 l 1 - 12 487 l 1 - 89 485 127 484 134 484 c 2 - 258 487 l 1 - 258 457 l 1 - 218 454 l 2 - 191 452 181 443 181 421 c 0 - 181 411 182 400 185 388 c 1 - 251 110 l 1 - 292 220 370 422 392 487 c 1 - 424 487 l 1 - 432 453 435 445 457 385 c 1 - 557 105 l 0 - 642 421 l 2 - 643 424 643 427 643 430 c 0 - 642 446 631 451 596 454 c 2 - 567 457 l 1 - 567 487 l 1 - 647 484 651 484 661 484 c 2 - 762 487 l 1 - 762 457 l 1 - 730 454 l 2 - 708 452 702 443 696 425 c 1 - 573 -8 l 0 -EndSplineSet -KernsSLIF: 115 -17 0 0 249 -45 0 0 353 -40 0 0 351 -40 0 0 352 -40 0 0 111 -40 0 0 108 -33 0 0 103 -41 0 0 336 -42 0 0 337 -42 0 0 335 -42 0 0 101 -42 0 0 99 -49 0 0 327 -32 0 0 328 -32 0 0 324 -32 0 0 241 -36 0 0 322 -32 0 0 325 -32 0 0 323 -32 0 0 97 -32 0 0 -EndChar -StartChar: x -Encoding: 120 120 189 -Width: 500 -Flags: HW -HStem: 0 21G<62 70 407 415.5> 454 30<455.333 469> -Back -16 -2 m 1 - 16 493 l 1 - 484 493 l 1 - 484 -2 l 1 - 16 -2 l 1 -EndSplineSet -Fore -266 326 m 1 - 368 484 l 1 - 469 484 l 1 - 469 454 l 1 - 428 451 l 2 - 413 449 401 437 360 383 c 1 - 292 280 l 1 - 388 100 l 1 - 423 46 435 33 454 30 c 2 - 484 27 l 1 - 484 -3 l 1 - 441 -1 418 0 413 0 c 0 - 401 0 401 0 339 -3 c 1 - 237 194 l 1 - 117 -3 l 1 - 74 0 74 0 66 0 c 0 - 58 0 58 0 14 -3 c 1 - 14 27 l 1 - 62 33 66 33 99 78 c 0 - 101 81 102 81 105 86 c 2 - 210 246 l 1 - 159 345 l 2 - 126 400 93 433 69 435 c 2 - 24 438 l 1 - 22 464 l 1 - 161 491 l 1 - 180 481 190 464 213 426 c 2 - 266 326 l 1 -EndSplineSet -KernsSLIF: 113 -28 0 0 111 -30 0 0 335 -24 0 0 101 -24 0 0 99 -27 0 0 97 -5 0 0 -EndChar -StartChar: y -Encoding: 121 121 190 -Width: 500 -Flags: HW -HStem: 0 21G<231 283> 441 51<16 126> -VStem: 214 88<120 195> -Back -14 -3 m 1 - 14 493 l 1 - 480 493 l 1 - 480 -3 l 1 - 14 -3 l 1 -9 680 m 1x90 - 124 704 l 2 - 125.033 704.216 129 705 129 705 c 2 - 147 706 188 660 220 602 c 2 - 363 341 l 1 - 466 504 l 2 - 505 566 536 620 574 694 c 1 - 654 694 l 1 - 654 679 l 1 - 573 582 540 537 466 426 c 0 - 408 338 394 304 394 249 c 2 - 394 120 l 2 - 394 41 399 33 445 30 c 2 - 493 27 l 1 - 493 -3 l 1xb0 - 434 -1 398 0 346 0 c 0x50 - 294 0 259 -1 200 -3 c 1 - 200 27 l 1 - 248 30 l 2 - 294 33 299 41 299 120 c 2 - 299 262 l 2 - 299 278 296 292 290 302 c 2 - 166 518 l 2 - 124 591 72 643 38 648 c 2 - 9 651 l 1 - 9 680 l 1x90 -EndSplineSet -Fore -16 441 m 1 - 16 470 l 1 - 49 476 121 492 121 492 c 1 - 139 492 171 445 208 379 c 2 - 283 247 l 1 - 407 484 l 1 - 481 484 l 1 - 481 469 l 1 - 400 372 305 214 305 214 c 0 - 303 202 302 200 302 187 c 2 - 302 114 l 2 - 302 35 310 33 356 30 c 2 - 396 27 l 1 - 396 -3 l 1 - 337 -1 309 0 257 0 c 0 - 205 0 178 -1 119 -3 c 1 - 119 27 l 1 - 159 30 l 2 - 205 33 214 41 214 120 c 2 - 214 187 l 2 - 214 194 212 219 212 219 c 1 - 129 348 l 2 - 82 421 66 441 16 441 c 1 -EndSplineSet -KernsSLIF: 115 -10 0 0 249 -38 0 0 353 -33 0 0 351 -33 0 0 352 -33 0 0 111 -33 0 0 108 -26 0 0 103 -34 0 0 336 -35 0 0 337 -35 0 0 335 -35 0 0 101 -35 0 0 99 -45 0 0 327 -25 0 0 328 -25 0 0 324 -25 0 0 241 -29 0 0 322 -25 0 0 325 -25 0 0 323 -25 0 0 97 -25 0 0 -EndChar -StartChar: z -Encoding: 122 122 191 -Width: 500 -Flags: HW -HStem: -3 47<151 393.579> -3 144<437 464.891> 354 133<48 78> 443 41<266 340> -Back -20 -3 m 1 - 20 487 l 1 - 477 487 l 1 - 477 -3 l 1 - 20 -3 l 1 -637 663 m 1x10 - 151 44 l 1 - 424 44 l 2x40 - 577 44 591 50 598 116 c 2 - 604 173 l 1 - 638 173 l 1 - 633 118 632 83 632 -3 c 1x80 - 355 0 l 1 - 327 0 l 1x40 - 15 -3 l 1 - 15 25 l 1 - 79 101 98 123 112 142 c 2 - 414 530 l 2 - 428 548 442 565 455 583 c 0 - 475 608 485 623 500 648 c 1 - 272 648 l 2xa0 - 150 648 123 640 120 601 c 1 - 114 530 l 1 - 80 530 l 1 - 82 567 83 585 83 611 c 0 - 83 637 82 655 80 692 c 1x10 - 245 691 l 1 - 427 689 l 1 - 477 689 l 1x20 - 633 692 l 1 - 637 663 l 1x10 -EndSplineSet -Fore -477 458 m 1x20 - 151 44 l 1 - 257 44 l 2xa0 - 410 44 424 27 431 93 c 2 - 437 141 l 1 - 471 141 l 1 - 466 86 465 83 465 -3 c 1 - 363 -2 263 -0 160 0 c 1 - 15 -3 l 1 - 15 25 l 1 - 79 101 98 123 112 142 c 2 - 254 325 l 2 - 284 363 315 402 340 443 c 1 - 212 443 l 2x50 - 90 443 87 440 84 401 c 1 - 78 354 l 1 - 48 354 l 1 - 50 391 51 385 51 411 c 0 - 51 437 50 450 48 487 c 1x20 - 122 487 195 486 267 484 c 2 - 317 484 l 1x10 - 473 487 l 1 - 477 458 l 1x20 -EndSplineSet -EndChar -StartChar: .notdef -Encoding: 127 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 128 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 129 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 130 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 131 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 132 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 133 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 134 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 135 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 136 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 137 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 138 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 139 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 140 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 141 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 142 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 143 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 144 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 145 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 146 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 147 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 148 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 149 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 150 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 151 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 152 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 153 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 154 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 155 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 156 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 157 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 158 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 159 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 160 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: fraction -Encoding: 164 8260 276 -Width: 1000 -Flags: H -EndChar -StartChar: florin -Encoding: 166 402 216 -Width: 1000 -Flags: H -EndChar -StartChar: currency -Encoding: 168 164 265 -Width: 1000 -Flags: H -EndChar -StartChar: quotesingle -Encoding: 169 39 253 -Width: 1000 -Flags: H -EndChar -StartChar: quotedblleft -Encoding: 170 8220 230 -Width: 1000 -Flags: H -KernsSLIF: 262 -131 0 0 256 -131 0 0 257 -131 0 0 225 -135 0 0 -EndChar -StartChar: guilsinglleft -Encoding: 172 8249 239 -Width: 1000 -Flags: H -EndChar -StartChar: guilsinglright -Encoding: 173 8250 238 -Width: 1000 -Flags: H -KernsSLIF: 262 -94 0 0 256 -94 0 0 257 -94 0 0 225 -87 0 0 -EndChar -StartChar: fi -Encoding: 174 64257 197 -Width: 777 -Flags: H -Ref: 105 105 N 1 0 0 1 444 0 -Ref: 102 102 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' f i -EndChar -StartChar: fl -Encoding: 175 64258 198 -Width: 944 -Flags: H -Ref: 108 108 N 1 0 0 1 444 0 -Ref: 102 102 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' f l -EndChar -StartChar: .notdef -Encoding: 176 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: endash -Encoding: 177 8211 242 -Width: 1000 -Flags: H -EndChar -StartChar: dagger -Encoding: 178 8224 250 -Width: 1000 -Flags: H -EndChar -StartChar: daggerdbl -Encoding: 179 8225 251 -Width: 1000 -Flags: H -EndChar -StartChar: periodcentered -Encoding: 180 183 224 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 181 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: bullet -Encoding: 183 8226 297 -Width: 1000 -Flags: H -EndChar -StartChar: quotesinglbase -Encoding: 184 8218 266 -Width: 1000 -Flags: H -EndChar -StartChar: quotedblbase -Encoding: 185 8222 231 -Width: 1000 -Flags: H -KernsSLIF: 225 -4 0 0 -EndChar -StartChar: quotedblright -Encoding: 186 8221 229 -Width: 1000 -Flags: H -KernsSLIF: 262 -130 0 0 256 -130 0 0 257 -130 0 0 225 -134 0 0 -EndChar -StartChar: ellipsis -Encoding: 188 8230 225 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 2 0 0 -Ligature: 0 0 'liga' period period period -EndChar -StartChar: perthousand -Encoding: 189 8240 278 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 190 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 192 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: grave -Encoding: 193 96 284 -Width: 333 -Flags: HW -HStem: 682 20G<53.5 69> -Fore -215 531 m 1 - 71 621 l 2 - 38 642 31 650 31 668 c 0 - 31 687 45 702 62 702 c 0 - 76 702 96 690 117 669 c 2 - 255 531 l 1 - 215 531 l 1 -EndSplineSet -EndChar -StartChar: acute -Encoding: 194 180 283 -Width: 333 -Flags: HW -HStem: 682 20G<263.5 279.5> -Fore -78 531 m 1 - 216 669 l 2 - 238 691 256 702 271 702 c 0 - 288 702 302 687 302 668 c 0 - 302 650 295 642 262 621 c 2 - 118 531 l 1 - 78 531 l 1 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space acutecomb -EndChar -StartChar: circumflex -Encoding: 195 710 285 -Width: 333 -Flags: HW -HStem: 678 20G<136 198> -Fore -136 698 m 1 - 198 698 l 1 - 323 531 l 1 - 288 531 l 1 - 167 634 l 1 - 46 531 l 1 - 11 531 l 1 - 136 698 l 1 -EndSplineSet -EndChar -StartChar: tilde -Encoding: 196 732 288 -Width: 333 -Flags: HW -Fore -303 665 m 1 - 332 665 l 1 - 328 607 280 560 223 560 c 0 - 201 560 185 565 155 579 c 0 - 118 598 98 605 84 605 c 0 - 60 605 44 591 31 560 c 1 - 2 560 l 1 - 16 625 53 660 108 660 c 0 - 132 660 144 656 197 630 c 0 - 221 619 232 615 244 615 c 0 - 272 615 288 628 303 665 c 1 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space tildecomb -EndChar -StartChar: macron -Encoding: 197 175 292 -Width: 333 -Flags: HW -HStem: 563 53<11 323> -Fore -323 563 m 1 - 11 563 l 1 - 11 616 l 1 - 323 616 l 1 - 323 563 l 1 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space uni0304 -EndChar -StartChar: breve -Encoding: 198 728 287 -Width: 333 -Flags: HW -HStem: 531 60<140 192.5> -Fore -26 689 m 1 - 56 689 l 1 - 59 632 105 591 167 591 c 0 - 229 591 275 632 278 689 c 1 - 308 689 l 1 - 306 645 300 623 284 596 c 0 - 260 554 218 531 167 531 c 0 - 113 531 70 556 46 602 c 0 - 33 628 28 648 26 689 c 1 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space uni0306 -EndChar -StartChar: dotaccent -Encoding: 199 729 281 -Width: 250 -Flags: HW -Fore -126 662 m 0 - 155 662 175 641 175 612 c 0 - 175 582 155 562 125 562 c 0 - 95 562 75 582 75 612 c 0 - 75 642 95 662 126 662 c 0 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space uni0307 -EndChar -StartChar: dieresis -Encoding: 200 168 280 -Width: 333 -Flags: HW -VStem: 17 100<597 626.5> 216 100<597 626.5> -Fore -68 662 m 0 - 97 662 117 641 117 612 c 0 - 117 582 97 562 67 562 c 0 - 37 562 17 582 17 612 c 0 - 17 642 37 662 68 662 c 0 -267 662 m 0 - 296 662 316 641 316 612 c 0 - 316 582 296 562 266 562 c 0 - 236 562 216 582 216 612 c 0 - 216 642 236 662 267 662 c 0 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space uni0308 -EndChar -StartChar: .notdef -Encoding: 201 -1 315 -Width: 250 -Flags: HW -EndChar -StartChar: ring -Encoding: 202 730 282 -Width: 333 -Flags: HW -HStem: 521 36<148 185.5> 685 36<149 186> -VStem: 67 38<602 641> 229 38<602 640> -Fore -169 721 m 0 - 222 721 267 676 267 621 c 0 - 267 565 222 521 167 521 c 0 - 111 521 67 565 67 622 c 0 - 67 677 112 721 169 721 c 0 -168 685 m 0 - 130 685 105 660 105 622 c 0 - 105 582 129 557 167 557 c 0 - 204 557 229 583 229 621 c 0 - 229 659 204 685 168 685 c 0 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space uni030A -EndChar -StartChar: cedilla -Encoding: 203 184 290 -Width: 333 -Flags: HW -HStem: -225 36<166.5 192.5> -107 36 -VStem: 229 75<-160 -134.5> -Fore -141 -108 m 1 - 183 -10 l 1 - 217 -10 l 1 - 192 -75 l 1 - 202 -72 209 -71 219 -71 c 0 - 271 -71 304 -98 304 -141 c 0 - 304 -193 256 -225 180 -225 c 0 - 153 -225 139 -222 96 -209 c 1 - 110 -178 l 1 - 143 -187 157 -189 175 -189 c 0 - 210 -189 229 -174 229 -146 c 0 - 229 -123 213 -107 189 -107 c 0 - 176 -107 167 -109 148 -114 c 1 - 141 -108 l 1 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space uni0327 -EndChar -StartChar: .notdef -Encoding: 204 -1 315 -Width: 250 -Flags: HW -EndChar -StartChar: hungarumlaut -Encoding: 205 733 289 -Width: 380 -Flags: HW -HStem: 692 20G<178 194.5 338 354.5> -Fore -3 531 m 1 - 131 679 l 2 - 148 699 170 712 186 712 c 0 - 203 712 217 697 217 679 c 0 - 217 663 207 650 178 629 c 2 - 43 531 l 1 - 3 531 l 1 -163 531 m 1 - 291 679 l 2 - 308 699 330 712 346 712 c 0 - 363 712 377 697 377 679 c 0 - 377 663 367 650 338 629 c 2 - 203 531 l 1 - 163 531 l 1 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space uni030B -EndChar -StartChar: ogonek -Encoding: 206 731 291 -Width: 313 -Flags: HW -HStem: -145 41<144.5 150.5> -VStem: 68 47<-74.5 -65.5> -Fore -229 -68 m 1 - 245 -89 l 1 - 199 -129 168 -145 133 -145 c 0 - 97 -145 68 -117 68 -81 c 0 - 68 -50 86 -22 118 0 c 1 - 155 0 l 1 - 127 -23 115 -43 115 -64 c 0 - 115 -85 134 -104 155 -104 c 0 - 178 -104 202 -92 229 -68 c 1 -EndSplineSet -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' space uni0328 -EndChar -StartChar: caron -Encoding: 207 711 286 -Width: 333 -Flags: HW -HStem: 678 20G<11 46 289 323> -Fore -167 595 m 1 - 289 698 l 1 - 323 698 l 1 - 198 531 l 1 - 136 531 l 1 - 11 698 l 1 - 46 698 l 1 - 167 595 l 1 -EndSplineSet -EndChar -StartChar: emdash -Encoding: 208 8212 243 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 209 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 210 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 211 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 212 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 213 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 214 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 215 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 216 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 217 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 218 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 219 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 220 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 221 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 222 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 223 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 224 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: AE -Encoding: 225 198 159 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 226 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ordfeminine -Encoding: 227 170 270 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 228 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 229 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 230 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 231 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: Lslash -Encoding: 232 321 164 -Width: 1000 -Flags: H -EndChar -StartChar: Oslash -Encoding: 233 216 161 -Width: 1000 -Flags: H -EndChar -StartChar: OE -Encoding: 234 338 160 -Width: 1000 -Flags: H -EndChar -StartChar: ordmasculine -Encoding: 235 186 271 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 236 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 237 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 238 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 239 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 240 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: ae -Encoding: 241 230 192 -Width: 778 -Flags: HMW -HStem: 0 39<518 587.361> 0 145<704 724> 174 38<219 314> 226 42<504 570> 445 39<467 560> -VStem: 386 90<92 223 212 437> 679 35<363 414> -Back -8 0 m 1 - 8 488 l 1 - 736 488 l 1 - 736 0 l 1 - 8 0 l 1 --10 27 m 1x64 - 24 32 l 2 - 38 34 56 53 76 87 c 1 - 365 599 l 2 - 377 620 384 638 384 646 c 0 - 384 653 371 656 330 659 c 2 - 286 662 l 1 - 286 692 l 1 - 543 689 l 2 - 560 689 577 689 729 692 c 2 - 769 692 l 2 - 814 692 842 691 892 689 c 1 - 881 645 876 597 876 537 c 1 - 841 537 l 1 - 841 602 l 2 - 841 625 838 630 814 636 c 0 - 782 645 726 650 669 650 c 0 - 600 650 583 649 552 642 c 1 - 552 375 l 1 - 586 373 620 372 662 372 c 0 - 728 372 756 375 774 383 c 1 - 778 391 781 400 782 409 c 1 - 787 461 l 1 - 817 461 l 1 - 814 361 814 361 814 345 c 0 - 814 327 814 327 817 234 c 1 - 787 234 l 1 - 782 293 l 1 - 774 318 l 1 - 756 327 729 330 655 330 c 0 - 610 330 580 329 552 327 c 1 - 552 47 l 1 - 581 41 599 39 651 39 c 0xbc - 741 39 814 44 835 51 c 0 - 849 56 862 87 868 130 c 0 - 869 134 871 148 873 164 c 1 - 908 164 l 1 - 898 112 892 58 892 0 c 1x44 - 755 -3 755 -3 724 -3 c 0x84 - 710 -3 669 -2 612 -1 c 2 - 477 0 l 1 - 408 -3 l 1 - 408 20 l 1 - 436 36 l 2 - 455 47 462 68 462 120 c 2 - 462 242 l 1 - 383 244 356 245 339 245 c 0 - 323 245 323 245 218 242 c 1 - 154 128 l 2 - 131 86 126 75 126 59 c 0 - 126 43 144 33 179 30 c 2 - 215 27 l 1 - 215 -3 l 1 - 138 0 137 0 117 0 c 0 - 104 0 104 0 -10 -3 c 1 - -10 27 l 1x64 -450 655 m 1 - 242 283 l 1 - 462 283 l 1 - 462 655 l 1 - 450 655 l 1 -EndSplineSet -Fore -9 27 m 1 - 43 32 l 2 - 57 34 75 53 95 87 c 1 - 268 394 l 2 - 280 415 287 433 287 441 c 0 - 287 455 217 455 189 457 c 1 - 189 487 l 1 - 467 484 l 2 - 484 484 508 487 560 487 c 2 - 600 487 l 2 - 645 487 673 486 723 484 c 1 - 712 440 714 423 714 363 c 1 - 679 363 l 1 - 679 410 l 2 - 679 433 669 433 645 439 c 0 - 613 448 593 445 536 445 c 0 - 487 445 507 444 476 437 c 1 - 476 271 l 1 - 510 269 487 268 529 268 c 0 - 595 268 587 271 605 279 c 1 - 614 297 616 318 618 340 c 1 - 648 340 l 1 - 646 280 645 257 645 241 c 0 - 645 223 646 220 648 157 c 1 - 618 157 l 1 - 615 178 611 197 605 214 c 1 - 587 223 596 226 522 226 c 0 - 477 226 504 225 476 223 c 1 - 476 47 l 1 - 505 41 486 39 518 39 c 0 - 608 39 645 44 666 51 c 0 - 691 60 698 96 704 145 c 1 - 739 145 l 1 - 729 93 723 58 723 0 c 1 - 586 -3 586 -3 555 -3 c 0 - 552 -3 445 -1 401 0 c 1 - 332 -3 l 1 - 332 20 l 1 - 368 41 386 41 386 120 c 2 - 386 171 l 1 - 307 173 293 174 276 174 c 0 - 260 174 266 173 196 171 c 1 - 173 128 l 2 - 150 86 145 75 145 59 c 0 - 145 31 196 30 234 27 c 1 - 234 -3 l 1 - 157 0 156 0 136 0 c 0 - 123 0 123 0 9 -3 c 1 - 9 27 l 1 -360 450 m 1 - 219 212 l 1 - 386 212 l 1 - 386 450 l 1 - 360 450 l 1 -EndSplineSet -KernsSLIF: 121 -13 0 0 119 -10 0 0 118 -10 0 0 -EndChar -StartChar: .notdef -Encoding: 242 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 243 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 244 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: dotlessi -Encoding: 245 305 196 -Width: 333 -Flags: HW -HStem: 0 21G<135 187> -VStem: 121 88<120 398> -Ref: 105 105 S 1 0 0 1 0 0 -EndChar -StartChar: .notdef -Encoding: 246 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 247 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: lslash -Encoding: 248 322 200 -Width: 500 -Flags: HW -HStem: 0 39<250 333.09> 0 131<435 446> -VStem: 114 93<79.57 195 235 249 236 414> -Fore -51 160 m 1 - 51 199 l 1 - 292 340 l 1 - 292 298 l 1 - 51 160 l 1 -EndSplineSet -Ref: 108 108 S 1 0 0 1 0 0 -EndChar -StartChar: oslash -Encoding: 249 248 194 -Width: 611 -Flags: HW -HStem: -14 35<289 317> 465 33<287 319> -VStem: 40 94<234 265> 473 97<234 267> -Fore -536 495 m 1 - 561 468 l 1 - 50 -16 l 1 - 26 10 l 1 - 536 495 l 1 -EndSplineSet -Ref: 111 111 S 1 0 0 1 0 0 -EndChar -StartChar: oe -Encoding: 250 339 193 -Width: 833 -Flags: HMW -HStem: -14 35<289 345> -3 42<595 654.217> 0 138<763 783> 231 39<599 642.616> 452 32<516 633> 453 45<300 419> 465 33<287 311> -VStem: 40 94<237 265> 439 93<65 228 120 448> 743 34<360 403> -Back -42 -14 m 1 - 42 498 l 1 - 794 498 l 1 - 794 -14 l 1 - 42 -14 l 1 -927 164 m 1x3b - 962 164 l 1 - 952 112 946 58 946 0 c 1 - 853 -2 814 -3 786 -3 c 2 - 735 -3 l 2x43 - 709 -2 692 -2 679 -2 c 0x23 - 623 -2 559 -6 509 -11 c 0 - 454 -18 424 -20 386 -20 c 0 - 170 -20 22 126 22 340 c 0 - 22 560 175 709 399 709 c 0x87 - 424 709 512 700 543 694 c 0 - 563 690 571 689 588 689 c 0 - 594 689 594 689 825 692 c 0 - 868 692 901 691 946 689 c 1 - 935 645 930 597 930 537 c 1 - 895 537 l 1 - 895 602 l 2 - 895 625 892 630 868 636 c 0 - 837 644 779 650 727 650 c 0 - 662 650 645 649 614 642 c 1 - 614 375 l 1 - 653 373 675 372 717 372 c 0 - 781 372 811 375 828 383 c 1 - 832 391 835 400 836 409 c 1 - 841 461 l 1 - 871 461 l 1 - 868 361 868 361 868 345 c 0 - 868 327 868 327 871 234 c 1 - 841 234 l 1 - 836 293 l 1 - 828 318 l 1 - 810 327 783 330 711 330 c 0 - 668 330 640 329 614 327 c 1 - 614 47 l 1 - 643 41 662 39 711 39 c 0 - 795 39 869 44 888 51 c 0 - 903 56 916 86 922 130 c 0 - 923 135 925 149 927 164 c 1x3b -519 139 m 2x87 - 519 538 l 2 - 519 576 518 594 514 621 c 1 - 480 651 438 665 381 665 c 0 - 218 665 122 555 122 370 c 0 - 122 167 231 24 385 24 c 0 - 431 24 489 38 514 56 c 1 - 518 83 519 101 519 139 c 2x87 -EndSplineSet -Fore -311 498 m 0 - 420 498 441 484 516 484 c 0 - 534 484 645 487 662 487 c 0 - 706 487 737 486 786 484 c 1 - 780 440 777 420 777 360 c 1 - 746 360 l 1 - 743 397 l 2 - 743 420 729 442 729 442 c 1 - 729 442 670 452 613 452 c 0 - 554 452 532 448 532 448 c 1 - 532 273 l 1 - 566 273 564 270 606 270 c 0 - 672 270 653 275 671 283 c 1 - 679 299 682 317 684 337 c 1 - 714 337 l 1 - 714 287 711 261 711 245 c 0 - 711 227 714 222 714 159 c 1 - 684 159 l 1 - 681 180 678 201 671 218 c 1 - 653 227 673 231 599 231 c 0 - 554 231 560 230 532 228 c 1 - 532 47 l 1 - 561 41 563 39 595 39 c 0 - 685 39 708 44 729 51 c 0 - 743 56 752 61 758 104 c 0 - 759 108 761 122 763 138 c 1 - 794 138 l 1 - 784 86 782 58 782 0 c 1 - 722 -1 700 -3 669 -3 c 0 - 667 -3 473 0 473 0 c 0 - 462 0 442 -3 423 -7 c 0 - 391 -13 366 -14 289 -14 c 0 - 148 -14 40 92 40 239 c 0 - 40 393 152 498 311 498 c 0 -422 35 m 0 - 441 47 439 54 439 120 c 2 - 439 364 l 2 - 439 433 447 448 419 453 c 0 - 415 453 419 465 300 465 c 0 - 185 465 134 394 134 265 c 0 - 134 115 199 21 317 21 c 0 - 406 21 418 32 422 35 c 0 -EndSplineSet -EndChar -StartChar: germandbls -Encoding: 251 223 195 -Width: 1000 -Flags: H -EndChar -StartChar: .notdef -Encoding: 252 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 253 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 254 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: .notdef -Encoding: 255 -1 315 -Width: 250 -Flags: H -EndChar -StartChar: Adieresis -Encoding: 256 196 0 -Width: 1000 -Flags: H -KernsSLIF: 121 -88 0 0 119 -78 0 0 118 -87 0 0 117 -45 0 0 116 -38 0 0 39 -120 0 0 186 -123 0 0 113 -34 0 0 111 -36 0 0 172 -92 0 0 103 -26 0 0 100 -34 0 0 99 -33 0 0 98 -13 0 0 97 -11 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' A uni0308 -EndChar -StartChar: Aacute -Encoding: 257 193 1 -Width: 1000 -Flags: H -KernsSLIF: 121 -88 0 0 119 -78 0 0 118 -87 0 0 117 -45 0 0 116 -38 0 0 39 -120 0 0 113 -34 0 0 111 -36 0 0 172 -92 0 0 103 -26 0 0 101 -30 0 0 100 -34 0 0 99 -33 0 0 98 -13 0 0 97 -11 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' A acutecomb -EndChar -StartChar: Agrave -Encoding: 258 192 2 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' A gravecomb -EndChar -StartChar: Acircumflex -Encoding: 259 194 3 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' A uni0302 -EndChar -StartChar: Abreve -Encoding: 260 258 4 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' A uni0306 -EndChar -StartChar: Atilde -Encoding: 261 195 5 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' A tildecomb -EndChar -StartChar: Aring -Encoding: 262 197 6 -Width: 1000 -Flags: H -KernsSLIF: 121 -88 0 0 119 -78 0 0 118 -87 0 0 117 -45 0 0 116 -38 0 0 39 -120 0 0 186 -123 0 0 113 -34 0 0 111 -36 0 0 172 -92 0 0 103 -26 0 0 101 -30 0 0 100 -34 0 0 99 -33 0 0 98 -13 0 0 97 -11 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' A uni030A -EndChar -StartChar: Aogonek -Encoding: 263 260 7 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' A uni0328 -EndChar -StartChar: Ccedilla -Encoding: 264 199 8 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' C uni0327 -EndChar -StartChar: Cacute -Encoding: 265 262 9 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' C acutecomb -EndChar -StartChar: Ccaron -Encoding: 266 268 10 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' C uni030C -EndChar -StartChar: Dcaron -Encoding: 267 270 11 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' D uni030C -EndChar -StartChar: Edieresis -Encoding: 268 203 12 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' E uni0308 -EndChar -StartChar: Eacute -Encoding: 269 201 13 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' E acutecomb -EndChar -StartChar: Egrave -Encoding: 270 200 14 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' E gravecomb -EndChar -StartChar: Ecircumflex -Encoding: 271 202 15 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' E uni0302 -EndChar -StartChar: Ecaron -Encoding: 272 282 16 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' E uni030C -EndChar -StartChar: Edotaccent -Encoding: 273 278 17 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' E uni0307 -EndChar -StartChar: Eogonek -Encoding: 274 280 18 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' E uni0328 -EndChar -StartChar: Gbreve -Encoding: 275 286 19 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' G uni0306 -EndChar -StartChar: Idieresis -Encoding: 276 207 20 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0308 -EndChar -StartChar: Iacute -Encoding: 277 205 21 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I acutecomb -EndChar -StartChar: Igrave -Encoding: 278 204 22 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I gravecomb -EndChar -StartChar: Icircumflex -Encoding: 279 206 23 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0302 -EndChar -StartChar: Idotaccent -Encoding: 280 304 24 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0307 -EndChar -StartChar: Lacute -Encoding: 281 313 25 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' L acutecomb -EndChar -StartChar: Lcaron -Encoding: 282 317 26 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' L uni030C -EndChar -StartChar: Nacute -Encoding: 283 323 27 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N acutecomb -EndChar -StartChar: Ncaron -Encoding: 284 327 28 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N uni030C -EndChar -StartChar: Ntilde -Encoding: 285 209 29 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N tildecomb -EndChar -StartChar: Odieresis -Encoding: 286 214 30 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni0308 -EndChar -StartChar: Oacute -Encoding: 287 211 31 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O acutecomb -EndChar -StartChar: Ograve -Encoding: 288 210 32 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O gravecomb -EndChar -StartChar: Ocircumflex -Encoding: 289 212 33 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni0302 -EndChar -StartChar: Otilde -Encoding: 290 213 34 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O tildecomb -EndChar -StartChar: Ohungarumlaut -Encoding: 291 336 35 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni030B -EndChar -StartChar: Racute -Encoding: 292 340 36 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' R acutecomb -EndChar -StartChar: Rcaron -Encoding: 293 344 37 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' R uni030C -EndChar -StartChar: Sacute -Encoding: 294 346 38 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' S acutecomb -EndChar -StartChar: Scaron -Encoding: 295 352 39 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' S uni030C -EndChar -StartChar: Scedilla -Encoding: 296 350 40 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' S uni0327 -EndChar -StartChar: Tcaron -Encoding: 297 356 41 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' T uni030C -EndChar -StartChar: Udieresis -Encoding: 298 220 42 -Width: 1000 -Flags: H -KernsSLIF: 114 -41 0 0 112 -35 0 0 110 -33 0 0 109 -39 0 0 98 24 0 0 -Ligature: 0 0 'liga' U uni0308 -EndChar -StartChar: Uacute -Encoding: 299 218 43 -Width: 1000 -Flags: H -KernsSLIF: 114 -41 0 0 112 -35 0 0 110 -33 0 0 109 -39 0 0 -Ligature: 0 0 'liga' U acutecomb -EndChar -StartChar: Ugrave -Encoding: 300 217 44 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U gravecomb -EndChar -StartChar: Ucircumflex -Encoding: 301 219 45 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0302 -EndChar -StartChar: Uring -Encoding: 302 366 46 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni030A -EndChar -StartChar: Uhungarumlaut -Encoding: 303 368 47 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni030B -EndChar -StartChar: Yacute -Encoding: 304 221 48 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Y acutecomb -EndChar -StartChar: Zacute -Encoding: 305 377 49 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z acutecomb -EndChar -StartChar: Zcaron -Encoding: 306 381 50 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z uni030C -EndChar -StartChar: Zdotaccent -Encoding: 307 379 51 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Z uni0307 -EndChar -StartChar: Amacron -Encoding: 308 256 52 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' A uni0304 -EndChar -StartChar: Tcommaaccent -Encoding: 309 354 53 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' T uni0327 -EndChar -StartChar: Ydieresis -Encoding: 310 376 54 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' Y uni0308 -EndChar -StartChar: Emacron -Encoding: 311 274 55 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' E uni0304 -EndChar -StartChar: Imacron -Encoding: 312 298 56 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0304 -EndChar -StartChar: Iogonek -Encoding: 313 302 57 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' I uni0328 -EndChar -StartChar: Kcommaaccent -Encoding: 314 310 58 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' K uni0327 -EndChar -StartChar: Ncommaaccent -Encoding: 316 325 60 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' N uni0327 -EndChar -StartChar: Omacron -Encoding: 317 332 61 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' O uni0304 -EndChar -StartChar: Rcommaaccent -Encoding: 318 342 62 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' R uni0327 -EndChar -StartChar: Gcommaaccent -Encoding: 319 290 63 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' G uni0327 -EndChar -StartChar: Umacron -Encoding: 320 362 64 -Width: 1000 -Flags: H -Ligature: 0 0 'liga' U uni0304 -EndChar -StartChar: Uogonek -Encoding: 321 370 65 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' U uni0328 -EndChar -StartChar: adieresis -Encoding: 322 228 66 -Width: 611 -Flags: HW -Ref: 200 168 N 1 0 0 1 144 -4 -Ref: 97 97 N 1 0 0 1 0 0 -KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a uni0308 -EndChar -StartChar: aacute -Encoding: 323 225 67 -Width: 611 -Flags: HW -Ref: 194 180 S 1 0 0 1 132 27 -Ref: 97 97 N 1 0 0 1 0 0 -KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a acutecomb -EndChar -StartChar: agrave -Encoding: 324 224 68 -Width: 611 -Flags: HW -Ref: 193 96 N 1 0 0 1 155 27 -Ref: 97 97 N 1 0 0 1 0 0 -KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a gravecomb -EndChar -StartChar: acircumflex -Encoding: 325 226 69 -Width: 611 -Flags: HW -Ref: 195 710 N 1 0 0 1 143 27 -Ref: 97 97 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a uni0302 -EndChar -StartChar: abreve -Encoding: 326 259 70 -Width: 611 -Flags: HW -Ref: 198 728 N 1 0 0 1 143 27 -Ref: 97 97 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a uni0306 -EndChar -StartChar: atilde -Encoding: 327 227 71 -Width: 611 -Flags: HW -Ref: 196 732 N 1 0 0 1 143 -2 -Ref: 97 97 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a tildecomb -EndChar -StartChar: aring -Encoding: 328 229 72 -Width: 611 -Flags: HW -Ref: 202 730 N 1 0 0 1 143 37 -Ref: 97 97 N 1 0 0 1 0 0 -KernsSLIF: 121 -39 0 0 119 -36 0 0 118 -36 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a uni030A -EndChar -StartChar: aogonek -Encoding: 329 261 73 -Width: 611 -Flags: H -Ref: 206 731 S 1 0 0 1 367 -0 -Ref: 97 97 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a uni0328 -EndChar -StartChar: cacute -Encoding: 330 263 74 -Width: 556 -Flags: H -Ref: 194 180 S 1 0 0 1 175 27 -Ref: 99 99 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' c acutecomb -EndChar -StartChar: ccaron -Encoding: 331 269 75 -Width: 556 -Flags: H -Ref: 207 711 N 1 0 0 1 186 27 -Ref: 99 99 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' c uni030C -EndChar -StartChar: ccedilla -Encoding: 332 231 76 -Width: 556 -Flags: H -Ref: 203 184 N 1 0 0 1 132 3 -Ref: 99 99 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' c uni0327 -EndChar -StartChar: dcaron -Encoding: 333 271 77 -Width: 611 -Flags: H -Ref: 207 711 N 1 0 0 1 132 27 -Ref: 100 100 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' d uni030C -EndChar -StartChar: edieresis -Encoding: 334 235 78 -Width: 500 -Flags: H -Ref: 200 168 S 1 0 0 1 78 -4 -Ref: 101 101 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' e uni0308 -EndChar -StartChar: eacute -Encoding: 335 233 79 -Width: 500 -Flags: H -Ref: 194 180 N 1 0 0 1 76 27 -Ref: 101 101 N 1 0 0 1 0 0 -KernsSLIF: 121 -15 0 0 119 -12 0 0 118 -12 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' e acutecomb -EndChar -StartChar: egrave -Encoding: 336 232 80 -Width: 500 -Flags: HW -Ref: 193 96 S 1 0 0 1 89 27 -Ref: 101 101 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' e gravecomb -EndChar -StartChar: ecircumflex -Encoding: 337 234 81 -Width: 500 -Flags: H -Ref: 195 710 S 1 0 0 1 77 27 -Ref: 101 101 N 1 0 0 1 0 0 -KernsSLIF: 121 -15 0 0 119 -12 0 0 118 -12 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' e uni0302 -EndChar -StartChar: ecaron -Encoding: 338 283 82 -Width: 500 -Flags: H -Ref: 207 711 S 1 0 0 1 77 27 -Ref: 101 101 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' e uni030C -EndChar -StartChar: edotaccent -Encoding: 339 279 83 -Width: 500 -Flags: H -Ref: 199 729 S 1 0 0 1 119 -4 -Ref: 101 101 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' e uni0307 -EndChar -StartChar: eogonek -Encoding: 340 281 84 -Width: 500 -Flags: H -Ref: 206 731 N 1 0 0 1 256 2 -Ref: 101 101 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' e uni0328 -EndChar -StartChar: gbreve -Encoding: 341 287 85 -Width: 556 -Flags: HW -Ref: 198 728 N 1 0 0 1 164 27 -Ref: 103 103 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' g uni0306 -EndChar -StartChar: idieresis -Encoding: 342 239 86 -Width: 333 -Flags: H -Ref: 200 168 N 1 0 0 1 -2 -4 -Ref: 245 305 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' i uni0308 -EndChar -StartChar: iacute -Encoding: 343 237 87 -Width: 333 -Flags: H -Ref: 194 180 S 1 0 0 1 -13 27 -Ref: 245 305 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' i acutecomb -EndChar -StartChar: igrave -Encoding: 344 236 88 -Width: 333 -Flags: H -Ref: 193 96 S 1 0 0 1 10 27 -Ref: 245 305 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' i gravecomb -EndChar -StartChar: icircumflex -Encoding: 345 238 89 -Width: 333 -Flags: H -Ref: 195 710 N 1 0 0 1 -2 27 -Ref: 245 305 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' i uni0302 -EndChar -StartChar: lacute -Encoding: 346 314 90 -Width: 500 -Flags: H -Ref: 194 180 N 1 0 0 1 61 27 -Ref: 108 108 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' l acutecomb -EndChar -StartChar: lcaron -Encoding: 347 318 91 -Width: 500 -Flags: H -Ref: 408 63171 N 1 0 0 1 255 531 -Ref: 108 108 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' l uni030C -EndChar -StartChar: nacute -Encoding: 348 324 92 -Width: 667 -Flags: H -Ref: 194 180 S 1 0 0 1 184 27 -Ref: 110 110 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' n acutecomb -EndChar -StartChar: ncaron -Encoding: 349 328 93 -Width: 667 -Flags: H -Ref: 207 711 N 1 0 0 1 165 27 -Ref: 110 110 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' n uni030C -EndChar -StartChar: ntilde -Encoding: 350 241 94 -Width: 667 -Flags: H -Ref: 196 732 N 1 0 0 1 165 -2 -Ref: 110 110 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' n tildecomb -EndChar -StartChar: odieresis -Encoding: 351 246 95 -Width: 611 -Flags: H -Ref: 200 168 N 1 0 0 1 144 -4 -Ref: 111 111 N 1 0 0 1 0 0 -KernsSLIF: 121 -30 0 0 120 -31 0 0 119 -27 0 0 118 -27 0 0 116 -13 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' o uni0308 -EndChar -StartChar: oacute -Encoding: 352 243 96 -Width: 611 -Flags: H -Ref: 194 180 S 1 0 0 1 133 27 -Ref: 111 111 N 1 0 0 1 0 0 -KernsSLIF: 121 -30 0 0 119 -27 0 0 118 -27 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' o acutecomb -EndChar -StartChar: ograve -Encoding: 353 242 97 -Width: 611 -Flags: H -Ref: 193 96 S 1 0 0 1 156 27 -Ref: 111 111 N 1 0 0 1 0 0 -KernsSLIF: 121 -30 0 0 119 -27 0 0 118 -27 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' o gravecomb -EndChar -StartChar: ocircumflex -Encoding: 354 244 98 -Width: 611 -Flags: H -Ref: 195 710 N 1 0 0 1 144 27 -Ref: 111 111 N 1 0 0 1 0 0 -KernsSLIF: 116 -13 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' o uni0302 -EndChar -StartChar: otilde -Encoding: 355 245 99 -Width: 611 -Flags: H -Ref: 196 732 N 1 0 0 1 144 -2 -Ref: 111 111 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' o tildecomb -EndChar -StartChar: ohungarumlaut -Encoding: 356 337 100 -Width: 611 -Flags: H -Ref: 205 733 S 1 0 0 1 128 27 -Ref: 111 111 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' o uni030B -EndChar -StartChar: racute -Encoding: 357 341 101 -Width: 556 -Flags: H -Ref: 194 180 S 1 0 0 1 109 27 -Ref: 114 114 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' r acutecomb -EndChar -StartChar: sacute -Encoding: 358 347 102 -Width: 444 -Flags: HW -Ref: 194 180 S 1 0 0 1 59 27 -Ref: 115 115 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' s acutecomb -EndChar -StartChar: scaron -Encoding: 359 353 103 -Width: 444 -Flags: HW -Ref: 207 711 N 1 0 0 1 70 27 -Ref: 115 115 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' s uni030C -EndChar -StartChar: scommaaccent -Encoding: 360 537 104 -Width: 444 -Flags: HW -Ref: 408 63171 S 1 0 0 1 50 0 -Ref: 115 115 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' s uni0326 -EndChar -StartChar: tcaron -Encoding: 361 357 105 -Width: 500 -Flags: H -Ref: 207 711 N 1 0 0 1 79 27 -Ref: 116 116 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' t uni030C -EndChar -StartChar: udieresis -Encoding: 362 252 106 -Width: 611 -Flags: H -Ref: 200 168 N 1 0 0 1 138 -4 -Ref: 117 117 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' u uni0308 -EndChar -StartChar: uacute -Encoding: 363 250 107 -Width: 611 -Flags: H -Ref: 194 180 S 1 0 0 1 127 27 -Ref: 117 117 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' u acutecomb -EndChar -StartChar: ugrave -Encoding: 364 249 108 -Width: 611 -Flags: H -Ref: 193 96 S 1 0 0 1 150 27 -Ref: 117 117 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' u gravecomb -EndChar -StartChar: ucircumflex -Encoding: 365 251 109 -Width: 611 -Flags: H -Ref: 195 710 N 1 0 0 1 138 27 -Ref: 117 117 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' u uni0302 -EndChar -StartChar: uring -Encoding: 366 367 110 -Width: 611 -Flags: H -Ref: 202 730 N 1 0 0 1 138 37 -Ref: 117 117 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' u uni030A -EndChar -StartChar: uhungarumlaut -Encoding: 367 369 111 -Width: 611 -Flags: H -Ref: 205 733 S 1 0 0 1 122 27 -Ref: 117 117 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' u uni030B -EndChar -StartChar: yacute -Encoding: 368 253 112 -Width: 500 -Flags: H -Ref: 194 180 S 1 0 0 1 108 27 -Ref: 121 121 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' y acutecomb -EndChar -StartChar: zacute -Encoding: 369 378 113 -Width: 500 -Flags: H -Ref: 194 180 S 1 0 0 1 112 27 -Ref: 122 122 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' z acutecomb -EndChar -StartChar: zcaron -Encoding: 370 382 114 -Width: 500 -Flags: H -Ref: 207 711 N 1 0 0 1 94 27 -Ref: 122 122 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' z uni030C -EndChar -StartChar: zdotaccent -Encoding: 371 380 115 -Width: 500 -Flags: H -Ref: 199 729 N 1 0 0 1 136 -4 -Ref: 122 122 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' z uni0307 -EndChar -StartChar: ydieresis -Encoding: 372 255 116 -Width: 500 -Flags: H -Ref: 200 168 S 1 0 0 1 90 -4 -Ref: 121 121 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' y uni0308 -EndChar -StartChar: tcommaaccent -Encoding: 373 355 117 -Width: 500 -Flags: H -Ref: 408 63171 S 1 0 0 1 80 0 -Ref: 116 116 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' t uni0327 -EndChar -StartChar: amacron -Encoding: 374 257 118 -Width: 611 -Flags: H -Ref: 197 175 N 1 0 0 1 143 -5 -Ref: 97 97 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' a uni0304 -EndChar -StartChar: emacron -Encoding: 375 275 119 -Width: 500 -Flags: H -Ref: 197 175 S 1 0 0 1 67 -5 -Ref: 101 101 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' e uni0304 -EndChar -StartChar: imacron -Encoding: 376 299 120 -Width: 333 -Flags: H -Ref: 197 175 N 1 0 0 1 -2 -5 -Ref: 245 305 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' i uni0304 -EndChar -StartChar: kcommaaccent -Encoding: 377 311 121 -Width: 556 -Flags: H -Ref: 408 63171 S 1 0 0 1 110 0 -Ref: 107 107 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' k uni0327 -EndChar -StartChar: lcommaaccent -Encoding: 378 316 122 -Width: 500 -Flags: H -Ref: 408 63171 S 1 0 0 1 80 0 -Ref: 108 108 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' l uni0327 -EndChar -StartChar: ncommaaccent -Encoding: 379 326 123 -Width: 667 -Flags: H -Ref: 408 63171 S 1 0 0 1 160 0 -Ref: 110 110 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' n uni0327 -EndChar -StartChar: omacron -Encoding: 380 333 124 -Width: 611 -Flags: H -Ref: 197 175 N 1 0 0 1 144 -5 -Ref: 111 111 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' o uni0304 -EndChar -StartChar: rcommaaccent -Encoding: 381 343 125 -Width: 556 -Flags: H -Ref: 408 63171 S 1 0 0 1 160 0 -Ref: 114 114 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' r uni0327 -EndChar -StartChar: umacron -Encoding: 382 363 126 -Width: 611 -Flags: H -Ref: 197 175 N 1 0 0 1 138 -5 -Ref: 117 117 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' u uni0304 -EndChar -StartChar: uogonek -Encoding: 383 371 127 -Width: 611 -Flags: H -Ref: 206 731 S 1 0 0 1 293 32 -Ref: 117 117 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' u uni0328 -EndChar -StartChar: rcaron -Encoding: 384 345 128 -Width: 556 -Flags: H -Ref: 207 711 N 1 0 0 1 120 27 -Ref: 114 114 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' r uni030C -EndChar -StartChar: scedilla -Encoding: 385 351 129 -Width: 444 -Flags: HW -Ref: 203 184 S 1 0 0 1 21 3 -Ref: 115 115 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' s uni0327 -EndChar -StartChar: gcommaaccent -Encoding: 386 291 130 -Width: 556 -Flags: HW -Ref: 408 63171 S 1 0 0 1 160 0 -Ref: 103 103 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' g uni0327 -EndChar -StartChar: iogonek -Encoding: 387 303 131 -Width: 333 -Flags: H -Ref: 206 731 N 1 0 0 1 88 2 -Ref: 105 105 N 1 0 0 1 0 0 -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' i uni0328 -EndChar -StartChar: Scommaaccent -Encoding: 388 536 132 -Width: 1000 -Flags: H -LCarets: 0 65535 ' ' 1 0 -Ligature: 0 0 'liga' S uni0326 -EndChar -StartChar: Eth -Encoding: 389 208 162 -Width: 1000 -Flags: H -EndChar -StartChar: Dcroat -Encoding: 390 272 163 -Width: 1000 -Flags: H -EndChar -StartChar: Thorn -Encoding: 391 222 165 -Width: 1000 -Flags: H -EndChar -StartChar: dcroat -Encoding: 392 273 199 -Width: 611 -Flags: HW -HStem: -1 21G<246 300.5> 247 36<38 113 203 306> 464 20G<228 317> -VStem: 113 90<78.8983 247 283 439> 473 90<246 272> -Fore -38 247 m 1 - 38 283 l 1 - 306 283 l 1 - 306 247 l 1 - 38 247 l 1 -EndSplineSet -Ref: 100 100 S 1 0 0 1 0 0 -EndChar -StartChar: eth -Encoding: 393 240 201 -Width: 611 -Flags: HW -HStem: -1 21G<246 300.5> 247 36<38 113 203 306> 464 20G<228 317> -VStem: 113 90<78.8983 247 283 439> 473 90<246 272> -Ref: 392 273 S 1 0 0 1 0 0 -EndChar -StartChar: thorn -Encoding: 394 254 202 -Width: 500 -Flags: HW -HStem: 0 21G<142 194> 125 23<280 310> 352 31<249 324> -VStem: 114 90<120 344 368 406.578> 380 88<255 274> -Fore -260 454 m 2 - 214 451 204 440 204 380 c 1 - 240 380 293 383 324 383 c 0 - 413 383 468 341 468 274 c 0 - 468 190 394 125 299 125 c 0 - 285 125 275 126 258 129 c 1 - 251 154 l 1 - 269 149 280 148 294 148 c 0 - 355 148 380 192 380 255 c 0 - 380 321 347 352 282 352 c 0 - 258 352 239 352 204 344 c 1 - 204 120 l 2 - 204 41 212 33 258 30 c 2 - 300 27 l 1 - 300 -3 l 1 - 241 -1 220 0 168 0 c 0 - 116 0 81 -1 22 -3 c 1 - 22 27 l 1 - 70 30 l 2 - 116 33 114 41 114 120 c 2 - 114 368 l 2 - 114 442 116 451 70 454 c 2 - 22 457 l 1 - 22 487 l 1 - 94 485 115 484 165 484 c 0 - 217 484 235 484 308 487 c 1 - 308 457 l 1 - 260 454 l 2 -EndSplineSet -EndChar -StartChar: Euro -Encoding: 395 8364 217 -Width: 1000 -Flags: H -EndChar -StartChar: onesuperior -Encoding: 396 185 219 -Width: 1000 -Flags: H -EndChar -StartChar: twosuperior -Encoding: 397 178 220 -Width: 1000 -Flags: H -EndChar -StartChar: threesuperior -Encoding: 398 179 221 -Width: 1000 -Flags: H -EndChar -StartChar: degree -Encoding: 399 176 257 -Width: 1000 -Flags: H -EndChar -StartChar: minus -Encoding: 400 8722 259 -Width: 1000 -Flags: H -EndChar -StartChar: multiply -Encoding: 401 215 260 -Width: 1000 -Flags: H -EndChar -StartChar: divide -Encoding: 402 247 261 -Width: 1000 -Flags: H -EndChar -StartChar: trademark -Encoding: 403 8482 263 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' T M -EndChar -StartChar: plusminus -Encoding: 404 177 272 -Width: 1000 -Flags: H -EndChar -StartChar: onehalf -Encoding: 405 189 273 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' one slash two -Ligature: 0 1 'frac' one fraction two -EndChar -StartChar: onequarter -Encoding: 406 188 274 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' one slash four -Ligature: 0 1 'frac' one fraction four -EndChar -StartChar: threequarters -Encoding: 407 190 275 -Width: 1000 -Flags: H -Ligature: 0 1 'frac' three slash four -Ligature: 0 1 'frac' three fraction four -EndChar -StartChar: commaaccent -Encoding: 408 63171 293 -Width: 333 -Flags: HW -Fore -107 -253 m 1 - 68 -274 l 1 - 54 -265 l 1 - 97 -196 118 -136 124 -64 c 1 - 171 -51 179 -48 212 -37 c 1 - 223 -49 l 1 - 193 -127 159 -186 107 -253 c 1 -EndSplineSet -EndChar -StartChar: copyright -Encoding: 409 169 294 -Width: 1000 -Flags: H -EndChar -StartChar: registered -Encoding: 410 174 295 -Width: 1000 -Flags: H -EndChar -StartChar: lozenge -Encoding: 411 9674 298 -Width: 1000 -Flags: H -EndChar -StartChar: Delta -Encoding: 412 8710 299 -Width: 1000 -Flags: H -EndChar -StartChar: notequal -Encoding: 413 8800 300 -Width: 1000 -Flags: H -Ligature: 0 1 'liga' equal uni0338 -EndChar -StartChar: radical -Encoding: 414 8730 301 -Width: 1000 -Flags: H -EndChar -StartChar: lessequal -Encoding: 415 8804 304 -Width: 1000 -Flags: H -EndChar -StartChar: greaterequal -Encoding: 416 8805 305 -Width: 1000 -Flags: H -EndChar -StartChar: logicalnot -Encoding: 417 172 306 -Width: 1000 -Flags: H -EndChar -StartChar: summation -Encoding: 418 8721 307 -Width: 1000 -Flags: H -EndChar -StartChar: partialdiff -Encoding: 419 8706 308 -Width: 1000 -Flags: H -EndChar -StartChar: brokenbar -Encoding: 420 166 311 -Width: 1000 -Flags: H -EndChar -StartChar: mu -Encoding: 421 181 314 -Width: 1000 -Flags: H -EndChar -EndChars -EndSplineFont diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/README b/Master/texmf-dist/source/fonts/fpl/fpl/README deleted file mode 100644 index e2198da48d0..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/README +++ /dev/null @@ -1,25 +0,0 @@ -FPL Fonts -- Sources --------------------- - -This directory contains: - -FontForge source files for the new glyphs in the FPL Fonts (*.sfd) -Metric files containing kerning information (*.afm) -FontForge scripts for generating final fonts (*.pe, AddGPL, AddException) -The OtherSubrs from the original URW fonts (URW-OtherSubrs.ps) - -In order to produce the FPL Fonts, you will also need the four shapes of -the URW Palladio L font: - -uplr8a.pfb URW Palladio L Roman -uplri8a.pfb URW Palladio L Italic -uplb8a.pfb URW Palladio L Bold -uplbi8a.pfb URW Palladio L Bold Italic - -These are typically located in $TEXMF/fonts/type1/urw/palatino/. - -Note that the FontForge scripts use ReadOtherSubrsFile(), which has been -added to the CVS on 2004-02-02. - -Ralf Stubner -2005-02-05 diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldItalicOsF.pe b/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldItalicOsF.pe deleted file mode 100644 index 6f7ba6ee5e8..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldItalicOsF.pe +++ /dev/null @@ -1,54 +0,0 @@ -#!/usr/bin/env fontforge -# Time-stamp: <2005-02-11 13:16:41 ralf> -# Copyright 2004, 2005 Ralf Stubner -# See the file COPYING (GNU General Public License) for license -# conditions. - -Open("uplbi8a.pfb"); -# proper setup with names etc -fontname="TeXPalladioL-BoldItalicOsF"; -fontfamily="TeX Palladio L"; -fullname="TeX Palladio L Bold Italic Old Style Figures"; -copyright=$copyright+", Copyright 2004, 2005 Ralf Stubner."; -copyright=AddGPL(copyright); -copyright=AddException(copyright); -fontversion="1.002"; - -SetFontNames(fontname,fontfamily,fullname,"",copyright,fontversion); -# No UniqueID (needs recent ff to work properly) -SetUniqueID(-1); -# use OtherSubrs from URW (needs recent ff to work properly) -ReadOtherSubrsFile("URW-OtherSubrs.ps"); - -# copy OsF and SC -Select("zero","nine"); -Clear(); -MergeFonts("Palladio-BoldItalicOsF.sfd"); - -# underscore -Select("underscore"); -Scale(100,116,0,0); -Move(0,-15); - -# emdash -Select("emdash"); -Scale(75,100,0,0); -Move(125,0); -SetWidth(1000); -RoundToInt(); - -# kerning -RemoveAllKerns(); -MergeKern("pplbi9d-kern.afm"); - -# hinting -ChangePrivateEntry("StemSnapV","[114 138]"); - -Save("TeXPalladioL-BoldItalicOsF.sfd"); -# generte Type1, scale generate TTF -Generate("fplbij8a.pfb","",3); -# ScaleToEm(2048); -# Generate("fplbij8a.ttf","",0x80); - -Quit(0); - diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldOsF.pe b/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldOsF.pe deleted file mode 100644 index ea5343ecbd6..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldOsF.pe +++ /dev/null @@ -1,51 +0,0 @@ -#!/usr/bin/env fontforge -# Time-stamp: <2005-02-11 13:16:49 ralf> -# Copyright 2004, 2005 Ralf Stubner -# See the file COPYING (GNU General Public License) for license -# conditions. - -Open("uplb8a.pfb"); -# proper setup with names etc -fontname="TeXPalladioL-BoldOsF"; -fontfamily="TeX Palladio L"; -fullname="TeX Palladio L Bold Old Style Figures"; -copyright=$copyright+", Copyright 2004, 2005 Ralf Stubner."; -copyright=AddGPL(copyright); -copyright=AddException(copyright); -fontversion="1.002"; - -SetFontNames(fontname,fontfamily,fullname,"",copyright,fontversion); -# No UniqueID (needs recent ff to work properly) -SetUniqueID(-1); -# use OtherSubrs from URW (needs recent ff to work properly) -ReadOtherSubrsFile("URW-OtherSubrs.ps"); - -# copy OsF and SC -Select("zero","nine"); -Clear(); -MergeFonts("Palladio-BoldOsF.sfd"); - -# underscore -Select("underscore"); -Scale(100,116,0,0); -Move(0,-15); - -# emdash -Select("emdash"); -Scale(75,100,0,0); -Move(125,0); -SetWidth(1000); -RoundToInt(); - -# kerning -RemoveAllKerns(); -MergeKern("pplb9d-kern.afm"); - -Save("TeXPalladioL-BoldOsF.sfd"); -# generte Type1, scale generate TTF -Generate("fplbj8a.pfb","",3); -# ScaleToEm(2048); -# Generate("fplbj8a.ttf","",0x80); - -Quit(0); - diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-ItalicOsF.pe b/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-ItalicOsF.pe deleted file mode 100644 index fa55e360053..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-ItalicOsF.pe +++ /dev/null @@ -1,59 +0,0 @@ -#!/usr/bin/env fontforge -# Time-stamp: <2005-02-11 13:16:55 ralf> -# Copyright 2004, 2005 Ralf Stubner -# See the file COPYING (GNU General Public License) for license -# conditions. - -Open("uplri8a.pfb"); -# proper setup with names etc -fontname="TeXPalladioL-ItalicOsF"; -fontfamily="TeX Palladio L"; -fullname="TeX Palladio L Italic Old Style Figures"; -copyright=$copyright+", Copyright 2004, 2005 Ralf Stubner."; -copyright=AddGPL(copyright); -copyright=AddException(copyright); -fontversion="1.002"; - -SetFontNames(fontname,fontfamily,fullname,"",copyright,fontversion); -# No UniqueID (needs recent ff to work properly) -SetUniqueID(-1); -# use OtherSubrs from URW (needs recent ff to work properly) -ReadOtherSubrsFile("URW-OtherSubrs.ps"); - -# copy OsF and SC -Select("zero","nine"); -Clear(); -MergeFonts("Palladio-ItalicOsF.sfd"); - -# underscore -Select("underscore"); -Scale(100,116,0,0); -Move(0,-15); - -# emdash -Select("emdash"); -Scale(75,100,0,0); -Move(125,0); -SetWidth(1000); -RoundToInt(); - -# dotaccent -Select("dotaccent"); -Move(-50,0); -SetWidth(333); - -# kerning -RemoveAllKerns(); -MergeKern("pplri9d-kern.afm"); - -# hinting -ChangePrivateEntry("StemSnapV","[72 76 78 88]"); - -Save("TeXPalladioL-ItalicOsF.sfd"); -# generte Type1, scale generate TTF -Generate("fplrij8a.pfb","",3); -# ScaleToEm(2048); -# Generate("fplrij8a.ttf","",0x80); - -Quit(0); - diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-SC.pe b/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-SC.pe deleted file mode 100644 index d6581442c85..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-SC.pe +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/env fontforge -# Time-stamp: <2005-02-11 13:17:03 ralf> -# Copyright 2004, 2005 Ralf Stubner -# See the file COPYING (GNU General Public License) for license -# conditions. - -# prepare and copy SC and OsF -# MergeFonts() doesn't like in the references in Palladio-SC -Open("Palladio-SC.sfd"); -Select("zero","nine", "a","z", "grave","caron"); -SelectMore("ae"); -SelectMore("lslash"); -SelectMore("oslash"); -SelectMore("oe"); -SelectMore("adieresis","iogonek", "dcroat","thorn"); -SelectMore("commaaccent"); -UnlinkReference(); -Copy(); - -Open("uplr8a.pfb"); -# proper setup with names etc -fontname="TeXPalladioL-SC"; -fontfamily="TeX Palladio L"; -fullname="TeX Palladio L Small Caps & Old Style Figures"; -copyright=$copyright+", Copyright 2004, 2005 Ralf Stubner."; -copyright=AddGPL(copyright); -copyright=AddException(copyright); -fontversion="1.002"; - -SetFontNames(fontname,fontfamily,fullname,"",copyright,fontversion); -# No UniqueID (needs recent ff to work properly) -SetUniqueID(-1); -# use OtherSubrs from URW (needs recent ff to work properly) -ReadOtherSubrsFile("URW-OtherSubrs.ps"); - -# paste OsF and SC -Select("zero","nine", "a","z", "grave","caron"); -SelectMore("ae"); -SelectMore("lslash"); -SelectMore("oslash"); -SelectMore("oe"); -SelectMore("adieresis","iogonek", "dcroat","thorn"); -SelectMore("commaaccent"); -Clear(); -Paste(); - -# ligatures -Select("fi","fl"); -BuildComposite(); -UnlinkReference(); - -Select("s"); -width=CharInfo("Width"); -Copy(); -Select("germandbls"); -Clear(); -Paste(); -Move(width,0); -PasteInto(); - -# dotlessi -Select("i"); -Copy(); -Select("dotlessi"); -Paste(); - -# build q and real accents -Select("q"); -SelectMore("lslash"); -SelectMore("oslash"); -SelectMore("aogonek"); -SelectMore("ccedilla"); -SelectMore("eogonek"); -SelectMore("uogonek"); -SelectMore("scedilla"); -SelectMore("iogonek"); -SelectMore("dcroat"); -RemoveOverlap(); -Simplify(); -RoundToInt(); - -# underscore -Select("underscore"); -Scale(100,116,0,0); -Move(0,-15); - -# emdash -Select("emdash"); -Scale(75,100,0,0); -Move(125,0); -SetWidth(1000); -RoundToInt(); - - -# kerning -RemoveAllKerns(); -MergeKern("pplrc9d-kern.afm"); - -# hinting -ChangePrivateEntry("BlueValues","[-20 0 469 481 487 499 692 712]"); - -Save("TeXPalladioL-SC.sfd"); -# generte Type1, scale generate TTF -Generate("fplrc8a.pfb","",3); -# ScaleToEm(2048); -# Generate("fplrc8a.ttf","",0x80); - -Quit(0); - diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/URW-OtherSubrs.ps b/Master/texmf-dist/source/fonts/fpl/fpl/URW-OtherSubrs.ps deleted file mode 100644 index 646649b97e5..00000000000 --- a/Master/texmf-dist/source/fonts/fpl/fpl/URW-OtherSubrs.ps +++ /dev/null @@ -1,23 +0,0 @@ -% Original OtherSubrs from URW Palladio L. -% Formating changed to work with FontForge. -%%%%%%%% -{} -%%%%%%%% -{} -%%%%%%%% -{} -%%%%%%%% -{systemdict /internaldict known not -{pop 3} -{1183615869 systemdict /internaldict get exec -dup /startlock known -{/startlock get exec} -{dup /strtlck known -{/strtlck get exec} -{pop 3} -ifelse} -ifelse} -ifelse -} executeonly -%%%%%%%% - -- cgit v1.2.3