properties with missing stat1 and multiple stats item description done for unique items

This commit is contained in:
Hash Borgir 2022-05-05 07:47:20 -06:00
parent e774dcc5a3
commit f55a25d946
1987 changed files with 13231 additions and 351490 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
txt/ txt/
txt2/ txt2/
/nbproject/private/ /nbproject/private/
docs/

1407
bin/ChangeLog.md Normal file

File diff suppressed because it is too large Load Diff

BIN
bin/IMDisplay.exe Normal file

Binary file not shown.

165
bin/ImageMagick.rdf Normal file
View File

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="https://w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns="http://usefulinc.com/ns/doap#">
<Project>
<name>ImageMagick</name>
<shortdesc xml:lang="en">ImageMagick: convert, edit, or compose images.</shortdesc>
<homepage rdf:resource="https://imagemagick.org/"/>
<created>2020-11-07</created>
<description xml:lang="en">
Introduction to ImageMagick
ImageMagick® is a software suite to create, edit, compose, or convert
bitmap images. It can read and write images in a variety of formats (over
200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript,
PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
shear and transform images, adjust image colors, apply various special
effects, or draw text, lines, polygons, ellipses and Bézier curves.
The functionality of ImageMagick is typically utilized from the command
line or you can use the features from programs written in your favorite
language. Choose from these interfaces: G2F (Ada), MagickCore (C),
MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++),
JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
(.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
(PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
(Tcl/TK). With a language interface, use ImageMagick to modify or create
images dynamically and automagically.
ImageMagick utilizes multiple computational threads to increase performance
and can read, process, or write mega-, giga-, or tera-pixel image sizes.
ImageMagick is free software delivered as a ready-to-run binary distribution
or as source code that you may use, copy, modify, and distribute in both open
and proprietary applications. It is distributed under the Apache 2.0 license.
The ImageMagick development process ensures a stable API and ABI. Before
each ImageMagick release, we perform a comprehensive security assessment
that includes memory error and thread data race detection to prevent
security vulnerabilities.
ImageMagick is available from
https://imagemagick.org/script/download.php. It runs on Linux, Windows,
Mac Os X, iOS, Android OS, and others.
The authoritative ImageMagick web site is
https://imagemagick.org. The authoritative source code repository is
http://git.imagemagick.org/repos/ImageMagick/.
Features and Capabilities
Here are just a few examples of what ImageMagick can do:
* Format conversion: convert an image from one format to another (e.g.
PNG to JPEG).
* Transform: resize, rotate, deskew, crop, flip or trim an image.
* Transparency: render portions of an image invisible.
* Draw: add shapes or text to an image.
* Decorate: add a border or frame to an image.
* Special effects: blur, sharpen, threshold, or tint an image.
* Animation: create a GIF animation sequence from a group of images.
* Text & comments: insert descriptive or artistic text in an image.
* Image gradients: create a gradual blend of one color whose shape is
horizontal, vertical, circular, or ellipical.
* Image identification: describe the format and attributes of an image.
* Composite: overlap one image over another.
* Montage: juxtapose image thumbnails on an image canvas.
* Generalized pixel distortion: correct for, or induce image distortions
including perspective.
* Computer vision: Canny edge detection.
* Morphology of shapes: extract features, describe shapes and recognize
patterns in images.
* Motion picture support: read and write the common image formats used in
digital film work.
* Image calculator: apply a mathematical expression to an image or image
channels.
* Connected component labeling: uniquely label connected regions in an
image.
* Discrete Fourier transform: implements the forward and inverse DFT.
* Perceptual hash: maps visually identical images to the same or similar
hash-- useful in image retrieval, authentication, indexing, or copy
detection as well as digital watermarking.
* Complex text layout: bidirectional text support and shaping.
* Color management: accurate color management with color profiles or in
lieu of-- built-in gamma compression or expansion as demanded by the
colorspace.
* High dynamic-range images: accurately represent the wide range of
intensity levels found in real scenes ranging from the brightest direct
sunlight to the deepest darkest shadows.
* Encipher or decipher an image: convert ordinary images into
unintelligible gibberish and back again.
* Virtual pixel support: convenient access to pixels outside the image
region.
* Large image support: read, process, or write mega-, giga-, or
tera-pixel image sizes.
* Threads of execution support: ImageMagick is thread safe and most
internal algorithms are OpenMP-enabled to take advantage of speed-ups
offered by multicore processor chips.
* Distributed pixel cache: offload intermediate pixel storage to one or
more remote servers.
* Heterogeneous distributed processing: certain algorithms are
OpenCL-enabled to take advantage of speed-ups offered by executing in
concert across heterogeneous platforms consisting of CPUs, GPUs, and
other processors.
* ImageMagick on the iPhone: convert, edit, or compose images on your
iPhone or iPad.
Examples of ImageMagick Usage shows how to use ImageMagick from the
command-line to accomplish any of these tasks and much more. Also,
see Fred's ImageMagick Scripts: a plethora of command-line scripts that
perform geometric transforms, blurs, sharpens, edging, noise removal,
and color manipulations. With Magick.NET, use ImageMagick without having
to install ImageMagick on your server or desktop.
</description>
<maintainer>
<foaf:Person>
<foaf:name>ImageMagick Studio LLC</foaf:name>
<foaf:homepage rdf:resource="https://imagemagick.org/"/>
</foaf:Person>
</maintainer>
<release>
<Version>
<name>stable</name>
<created>2017-03-07</created>
<revision>7.0.5</revision>
<patch-level>-0</patch-level>
</Version>
</release>
<download-page rdf:resource="https://imagemagick.org/script/download.php"/>
<!-- Licensing details -->
<license rdf:resource="https://imagemagick.org/script/license.php"/>
<!-- source repository -->
<repository>
<GITRepository>
<repositoryWebView rdf:resource="https://github.com/ImageMagick/ImageMagick"/>
</GITRepository>
</repository>
</Project>
<!--
optional administravia:
authoring tools can add more here if they'd like.
-->
<rdf:Description rdf:about="">
<foaf:maker>
<foaf:Person>
<foaf:name>ImageMagick Studio LLC</foaf:name>
<foaf:homepage rdf:resource="https://imagemagick.org/"/>
</foaf:Person>
</foaf:maker>
</rdf:Description>
</rdf:RDF>
<!--
Local variables:
mode:nxml
End:
-->

103
bin/LICENSE.txt Normal file
View File

@ -0,0 +1,103 @@
Before we get to the text of the license, lets just review what the license says in simple terms:
It allows you to:
* freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
* use ImageMagick software in packages or distributions that you create;
* link against a library under a different license;
* link code under a different license against a library under this license;
* merge code into a work under a different license;
* extend patent grants to any code using code under this license;
* and extend patent protection.
It forbids you to:
* redistribute any piece of ImageMagick-originated software without proper attribution;
* use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
* use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
It requires you to:
* include a copy of the license in any redistribution you may make that includes ImageMagick software;
* provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
It does not require you to:
* include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
* submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
A few other clarifications include:
* ImageMagick is freely available without charge;
* you may include ImageMagick on a DVD as long as you comply with the terms of the license;
* you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
* the license is compatible with the GPL V3.
* when exporting the ImageMagick software, review its export classification.
Terms and Conditions for Use, Reproduction, and Distribution
The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
1. Definitions.
License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.
Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
* You must give any other recipients of the Work or Derivative Works a copy of this License; and
* You must cause any modified files to carry prominent notices stating that You changed the files; and
* You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
* If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
How to Apply the License to your Work
To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the ImageMagick License (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy
of the License at
https://imagemagick.org/script/license.php
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.

6660
bin/NOTICE.txt Normal file

File diff suppressed because it is too large Load Diff

139
bin/README.txt Normal file
View File

@ -0,0 +1,139 @@
Introduction to ImageMagick
ImageMagick® is a software suite to create, edit, compose, or convert
bitmap images. It can read and write images in a variety of formats (over
200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript,
PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
shear and transform images, adjust image colors, apply various special
effects, or draw text, lines, polygons, ellipses and Bezier curves.
The functionality of ImageMagick is typically utilized from the command
line or you can use the features from programs written in your favorite
language. Choose from these interfaces: G2F (Ada), MagickCore (C),
MagickWand (C), ChMagick (Ch), Magick++ (C++),
JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
(.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
(PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
(Tcl/TK). With a language interface, use ImageMagick to modify or create
images dynamically and automagically.
ImageMagick utilize multiple computational threads to increase performance
and can read, process, or write mega-, giga-, or tera-pixel image sizes.
ImageMagick is free software delivered as a ready-to-run binary distribution
or as source code that you may use, copy, modify, and distribute in both open
and proprietary applications. It is distributed under a derived Apache 2.0
license.
The ImageMagick development process ensures a stable API and ABI. Before
each ImageMagick release, we perform a comprehensive security assessment
that includes memory error and thread data race detection to prevent
security vulnerabilities.
The current release is the ImageMagick 7.0.11-* series. It runs on Linux,
Windows, Mac Os X, iOS, Android OS, and others.
The authoritative ImageMagick web site is https://imagemagick.org. The
authoritative source code repository is
https://github.com/ImageMagick/ImageMagick.
We continue to maintain the legacy release of ImageMagick, version 6,
at https://legacy.imagemagick.org.
Features and Capabilities
Here are just a few examples of what ImageMagick can do:
* Format conversion: convert an image from one format to another (e.g.
PNG to JPEG).
* Transform: resize, rotate, deskew, crop, flip or trim an image.
* Transparency: render portions of an image invisible.
* Draw: add shapes or text to an image.
* Decorate: add a border or frame to an image.
* Special effects: blur, sharpen, threshold, or tint an image.
* Animation: create a GIF animation sequence from a group of images.
* Text & comments: insert descriptive or artistic text in an image.
* Image gradients: create a gradual blend of one color whose shape is
horizontal, vertical, circular, or elliptical.
* Image identification: describe the format and attributes of an image.
* Composite: overlap one image over another.
* Montage: juxtapose image thumbnails on an image canvas.
* Generalized pixel distortion: correct for, or induce image distortions
including perspective.
* Computer vision: Canny edge detection.
* Morphology of shapes: extract features, describe shapes and recognize
patterns in images.
* Motion picture support: read and write the common image formats used in
digital film work.
* Image calculator: apply a mathematical expression to an image or image
channels.
* Connected component labeling: uniquely label connected regions in an
image.
* Discrete Fourier transform: implements the forward and inverse DFT.
* Perceptual hash: maps visually identical images to the same or similar
hash-- useful in image retrieval, authentication, indexing, or copy
detection as well as digital watermarking.
* Complex text layout: bidirectional text support and shaping.
* Color management: accurate color management with color profiles or in
lieu of-- built-in gamma compression or expansion as demanded by the
colorspace.
* Bilateral blur: non-linear, edge-preserving, and noise-reducing
smoothing filter.
* High dynamic-range images: accurately represent the wide range of
intensity levels found in real scenes ranging from the brightest direct
sunlight to the deepest darkest shadows.
* Encipher or decipher an image: convert ordinary images into
unintelligible gibberish and back again.
* Virtual pixel support: convenient access to pixels outside the image
region.
* Large image support: read, process, or write mega-, giga-, or
tera-pixel image sizes.
* Threads of execution support: ImageMagick is thread safe and most
internal algorithms are OpenMP-enabled to take advantage of speed-ups
offered by multicore processor chips.
* Distributed pixel cache: offload intermediate pixel storage to one or
more remote servers.
* Heterogeneous distributed processing: certain algorithms are
OpenCL-enabled to take advantage of speed-ups offered by executing in
concert across heterogeneous platforms consisting of CPUs, GPUs, and
other processors.
* ImageMagick on the iPhone: convert, edit, or compose images on your
iPhone or iPad.
Examples of ImageMagick Usage * https://legacy.imagemagick.org/Usage/
shows how to use ImageMagick from the command-line to accomplish any
of these tasks and much more. Also, see Fred's ImageMagick Scripts @
http://www.fmwconcepts.com/imagemagick/: a plethora of command-line scripts
that perform geometric transforms, blurs, sharpens, edging, noise removal,
and color manipulations. With Magick.NET, use ImageMagick without having
to install ImageMagick on your server or desktop.
News
ImageMagick best practices strongly encourages you to configure a security
policy that suits your local environment.
Now that ImageMagick version 7 is released, we continue
to maintain the legacy release of ImageMagick, version 6, at
https://legacy.imagemagick.org. Learn how ImageMagick version 7 differs
from previous versions with our porting guide.
Want more performance from ImageMagick? Try these options:
* add more memory to your system, see the pixel cache;
* add more cores to your system, see threads of execution support;
* reduce lock contention with the tcmalloc memory allocation library;
* push large images to a solid-state drive, see large image support.
If these options are prohibitive, you can reduce the quality of the image
results. The default build is Q16 HDRI. If you disable HDRI, you use
half the memory and instead of predominately floating point operations,
you use the typically more efficient integer operations. The tradeoff
is reduced precision and you cannot process out of range pixel values
(e.g. negative). If you build the Q8 non-HDRI version of ImageMagick,
you again reduce the memory requirements in half-- and once again there
is a tradeoff, even less precision and no out of range pixel values. For
a Q8 non-HDRI build of ImageMagick, use these configure script options:
--with-quantum-depth=8 --disable-hdri.

28
bin/colors.xml Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE colormap [
<!ELEMENT colormap (color)*>
<!ELEMENT color (#PCDATA)>
<!ATTLIST color name CDATA "0">
<!ATTLIST color color CDATA "rgb(0,0,0)">
<!ATTLIST color compliance CDATA "SVG">
]>
<!--
Associate a color name with its red, green, blue, and alpha intensities.
A number of methods and options require a color parameter. It is often
convenient to refer to a color by name (e.g. white) rather than by hex
value (e.g. #fff). This file maps a color name to its equivalent red,
green, blue, and alpha intensities (e.g. for white, red = 255, green =
255, blue = 255, and alpha = 0).
-->
<colormap>
<!-- <color name="none" color="rgba(0,0,0,0)" compliance="SVG, XPM"/> -->
<!-- <color name="black" color="rgb(0,0,0)" compliance="SVG, X11, XPM"/> -->
<!-- <color name="red" color="rgb(255,0,0)" compliance="SVG, X11, XPM"/> -->
<!-- <color name="magenta" color="rgb(255,0,255)" compliance="SVG, X11, XPM"/> -->
<!-- <color name="green" color="rgb(0,128,0)" compliance="SVG"/> -->
<!-- <color name="cyan" color="rgb(0,255,255)" compliance="SVG, X11, XPM"/> -->
<!-- <color name="blue" color="rgb(0,0,255)" compliance="SVG, X11, XPM"/> -->
<!-- <color name="yellow" color="rgb(255,255,0)" compliance="SVG, X11, XPM"/> -->
<!-- <color name="white" color="rgb(255,255,255)" compliance="SVG, X11"/> -->
</colormap>

BIN
bin/compare.exe Normal file

Binary file not shown.

BIN
bin/composite.exe Normal file

Binary file not shown.

27
bin/configure.xml Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configuremap [
<!ELEMENT configuremap (configure)+>
<!ATTLIST configuremap xmlns CDATA #FIXED ''>
<!ELEMENT configure EMPTY>
<!ATTLIST configure xmlns CDATA #FIXED '' name NMTOKEN #REQUIRED
value CDATA #REQUIRED>
]>
<!--
ImageMagick build configuration.
-->
<configuremap>
<configure name="CC" value="VS2022"/>
<configure name="COPYRIGHT" value="Copyright (C) 1999 ImageMagick Studio LLC"/>
<configure name="CXX" value="VS2022"/>
<configure name="DOCUMENTATION_PATH" value="unavailable"/>
<configure name="GIT_REVISION" value="aa6e7e5:20220423" />
<configure name="LIB_VERSION_NUMBER" value="7,1,0,31"/>
<configure name="LIB_VERSION" value="0x710"/>
<configure name="NAME" value="ImageMagick"/>
<configure name="QuantumDepth" value="1"/>
<configure name="RELEASE_DATE" value="2022-04-23"/>
<configure name="TARGET_CPU" value="x64"/>
<configure name="TARGET_OS" value="Windows"/>
<configure name="VERSION" value="7.1.0"/>
<configure name="WEBSITE" value="https://imagemagick.org"/>
</configuremap>

BIN
bin/conjure.exe Normal file

Binary file not shown.

BIN
bin/convert.exe Normal file

Binary file not shown.

BIN
bin/dcraw.exe Normal file

Binary file not shown.

102
bin/delegates.xml Normal file
View File

@ -0,0 +1,102 @@
<?xml version="1.0"?>
<!DOCTYPE delegatemap [
<!ELEMENT delegatemap (delegate)+>
<!ELEMENT delegate (#PCDATA)>
<!ATTLIST delegate decode CDATA #IMPLIED>
<!ATTLIST delegate encode CDATA #IMPLIED>
<!ATTLIST delegate mode CDATA #IMPLIED>
<!ATTLIST delegate spawn CDATA #IMPLIED>
<!ATTLIST delegate stealth CDATA #IMPLIED>
<!ATTLIST delegate thread-support CDATA #IMPLIED>
<!ATTLIST delegate command CDATA #REQUIRED>
]>
<!--
Delegate command file.
Commands which specify
decode="in_format" encode="out_format"
specify the rules for converting from in_format to out_format These
rules may be used to translate directly between formats.
Commands which specify only
decode="in_format"
specify the rules for converting from in_format to some format that
ImageMagick will automatically recognize. These rules are used to
decode formats.
Commands which specify only
encode="out_format"
specify the rules for an "encoder" which may accept any input format.
For delegates other than ps:alpha, ps:color, ps:mono, and mpeg-encode the
substitution rules are as follows:
%i input image filename
%o output image filename
%u unique temporary filename
%# input image signature
%b image file size
%c input image comment
%g image geometry
%h image rows (height)
%k input image number colors
%l image label
%m input image format
%p page number
%q input image depth
%s scene number
%w image columns (width)
%x input image x resolution
%y input image y resolution
-->
<delegatemap>
<delegate decode="bpg" command="cmd.exe /c (&quot;bpgdec&quot; -b 16 -o &quot;%o.png&quot; &quot;%i&quot;) &amp; (move &quot;%o.png&quot; &quot;%o&quot; >nul)"/>
<delegate decode="png" encode="bpg" command="&quot;bpgenc&quot; -b 12 -q %~ -o &quot;%o&quot; &quot;%i&quot;"/>
<delegate decode="browse" stealth="True" spawn="True" command="cmd.exe /c start &quot;&quot; https://imagemagick.org/"/>
<delegate decode="dng:decode" stealth="True" command="dcraw.exe -6 -W -O &quot;%u.ppm&quot; &quot;%i&quot;"/>
<delegate decode="dot" command="dot -Tps &quot;%i&quot; -o &quot;%o&quot;"/>
<delegate decode="dvi" command="dvips -q -o &quot;%o&quot; &quot;%i&quot;"/>
<delegate decode="edit" stealth="True" command="notepad &quot;%o&quot;"/>
<delegate decode="eps" encode="pdf" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -sDEVICE=pdfwrite &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
<delegate decode="eps" encode="ps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=ps2write &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
<delegate decode="hpg" command="hp2xx -q -m eps -f &quot;%o&quot; &quot;%i&quot;"/>
<delegate decode="hpgl" command="hp2xx -q -m eps -f &quot;%o&quot; &quot;%i&quot;"/>
<delegate decode="htm" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
<delegate decode="html" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
<delegate decode="jxr" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot; >nul) &amp; (&quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/>
<delegate decode="pcl:cmyk" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
<delegate decode="pcl:color" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=ppmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
<delegate decode="pcl:mono" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
<delegate decode="pdf" encode="eps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -sDEVICE=eps2write &quot;-sPDFPassword=%a&quot; &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
<delegate decode="pdf" encode="ps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=ps2write -&quot;sPDFPassword=%a&quot; &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
<delegate decode="pgp" command="pgpv -fq &quot;%i&quot;"/>
<delegate decode="png" encode="launch" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
<delegate decode="png" encode="show" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
<delegate decode="png" encode="win" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
<delegate decode="pnm" encode="ilbm" mode="encode" command="ppmtoilbm -24if &quot;%i&quot; &gt; &quot;%o&quot;"/>
<delegate decode="pnm" encode="jxr" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.pnm&quot; >nul) &amp; (&quot;JXREncApp.exe&quot; -i &quot;%i.pnm&quot; -o &quot;%o.jxr&quot;) &amp; (move &quot;%i.pnm&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.jxr&quot; &quot;%o&quot; >nul)"/>
<delegate decode="pnm" encode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.pnm&quot; >nul) &amp; (&quot;JXREncApp.exe&quot; -i &quot;%i.pnm&quot; -o &quot;%o.jxr&quot;) &amp; (move &quot;%i.pnm&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.jxr&quot; &quot;%o&quot; >nul)"/>
<delegate decode="ps:alpha" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pngalpha&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
<delegate decode="ps:cmyk" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
<delegate decode="ps:color" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
<delegate decode="ps" encode="eps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=eps2write &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
<delegate decode="ps" encode="pdf" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=pdfwrite &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
<delegate decode="ps:mono" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
<delegate decode="shtml" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
<delegate decode="svg" command="&quot;rsvg-convert&quot; -o &quot;%o&quot; &quot;%i&quot;"/>
<!-- Remove the extra space in - -export in the line below when you want to use inkscape and change export-filename to export-png for inkscape < 1.0 -->
<!--<delegate decode="svg:decode" stealth="True" command="&quot;inkscape&quot; &quot;%s&quot; - -export-filename=&quot;%s&quot; - -export-dpi=&quot;%s&quot; - -export-background=&quot;%s&quot; - -export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>-->
<delegate decode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot; >nul) &amp; (&quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/>
<delegate decode="xps:cmyk" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
<delegate decode="xps:color" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
<delegate decode="xps:mono" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
<delegate decode="video:decode" command="&quot;ffmpeg.exe&quot; -nostdin -loglevel error -i &quot;%s&quot; -an -f rawvideo -y %s &quot;%s&quot;"/>
<delegate encode="video:encode" stealth="True" command="&quot;ffmpeg.exe&quot; -nostdin -loglevel error -i &quot;%s%%d.%s&quot; %s &quot;%s.%s&quot;"/>
</delegatemap>

1714
bin/english.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
bin/ffmpeg.exe Normal file

Binary file not shown.

BIN
bin/identify.exe Normal file

Binary file not shown.

48
bin/locale.xml Normal file
View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE localemap [
<!ELEMENT localemap (include)+>
<!ATTLIST localemap xmlns CDATA #FIXED ''>
<!ELEMENT include EMPTY>
<!ATTLIST include xmlns CDATA #FIXED '' file NMTOKEN #REQUIRED
locale NMTOKEN #REQUIRED>
]>
<localemap>
<include locale="no_NO.ISO-8859-1" file="bokmal.xml"/>
<include locale="ca_ES.ISO-8859-1" file="catalan.xml"/>
<include locale="hr_HR.ISO-8859-2" file="croatian.xml"/>
<include locale="cs_CZ.ISO-8859-2" file="czech.xml"/>
<include locale="da_DK.ISO-8859-1" file="danish.xml"/>
<include locale="de_DE.ISO-8859-1" file="deutsch.xml"/>
<include locale="nl_NL.ISO-8859-1" file="dutch.xml"/>
<include locale="C" file="english.xml"/>
<include locale="et_EE.ISO-8859-1" file="estonian.xml"/>
<include locale="fi_FI.ISO-8859-1" file="finnish.xml"/>
<include locale="fr_FR.ISO-8859-1" file="francais.xml"/>
<include locale="fr_FR.ISO-8859-1" file="francais.xml"/>
<include locale="fr_FR.UTF-8" file="francais.xml"/>
<include locale="gl_ES.ISO-8859-1" file="galego.xml"/>
<include locale="gl_ES.ISO-8859-1" file="galician.xml"/>
<include locale="de_DE.ISO-8859-1" file="german.xml"/>
<include locale="el_GR.ISO-8859-7" file="greek.xml"/>
<include locale="en_US.UTF-8" file="english.xml"/>
<include locale="iw_IL.ISO-8859-8" file="hebrew.xml"/>
<include locale="hr_HR.ISO-8859-2" file="hrvatski.xml"/>
<include locale="hu_HU.ISO-8859-2" file="hungarian.xml"/>
<include locale="is_IS.ISO-8859-1" file="icelandic.xml"/>
<include locale="it_IT.ISO-8859-1" file="italian.xml"/>
<include locale="ja_JP.eucJP" file="japanese.xml"/>
<include locale="ko_KR.eucKR" file="korean.xml"/>
<include locale="lt_LT.ISO-8859-13" file="lithuanian.xml"/>
<include locale="no_NO.ISO-8859-1" file="norwegian.xml"/>
<include locale="nn_NO.ISO-8859-1" file="nynorsk.xml"/>
<include locale="pl_PL.ISO-8859-2" file="polish.xml"/>
<include locale="pt_PT.ISO-8859-1" file="portuguese.xml"/>
<include locale="ro_RO.ISO-8859-2" file="romanian.xml"/>
<include locale="ru_RU.ISO-8859-5" file="russian.xml"/>
<include locale="sk_SK.ISO-8859-2" file="slovak.xml"/>
<include locale="sl_SI.ISO-8859-2" file="slovene.xml"/>
<include locale="es_ES.ISO-8859-1" file="spanish.xml"/>
<include locale="sv_SE.ISO-8859-1" file="swedish.xml"/>
<include locale="th_TH.TIS-620" file="thai.xml"/>
<include locale="tr_TR.ISO-8859-9" file="turkish.xml"/>
</localemap>

80
bin/log.xml Normal file
View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE logmap [
<!ELEMENT logmap (log)+>
<!ELEMENT log (#PCDATA)>
<!ATTLIST log events CDATA #IMPLIED>
<!ATTLIST log output CDATA #IMPLIED>
<!ATTLIST log filename CDATA #IMPLIED>
<!ATTLIST log generations CDATA #IMPLIED>
<!ATTLIST log limit CDATA #IMPLIED>
<!ATTLIST log format CDATA #IMPLIED>
]>
<!--
Configure ImageMagick logger.
Choose from one or more these events separated by a comma:
all
accelerate
annotate
blob
cache
coder
command
configure
deprecate
draw
exception
locale
module
none
pixel
policy
resource
trace
transform
user
wand
x11
Choose one output handler:
console
debug
event
file
none
stderr
stdout
When output is to a file, specify the filename. Embed %g in the filename to
support log generations. Generations is the number of log files to retain.
Limit is the number of logging events before generating a new log generation.
The format of the log is defined by embedding special format characters:
%c client
%d domain
%e event
%f function
%g generation
%i thread id
%l line
%m module
%n log name
%p process id
%r real CPU time
%t wall clock time
%u user CPU time
%v version
%% percent sign
\n newline
\r carriage return
xml
-->
<logmap>
<log events="None"/>
<log output="console"/>
<log filename="Magick-%g.log"/>
<log generations="3"/>
<log limit="2000"/>
<log format="%t %r %u %v %d %c[%p]: %m/%f/%l/%d\n %e"/>
</logmap>

BIN
bin/magick.exe Normal file

Binary file not shown.

1146
bin/mime.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
bin/mogrify.exe Normal file

Binary file not shown.

BIN
bin/montage.exe Normal file

Binary file not shown.

81
bin/policy.xml Normal file
View File

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policymap [
<!ELEMENT policymap (policy)*>
<!ATTLIST policymap xmlns CDATA #FIXED ''>
<!ELEMENT policy EMPTY>
<!ATTLIST policy xmlns CDATA #FIXED '' domain NMTOKEN #REQUIRED
name NMTOKEN #IMPLIED pattern CDATA #IMPLIED rights NMTOKEN #IMPLIED
stealth NMTOKEN #IMPLIED value CDATA #IMPLIED>
]>
<!--
Configure ImageMagick policies.
Domains include system, delegate, coder, filter, path, or resource.
Rights include none, read, write, execute, and all. Use | to combine them,
for example: "read | write" to permit read from, or write to, a path.
Use a glob expression as a pattern.
Suppose we do not want users to process MPEG video images:
<policy domain="delegate" rights="none" pattern="mpeg:decode" />
Here we do not want users reading images from HTTP:
<policy domain="coder" rights="none" pattern="HTTP" />
Lets prevent users from executing any image filters:
<policy domain="filter" rights="none" pattern="*" />
The /repository file system is restricted to read only. We use a glob
expression to match all paths that start with /repository:
<policy domain="path" rights="read" pattern="/repository/*" />
Lets prevent users from executing any image filters:
<policy domain="filter" rights="none" pattern="*" />
Any large image is cached to disk rather than memory:
<policy domain="resource" name="area" value="1GB"/>
Define arguments for the memory, map, area, width, height and disk resources
with SI prefixes (.e.g 100MB). In addition, resource policies are maximums
for each instance of ImageMagick (e.g. policy memory limit 1GB, -limit 2GB
exceeds policy maximum so memory limit is 1GB).
Rules are processed in order. Here we want to restrict ImageMagick to only
read or write a small subset of proven web-safe image types:
<policy domain="delegate" rights="none" pattern="*" />
<policy domain="coder" rights="none" pattern="*" />
<policy domain="coder" rights="read|write" pattern="{GIF,JPEG,PNG,WEBP}" />
-->
<policymap>
<!-- <policy domain="resource" name="temporary-path" value="c:\temp"/> -->
<!-- <policy domain="resource" name="memory" value="2GiB"/> -->
<!-- <policy domain="resource" name="map" value="4GiB"/> -->
<!-- <policy domain="resource" name="width" value="10KP"/> -->
<!-- <policy domain="resource" name="height" value="10KP"/> -->
<!-- <policy domain="resource" name="list-length" value="128"/> -->
<!-- <policy domain="resource" name="area" value="100MP"/> -->
<!-- <policy domain="resource" name="disk" value="16EiB"/> -->
<!-- <policy domain="resource" name="file" value="768"/> -->
<!-- <policy domain="resource" name="thread" value="4"/> -->
<!-- <policy domain="resource" name="throttle" value="0"/> -->
<!-- <policy domain="resource" name="time" value="3600"/> -->
<!-- <policy domain="coder" rights="none" pattern="MVG" /> -->
<!-- <policy domain="module" rights="none" pattern="{PS,PDF,XPS}" /> -->
<!-- <policy domain="delegate" rights="none" pattern="HTTPS" /> -->
<!-- <policy domain="path" rights="none" pattern="@*" /> -->
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
<!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
<!-- <policy domain="system" name="shred" value="2"/> -->
<policy domain="system" name="precision" value="6"/>
<!-- <policy domain="system" name="font" value="C:\path\to\unicode-font.ttf"/> -->
</policymap>

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE quantization-tables [
<!ELEMENT quantization-tables (table)>
<!ATTLIST quantization-tables xmlns CDATA #FIXED "">
<!ELEMENT table (description , levels)>
<!ATTLIST table xmlns CDATA #FIXED "">
<!ATTLIST table alias NMTOKEN #REQUIRED>
<!ATTLIST table slot CDATA #REQUIRED>
<!ELEMENT description (#PCDATA)>
<!ATTLIST description xmlns CDATA #FIXED "">
<!ELEMENT levels (#PCDATA)>
<!ATTLIST levels xmlns CDATA #FIXED "">
<!ATTLIST levels divisor CDATA #REQUIRED>
<!ATTLIST levels height CDATA #REQUIRED>
<!ATTLIST levels width CDATA #REQUIRED>
]>
<!--
JPEG quantization table created by Dr. Nicolas Robidoux, Senior Research
Scientist at Phase One (www.phaseone.com) for use with 2x2 Chroma
subsampling and (IJG-style, hence ImageMagick-style) quality level
around 75.
It is based on the one recommended in
Relevance of human vision to JPEG-DCT compression by Stanley A. Klein,
Amnon D. Silverstein and Thom Carney. In Human Vision, Visual
Processing and Digital Display III, 1992.
for 1 minute per pixel viewing.
Specifying only one table in this xml file has two effects when used with
the ImageMagick option
-define jpeg:q-table=PATH/TO/THIS/FILE
1) This quantization table is automatically used for all three channels;
2) Only one copy is embedded in the JPG file, which saves a few bits
(only worthwhile for very small thumbnails).
-->
<quantization-tables>
<table slot="0" alias="luma">
<description>Luma Quantization Table</description>
<levels width="8" height="8" divisor="1">
16, 16, 16, 18, 25, 37, 56, 85,
16, 17, 20, 27, 34, 40, 53, 75,
16, 20, 24, 31, 43, 62, 91, 135,
18, 27, 31, 40, 53, 74, 106, 156,
25, 34, 43, 53, 69, 94, 131, 189,
37, 40, 62, 74, 94, 124, 169, 238,
56, 53, 91, 106, 131, 169, 226, 311,
85, 75, 135, 156, 189, 238, 311, 418
</levels>
</table>
<!--
If you want to use a different quantization table for Chroma, for example,
just add:
<table slot="1" alias="chroma">
<description>Chroma Quantization Table</description>
INSERT 64 POSITIVE INTEGERS HERE, COMMA-SEPARATED
</levels>
</table>
here (but outside of these comments).
-->
</quantization-tables>

BIN
bin/sRGB.icc Normal file

Binary file not shown.

BIN
bin/stream.exe Normal file

Binary file not shown.

334
bin/thresholds.xml Normal file
View File

@ -0,0 +1,334 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE thresholds [
<!ELEMENT thresholds (threshold)+>
<!ELEMENT threshold (description , levels)>
<!ELEMENT description (CDATA)>
<!ELEMENT levels (CDATA)>
<!ATTLIST threshold map ID #REQUIRED>
<!ATTLIST levels width CDATA #REQUIRED>
<!ATTLIST levels height CDATA #REQUIRED>
<!ATTLIST levels divisor CDATA #REQUIRED>
]>
<!--
Threshold Maps for Ordered Posterized Dither
Each "<threshold>" element defines the map name, description, and an array
of "levels" used to provide the threshold map for ordered dithering and
digital halftoning.
The "alias" attribute provides a backward compatible name for this threshold
map (pre-dating IM v6.2.9-6), and are deprecated.
The description is a english description of what the threshold map achieves
and is only used for 'listing' the maps.
The map itself is a rectangular array of integers or threshold "levels"
of the given "width" and "height" declared within the enclosing <levels>
element. That is "width*height" integers or "levels" *must* be provided
within each map.
Each of the "levels" integer values (each value representing the threshold
intensity "level/divisor" at which that pixel is turned on. The "levels"
integers given can be any postive integers between "0" and the "divisor",
excluding those limits.
The "divisor" not only defines the upper limit and threshold divisor for each
"level" but also the total number of pseudo-levels the threshold mapping
creates and fills with a dither pattern. That is a ordered bitmap dither
of a pure greyscale gradient will use a maximum of "divisor" ordered bitmap
patterns, including the patterns with all the pixels 'on' and all the pixel
'off'. It may define less patterns than that, but the color channels will
be thresholded in units based on "divisor".
Alternatively for a multi-level posterization, ImageMagick inserts
"divisor-2" dither patterns (as defined by the threshold map) between each of
channel color level produced.
For example the map "o2x2" has a divisor of 5, which will define 3 bitmap
patterns plus the patterns with all pixels 'on' and 'off'. A greyscale
gradient will thus have 5 distinct areas.
-->
<thresholds>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Minimal Dither and Non-Dither Threshold Maps
-->
<threshold map="threshold" alias="1x1">
<description>Threshold 1x1 (non-dither)</description>
<levels width="1" height="1" divisor="2">
1
</levels>
</threshold>
<threshold map="checks" alias="2x1">
<description>Checkerboard 2x1 (dither)</description>
<levels width="2" height="2" divisor="3">
1 2
2 1
</levels>
</threshold>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(dispersed) Ordered Dither Patterns
-->
<threshold map="o2x2" alias="2x2">
<description>Ordered 2x2 (dispersed)</description>
<levels width="2" height="2" divisor="5">
1 3
4 2
</levels>
</threshold>
<threshold map="o3x3" alias="3x3">
<description>Ordered 3x3 (dispersed)</description>
<levels width="3" height="3" divisor="10">
3 7 4
6 1 9
2 8 5
</levels>
</threshold>
<threshold map="o4x4" alias="4x4">
<!--
From "Dithering Algorithms"
https://efg2.com/Lab/Library/ImageProcessing/DHALF.TXT
-->
<description>Ordered 4x4 (dispersed)</description>
<levels width="4" height="4" divisor="17">
1 9 3 11
13 5 15 7
4 12 2 10
16 8 14 6
</levels>
</threshold>
<threshold map="o8x8" alias="8x8">
<!-- Extracted from original 'OrderedDither()' Function -->
<description>Ordered 8x8 (dispersed)</description>
<levels width="8" height="8" divisor="65">
1 49 13 61 4 52 16 64
33 17 45 29 36 20 48 32
9 57 5 53 12 60 8 56
41 25 37 21 44 28 40 24
3 51 15 63 2 50 14 62
35 19 47 31 34 18 46 30
11 59 7 55 10 58 6 54
43 27 39 23 42 26 38 22
</levels>
</threshold>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Halftones - Angled 45 degrees
Initially added to ImageMagick by Glenn Randers-Pehrson, IM v6.2.8-6,
modified to be more symmetrical with intensity by Anthony, IM v6.2.9-7
These patterns initially start as circles, but then form diamonds
pattern at the 50% threshold level, before forming negated circles,
as it approached the other threshold extereme.
-->
<threshold map="h4x4a" alias="4x1">
<description>Halftone 4x4 (angled)</description>
<levels width="4" height="4" divisor="9">
4 2 7 5
3 1 8 6
7 5 4 2
8 6 3 1
</levels>
</threshold>
<threshold map="h6x6a" alias="6x1">
<description>Halftone 6x6 (angled)</description>
<levels width="6" height="6" divisor="19">
14 13 10 8 2 3
16 18 12 7 1 4
15 17 11 9 6 5
8 2 3 14 13 10
7 1 4 16 18 12
9 6 5 15 17 11
</levels>
</threshold>
<threshold map="h8x8a" alias="8x1">
<description>Halftone 8x8 (angled)</description>
<levels width="8" height="8" divisor="33">
13 7 8 14 17 21 22 18
6 1 3 9 28 31 29 23
5 2 4 10 27 32 30 24
16 12 11 15 20 26 25 19
17 21 22 18 13 7 8 14
28 31 29 23 6 1 3 9
27 32 30 24 5 2 4 10
20 26 25 19 16 12 11 15
</levels>
</threshold>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Halftones - Orthogonally Aligned, or Un-angled
Initially added by Anthony Thyssen, IM v6.2.9-5 using techniques from
"Dithering & Halftoning" by Gernot Haffmann
https://fho-emden.de/~hoffmann/hilb010101.pdf
These patterns initially start as circles, but then form square
pattern at the 50% threshold level, before forming negated circles,
as it approached the other threshold extereme.
-->
<threshold map="h4x4o">
<description>Halftone 4x4 (orthogonal)</description>
<levels width="4" height="4" divisor="17">
7 13 11 4
12 16 14 8
10 15 6 2
5 9 3 1
</levels>
</threshold>
<threshold map="h6x6o">
<description>Halftone 6x6 (orthogonal)</description>
<levels width="6" height="6" divisor="37">
7 17 27 14 9 4
21 29 33 31 18 11
24 32 36 34 25 22
19 30 35 28 20 10
8 15 26 16 6 2
5 13 23 12 3 1
</levels>
</threshold>
<threshold map="h8x8o">
<description>Halftone 8x8 (orthogonal)</description>
<levels width="8" height="8" divisor="65">
7 21 33 43 36 19 9 4
16 27 51 55 49 29 14 11
31 47 57 61 59 45 35 23
41 53 60 64 62 52 40 38
37 44 58 63 56 46 30 22
15 28 48 54 50 26 17 10
8 18 34 42 32 20 6 2
5 13 25 39 24 12 3 1
</levels>
</threshold>
<threshold map="h16x16o">
<!--
Direct extract from "Dithering & Halftoning" by Gernot Haffmann.
This may need some fine tuning for symmetry of the halftone dots,
as it was a mathematically formulated pattern.
-->
<description>Halftone 16x16 (orthogonal)</description>
<levels width="16" height="16" divisor="257">
4 12 24 44 72 100 136 152 150 134 98 70 42 23 11 3
7 16 32 52 76 104 144 160 158 142 102 74 50 31 15 6
19 27 40 60 92 132 168 180 178 166 130 90 58 39 26 18
36 48 56 80 124 176 188 204 203 187 175 122 79 55 47 35
64 68 84 116 164 200 212 224 223 211 199 162 114 83 67 63
88 96 112 156 192 216 232 240 239 231 214 190 154 111 95 87
108 120 148 184 208 228 244 252 251 243 226 206 182 147 119 107
128 140 172 196 219 235 247 256 255 246 234 218 194 171 139 127
126 138 170 195 220 236 248 253 254 245 233 217 193 169 137 125
106 118 146 183 207 227 242 249 250 241 225 205 181 145 117 105
86 94 110 155 191 215 229 238 237 230 213 189 153 109 93 85
62 66 82 115 163 198 210 221 222 209 197 161 113 81 65 61
34 46 54 78 123 174 186 202 201 185 173 121 77 53 45 33
20 28 37 59 91 131 167 179 177 165 129 89 57 38 25 17
8 13 29 51 75 103 143 159 157 141 101 73 49 30 14 5
1 9 21 43 71 99 135 151 149 133 97 69 41 22 10 2
</levels>
</threshold>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Halftones - Orthogonally Expanding Circle Patterns
Added by Glenn Randers-Pehrson, 4 Nov 2010, ImageMagick 6.6.5-6
Rather than producing a diamond 50% threshold pattern, these
continue to generate larger (overlapping) circles. They are
more like a true halftone pattern formed by covering a surface
with either pure white or pure black circular dots.
WARNING: true halftone patterns only use true circles even in
areas of highly varying intensity. Threshold dither patterns
can generate distorted circles in such areas.
-->
<threshold map="c5x5b" alias="c5x5">
<description>Circles 5x5 (black)</description>
<levels width="5" height="5" divisor="26">
1 21 16 15 4
5 17 20 19 14
6 21 25 24 12
7 18 22 23 11
2 8 9 10 3
</levels>
</threshold>
<threshold map="c5x5w">
<description>Circles 5x5 (white)</description>
<levels width="5" height="5" divisor="26">
25 21 10 11 22
20 9 6 7 12
19 5 1 2 13
18 8 4 3 14
24 17 16 15 23
</levels>
</threshold>
<threshold map="c6x6b" alias="c6x6">
<description>Circles 6x6 (black)</description>
<levels width="6" height="6" divisor="37">
1 5 14 13 12 4
6 22 28 27 21 11
15 29 35 34 26 20
16 30 36 33 25 19
7 23 31 32 24 10
2 8 17 18 9 3
</levels>
</threshold>
<threshold map="c6x6w">
<description>Circles 6x6 (white)</description>
<levels width="6" height="6" divisor="37">
36 32 23 24 25 33
31 15 9 10 16 26
22 8 2 3 11 17
21 7 1 4 12 18
30 14 6 5 13 27
35 29 20 19 28 34
</levels>
</threshold>
<threshold map="c7x7b" alias="c7x7">
<description>Circles 7x7 (black)</description>
<levels width="7" height="7" divisor="50">
3 9 18 28 17 8 2
10 24 33 39 32 23 7
19 34 44 48 43 31 16
25 40 45 49 47 38 27
20 35 41 46 42 29 15
11 21 36 37 28 22 6
4 12 13 26 14 5 1
</levels>
</threshold>
<threshold map="c7x7w">
<description>Circles 7x7 (white)</description>
<levels width="7" height="7" divisor="50">
47 41 32 22 33 42 48
40 26 17 11 18 27 43
31 16 6 2 7 19 34
25 10 5 1 3 12 23
30 15 9 4 8 20 35
39 29 14 13 21 28 44
46 38 37 24 36 45 49
</levels>
</threshold>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Special Purpose Dithers
-->
</thresholds>

55
bin/type-ghostscript.xml Normal file
View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE typemap [
<!ELEMENT typemap (type)+>
<!ELEMENT type (#PCDATA)>
<!ELEMENT include (#PCDATA)>
<!ATTLIST type name CDATA #REQUIRED>
<!ATTLIST type fullname CDATA #IMPLIED>
<!ATTLIST type family CDATA #IMPLIED>
<!ATTLIST type foundry CDATA #IMPLIED>
<!ATTLIST type weight CDATA #IMPLIED>
<!ATTLIST type style CDATA #IMPLIED>
<!ATTLIST type stretch CDATA #IMPLIED>
<!ATTLIST type format CDATA #IMPLIED>
<!ATTLIST type metrics CDATA #IMPLIED>
<!ATTLIST type glyphs CDATA #REQUIRED>
<!ATTLIST type version CDATA #IMPLIED>
<!ATTLIST include file CDATA #REQUIRED>
]>
<typemap>
<type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010013l.afm" glyphs="@ghostscript_font_path@a010013l.pfb"/>
<type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010033l.afm" glyphs="@ghostscript_font_path@a010033l.pfb"/>
<type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010015l.afm" glyphs="@ghostscript_font_path@a010015l.pfb"/>
<type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010035l.afm" glyphs="@ghostscript_font_path@a010035l.pfb"/>
<type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018015l.afm" glyphs="@ghostscript_font_path@b018015l.pfb"/>
<type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018035l.afm" glyphs="@ghostscript_font_path@b018035l.pfb"/>
<type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018012l.afm" glyphs="@ghostscript_font_path@b018012l.pfb"/>
<type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018032l.afm" glyphs="@ghostscript_font_path@b018032l.pfb"/>
<type name="Fixed" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
<type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
<type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022004l.afm" glyphs="@ghostscript_font_path@n022004l.pfb"/>
<type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022023l.afm" glyphs="@ghostscript_font_path@n022023l.pfb"/>
<type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022024l.afm" glyphs="@ghostscript_font_path@n022024l.pfb"/>
<type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
<type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
<type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019004l.afm" glyphs="@ghostscript_font_path@n019004l.pfb"/>
<type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019023l.afm" glyphs="@ghostscript_font_path@n019023l.pfb"/>
<type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019024l.afm" glyphs="@ghostscript_font_path@n019024l.pfb"/>
<type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019043l.afm" glyphs="@ghostscript_font_path@n019043l.pfb"/>
<type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019063l.afm" glyphs="@ghostscript_font_path@n019063l.pfb"/>
<type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019044l.afm" glyphs="@ghostscript_font_path@n019044l.pfb"/>
<type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019064l.afm" glyphs="@ghostscript_font_path@n019064l.pfb"/>
<type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059013l.afm" glyphs="@ghostscript_font_path@c059013l.pfb"/>
<type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059033l.afm" glyphs="@ghostscript_font_path@c059033l.pfb"/>
<type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059016l.afm" glyphs="@ghostscript_font_path@c059016l.pfb"/>
<type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059036l.afm" glyphs="@ghostscript_font_path@c059036l.pfb"/>
<type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052003l.afm" glyphs="@ghostscript_font_path@p052003l.pfb"/>
<type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052023l.afm" glyphs="@ghostscript_font_path@p052023l.pfb"/>
<type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052004l.afm" glyphs="@ghostscript_font_path@p052004l.pfb"/>
<type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052024l.afm" glyphs="@ghostscript_font_path@p052024l.pfb"/>
<type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021003l.afm" glyphs="@ghostscript_font_path@n021003l.pfb"/>
<type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021004l.afm" glyphs="@ghostscript_font_path@n021004l.pfb"/>
<type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021023l.afm" glyphs="@ghostscript_font_path@n021023l.pfb"/>
<type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021024l.afm" glyphs="@ghostscript_font_path@n021024l.pfb"/>
<type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@s050000l.afm" glyphs="@ghostscript_font_path@s050000l.pfb" version="0.1" encoding="AdobeCustom"/>
</typemap>

21
bin/type.xml Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE typemap [
<!ELEMENT typemap (type)+>
<!ELEMENT type (#PCDATA)>
<!ELEMENT include (#PCDATA)>
<!ATTLIST type name CDATA #REQUIRED>
<!ATTLIST type fullname CDATA #IMPLIED>
<!ATTLIST type family CDATA #IMPLIED>
<!ATTLIST type foundry CDATA #IMPLIED>
<!ATTLIST type weight CDATA #IMPLIED>
<!ATTLIST type style CDATA #IMPLIED>
<!ATTLIST type stretch CDATA #IMPLIED>
<!ATTLIST type format CDATA #IMPLIED>
<!ATTLIST type metrics CDATA #IMPLIED>
<!ATTLIST type glyphs CDATA #REQUIRED>
<!ATTLIST type version CDATA #IMPLIED>
<!ATTLIST include file CDATA #REQUIRED>
]>
<typemap>
<include file="type-ghostscript.xml"/>
</typemap>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,723 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20170731 at Wed Aug 7 16:07:48 116024813
By Aleksey,,,
Copyright (C) 1992 Emigre Graphics, Designed by Jonathan Barnbrook
</metadata>
<defs>
<font id="ExocetHeavy" horiz-adv-x="0" >
<font-face
font-family="Exocet"
font-weight="900"
font-stretch="normal"
units-per-em="1000"
panose-1="0 0 9 0 0 0 0 0 0 0"
ascent="800"
descent="-200"
x-height="586"
cap-height="586"
bbox="-31 -260 1083 864"
underline-thickness="8"
underline-position="-36"
unicode-range="U+0020-F002"
/>
<missing-glyph horiz-adv-x="500"
d="M63 0v720h375v-720h-375zM125 63h250v595h-250v-595z" />
<glyph glyph-name=".notdef" horiz-adv-x="500"
d="M63 0v720h375v-720h-375zM125 63h250v595h-250v-595z" />
<glyph glyph-name="glyph1"
/>
<glyph glyph-name="glyph2" horiz-adv-x="408"
/>
<glyph glyph-name="space" unicode=" " horiz-adv-x="408"
/>
<glyph glyph-name="exclam" unicode="!" horiz-adv-x="408"
d="M283 517l-83 -317l-16 -16l-16 16l-83 317l99 99zM268 57l-84 -84l-84 84l84 84z" />
<glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="534"
d="M454 536l-80 -176l-80 176l80 80zM240 536l-80 -176l-80 176l80 80z" />
<glyph glyph-name="numbersign" unicode="#" horiz-adv-x="550"
d="M472 398h-78l-14 -98h68v-58h-77l-19 -128h-79l20 128h-67l-20 -128h-79l19 128h-69v58h78l15 98h-68v58h76l20 128h79l-20 -128h67l19 128h79l-20 -128h70v-58zM315 398h-66l-15 -98h67z" />
<glyph glyph-name="dollar" unicode="$" horiz-adv-x="608"
d="M502 164q0 -69 -45 -116q-41 -43 -103 -57v-95h-84v93q-84 11 -132 69v72q-1 57 -1 71l25 1q14 -47 52 -72q34 -24 79 -24q28 0 47 14t19 35q0 35 -56 69l-63 38q-100 60 -100 163q0 59 31 101q34 47 99 62v85h84v-79q57 -2 102 -36v-58q-1 -41 -1 -68l-22 -5
q-21 61 -83 61q-77 0 -77 -50q0 -31 48 -60l81 -49q100 -60 100 -165z" />
<glyph glyph-name="percent" unicode="%" horiz-adv-x="817"
d="M386 424q0 -68 -49.5 -117t-117.5 -49t-117 49t-49 117t49 117t117 49t117.5 -49t49.5 -117zM621 584l-356 -584h-69l356 584h69zM764 160q0 -68 -49 -117t-117 -49q-69 0 -118 49t-49 117t49 117t118 49q68 0 117 -49t49 -117zM264 505q-21 12 -45 12q-38 0 -65.5 -27.5
t-27.5 -65.5q0 -24 12 -45zM312 424q0 23 -11 45l-127 -126q20 -12 45 -12q38 0 65.5 27.5t27.5 65.5zM642 241q-19 12 -44 12q-39 0 -66 -27.5t-27 -65.5q0 -24 12 -45zM690 160q0 23 -11 45l-126 -126q20 -12 45 -12q38 0 65 27.5t27 65.5z" />
<glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="744"
d="M755 -2h-9q-8 0 -25 1t-23 1h-136l-82 82l-47 -48q-48 -49 -127 -49q-78 0 -133.5 55.5t-55.5 133.5q0 100 83 156q-50 47 -50 114q0 64 45.5 109.5t110.5 45.5q64 0 109.5 -45.5t45.5 -109.5q0 -66 -47 -111l60 -60l50 49q21 20 21 34q0 11 -13 27q-2 3 -6 6l13 21l7 -7
q12 -14 32 -35l90 -90q12 -10 36 -32l6 -7l-21 -13l-5 5q-16 13 -27 13q-14 0 -35 -21l-49 -49l104 -104q46 -46 65 -48q4 -1 8 0zM347 444q0 17 -12 29.5t-29 12.5q-18 0 -30 -12.5t-12 -29.5t12 -29.5t30 -12.5q17 0 29 12.5t12 29.5zM390 174l-39 39q-21 21 -45 21
q-25 0 -42.5 -18t-17.5 -42q0 -25 17.5 -42.5t42.5 -17.5q24 0 44 20z" />
<glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="320"
d="M248 528l-88 -176l-88 176l88 88z" />
<glyph glyph-name="parenleft" unicode="(" horiz-adv-x="480"
d="M375 -102l-24 -30l-159 176v487l159 176l24 -29l-79 -120v-540z" />
<glyph glyph-name="parenright" unicode=")" horiz-adv-x="480"
d="M288 44l-159 -176l-24 30l79 120v540l-79 120l24 29l159 -176v-487z" />
<glyph glyph-name="asterisk" unicode="*" horiz-adv-x="456"
d="M374 349l-72 -19l-6 28l-36 20v-41l20 -20l-52 -52l-52 52l20 20v41l-36 -20l-7 -28l-71 19l18 71l28 -7l36 21l-36 21l-28 -8l-18 71l71 19l7 -27l36 -20v40l-20 20l52 52l52 -52l-20 -20v-41l36 21l6 27l72 -19l-19 -71l-27 8l-37 -21l37 -21l27 7z" />
<glyph glyph-name="plus" unicode="+" horiz-adv-x="643"
d="M512 201l-24 5v8q-2 22 -11.5 29.5t-37.5 7.5h-65v-65q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-95q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v65h-64q-28 0 -37 -7.5t-11 -29.5v-8l-24 -5v9q0 9 1 26t1 22v95q0 6 -1 23t-1 25v9l24 -6v-7
q2 -22 11 -30t37 -8h64v64q0 28 -7.5 37.5t-29.5 11.5h-7l-6 24h9q9 0 26 -1t22 -1h95q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11.5t-8 -37.5v-64h65q28 0 37.5 8t11.5 30v7l24 6v-9q0 -8 -1 -25t-1 -23v-95q0 -5 1 -22t1 -26v-9z" />
<glyph glyph-name="comma" unicode="," horiz-adv-x="320"
d="M256 69l-158 -158l-28 28l62 62l-68 68l96 96z" />
<glyph glyph-name="hyphen" unicode="-" horiz-adv-x="549"
d="M413 201l-24 5v8q-2 22 -11.5 29.5t-37.5 7.5h-131q-28 0 -37.5 -7.5t-11.5 -29.5v-8l-24 -5v9q0 9 1 26t1 22v95q0 6 -1 23t-1 25v9l24 -6v-7q2 -22 11.5 -30t37.5 -8h131q28 0 37.5 8t11.5 30v7l24 6v-9q0 -8 -1.5 -25t-1.5 -23v-95q0 -5 1.5 -22t1.5 -26v-9z" />
<glyph glyph-name="period" unicode="." horiz-adv-x="320"
d="M256 69l-96 -96l-96 96l96 96z" />
<glyph glyph-name="slash" unicode="/" horiz-adv-x="494"
d="M470 590l-348 -744l-69 -27l-26 69l348 746l70 26z" />
<glyph glyph-name="zero" unicode="0" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM505 448q-41 22 -86 22q-73 0 -125.5 -52t-52.5 -126q0 -45 22 -86zM598 292q0 45 -22 86l-243 -242q39 -22 86 -22q74 0 126.5 52t52.5 126z" />
<glyph glyph-name="one" unicode="1" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="two" unicode="2" horiz-adv-x="602"
d="M499 406q0 -78 -60 -140l-131 -136h117q28 0 37 7.5t12 29.5v7l24 6v-9q0 -8 -1.5 -25t-1.5 -23v-123h-383v104l235 243q23 24 23 59q0 27 -18.5 45.5t-45.5 18.5q-26 0 -45 -15t-19 -34q0 -37 33 -41q3 -1 5 0l6 -24h-7q-5 0 -23.5 1t-24.5 1h-117l-2 48
q0 80 56.5 136.5t137.5 56.5q80 0 136.5 -56.5t56.5 -136.5z" />
<glyph glyph-name="three" unicode="3" horiz-adv-x="602"
d="M499 178q0 -80 -56.5 -136.5t-136.5 -56.5q-81 0 -137.5 56.5t-56.5 136.5q0 6 2 29h125q6 0 23 1.5t25 1.5h7l-6 -24h-5q-28 -7 -28 -39q0 -13 17 -23t34 -10q27 0 45.5 18.5t18.5 45.5q0 57 -59 73q-16 4 -101 12l109 191h-103q-28 0 -37.5 -7.5t-11.5 -29.5v-7l-24 -6
v9q0 9 1.5 26t1.5 22v123h333v-82l-94 -147q51 -23 82.5 -70.5t31.5 -106.5z" />
<glyph glyph-name="four" unicode="4" horiz-adv-x="604"
d="M520 46l-24 6v7q-2 22 -11.5 30t-37.5 8h-19v-27q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-120q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v27h-292l424 524v-408h19q28 0 37.5 7.5t11.5 29.5v8l24 5v-9q0 -8 -1 -25t-1 -23v-103q0 -5 1 -22t1 -26v-9z
M296 213v82l-66 -82h66z" />
<glyph glyph-name="five" unicode="5" horiz-adv-x="602"
d="M499 178q0 -80 -56.5 -136.5t-136.5 -56.5q-81 0 -137.5 56.5t-56.5 136.5q0 6 2 29h125q6 0 23 1.5t25 1.5h7l-6 -24h-5q-28 -5 -28 -39q0 -13 17 -23t34 -10q27 0 45.5 18.5t18.5 45.5t-16.5 45.5t-42.5 23.5q-16 3 -152 10l45 327h251v-123q0 -5 1.5 -22t1.5 -26v-9
l-24 6v7q-3 22 -12 29.5t-37 7.5h-87l-10 -83q6 1 18 1q80 0 136.5 -56.5t56.5 -137.5z" />
<glyph glyph-name="six" unicode="6" horiz-adv-x="602"
d="M490 174q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 40 34 117l131 295l77 1q7 0 53 1.5t55 1.5h8l-5 -24h-7q-39 -6 -58 -49l-70 -157q68 -11 114 -63.5t46 -122.5zM361 174q0 24 -17.5 42t-42.5 18t-42.5 -18t-17.5 -42q0 -25 17.5 -42.5t42.5 -17.5
t42.5 17.5t17.5 42.5z" />
<glyph glyph-name="seven" unicode="7" horiz-adv-x="634"
d="M536 584l-207 -538q-7 -19 -7 -29q0 -17 24 -30q4 -1 7 -2l-3 -25l-8 3q-16 8 -44 20l-120 46q-15 4 -45 14l-8 3l13 21q2 0 8 -2q12 -3 19 -3q20 0 33 35l137 357h-161q-29 0 -38 -7.5t-11 -29.5v-7l-24 -6v9q0 9 1 26t1 22v123h433z" />
<glyph glyph-name="eight" unicode="8" horiz-adv-x="611"
d="M494 174q0 -78 -55 -133.5t-133 -55.5t-133.5 55.5t-55.5 133.5q0 100 83 156q-50 47 -50 114q0 64 45.5 109.5t110.5 45.5q64 0 109.5 -45.5t45.5 -109.5q0 -69 -50 -114q83 -55 83 -156zM347 444q0 17 -12 29.5t-29 12.5q-18 0 -30 -12.5t-12 -29.5t12 -29.5t30 -12.5
q17 0 29 12.5t12 29.5zM366 174q0 24 -18 42t-42 18q-25 0 -42.5 -18t-17.5 -42q0 -25 17.5 -42.5t42.5 -17.5q24 0 42 17.5t18 42.5z" />
<glyph glyph-name="nine" unicode="9" horiz-adv-x="602"
d="M491 410q0 -43 -33 -117l-132 -295l-77 -1q-7 0 -52.5 -1.5t-54.5 -1.5h-9l5 24h8q37 5 57 49l71 157q-69 11 -114.5 63.5t-45.5 122.5q0 78 55 133.5t133 55.5t133.5 -55.5t55.5 -133.5zM362 410q0 25 -17.5 42.5t-42.5 17.5q-24 0 -42 -17.5t-18 -42.5q0 -24 18 -42
t42 -18q25 0 42.5 18t17.5 42z" />
<glyph glyph-name="colon" unicode=":" horiz-adv-x="320"
d="M256 341l-96 -96l-96 96l96 96zM256 69l-96 -96l-96 96l96 96z" />
<glyph glyph-name="semicolon" unicode=";" horiz-adv-x="320"
d="M256 341l-96 -96l-96 96l96 96zM256 69l-158 -158l-28 28l62 62l-68 68l96 96z" />
<glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="534"
d="M453 528l-68 -68l61 -62l-28 -28l-149 150l96 96zM238 528l-68 -68l62 -62l-28 -28l-150 150l96 96z" />
<glyph glyph-name="equal" unicode="=" horiz-adv-x="549"
d="M421 466q0 -8 -1.5 -25t-1.5 -23v-81h-288v81q0 6 -1 23t-1 25v9l14 -5v-8q2 -22 11 -29.5t37 -7.5h168q29 0 38 7.5t11 29.5v8l14 5v-9zM421 136l-14 6v7q-2 22 -11 29.5t-38 7.5h-168q-28 0 -37 -7.5t-11 -29.5v-7l-14 -6v9q0 9 1 26t1 22v81h288v-81q0 -5 1.5 -22
t1.5 -26v-9z" />
<glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="534"
d="M470 520l-149 -150l-28 28l61 62l-68 68l88 88zM256 520l-150 -150l-28 28l62 62l-68 68l88 88z" />
<glyph glyph-name="question" unicode="?" horiz-adv-x="640"
d="M493 406q0 -67 -40.5 -119t-103.5 -69l-65 -65l-68 69v107q36 2 89 8q25 4 42 23.5t17 45.5q0 27 -19 45.5t-46 18.5q-18 0 -32 -9q-18 -11 -18 -29q0 -28 25 -34h8l5 -24h-9q-8 0 -25.5 1.5t-23.5 1.5h-122q-1 23 -1 29q0 80 56.5 136.5t136.5 56.5t137 -56.5t57 -136.5
zM368 57l-84 -84l-84 84l84 84z" />
<glyph glyph-name="at" unicode="@" horiz-adv-x="778"
d="M701 126l-16 -36h-12q-25 -3 -48 -24q-89 -80 -207 -80q-126 0 -216 90t-90 217t90 217.5t216 88.5q119 -2 199.5 -77t80.5 -184q0 -94 -53 -156.5t-123 -62.5q-20 0 -38 6q-31 -14 -68 -14q-76 0 -129 53.5t-53 129.5q0 75 53 128.5t129 53.5q41 0 74 -15l60 24v-295
q40 9 65 49.5t25 94.5q0 91 -65 147.5t-159 55.5q-100 -1 -171.5 -72t-71.5 -171t71.5 -172t171.5 -72q98 0 173 64l40 10q4 0 19 1t26 1h27zM464 214v157q-19 15 -46 15q-38 0 -65 -27t-27 -66q0 -38 27 -65.5t65 -27.5q29 0 46 14z" />
<glyph glyph-name="A" unicode="A" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149z" />
<glyph glyph-name="B" unicode="B" horiz-adv-x="616"
d="M529 170q0 -72 -50.5 -122t-121.5 -50q-9 0 -32.5 1t-30.5 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q7 0 29 1t30 1q57 0 97 -40t40 -97q0 -78 -68 -119q48 -20 77.5 -63.5t29.5 -96.5zM376 432
q0 25 -17.5 42.5t-42.5 17.5h-16v-119h16q25 0 42.5 17t17.5 42zM388 182q0 30 -21.5 51.5t-52.5 21.5h-14v-147h14q31 0 52.5 21.5t21.5 52.5z" />
<glyph glyph-name="C" unicode="C" horiz-adv-x="712"
d="M610 229l-3 -179q-81 -65 -188 -65q-127 0 -217 90t-90 217t90 217t217 90q103 0 188 -64q0 -19 1.5 -86.5t1.5 -94.5h-24q-8 43 -53 78q-49 38 -114 38q-73 0 -125.5 -52t-52.5 -126q0 -73 52.5 -125.5t125.5 -52.5q66 0 115 36q45 33 52 79h24z" />
<glyph glyph-name="D" unicode="D" horiz-adv-x="754"
d="M642 292q0 -122 -87 -209t-209 -87q-41 0 -96 4h-84q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h68q72 4 112 4q122 0 209 -87t87 -209zM510 292q0 73 -51.5 125t-124.5 52h-34v-354h34q73 0 124.5 52t51.5 125z
" />
<glyph glyph-name="E" unicode="E" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8z" />
<glyph glyph-name="F" unicode="F" horiz-adv-x="640"
d="M549 190l-24 5q1 4 0 7q-5 30 -49 30h-154v-194l-140 -139v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8z" />
<glyph glyph-name="G" unicode="G" horiz-adv-x="720"
d="M618 58q-88 -73 -199 -73q-127 0 -217 90t-90 217t90 217t217 90q95 0 172 -53q0 -24 1.5 -84.5t1.5 -80.5h-24q-6 24 -41 52q-46 37 -110 37q-73 0 -125.5 -52t-52.5 -126q0 -73 52.5 -125.5t125.5 -52.5q36 0 72 14v99h-11q-28 0 -37.5 -7.5t-11.5 -29.5v-8l-24 -5v9
q0 9 1.5 26t1.5 22v92h208v-268z" />
<glyph glyph-name="H" unicode="H" horiz-adv-x="745"
d="M635 -2h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v180h-145v-180q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1
t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-157h145v157q0 28 -8 37t-30 11h-7l-6 24h9q9 0 26 -1t22 -1h127q6 0 23 1t25 1h9l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-444q0 -28 7.5 -37t29.5 -11h8z" />
<glyph glyph-name="I" unicode="I" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="J" unicode="J" horiz-adv-x="492"
d="M366 586l-5 -24h-7q-22 -2 -30 -11t-8 -37v-516l-140 -188v704q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8z" />
<glyph glyph-name="K" unicode="K" horiz-adv-x="720"
d="M705 -2h-9q-8 0 -25 1t-23 1h-137l-211 211v-141q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-68
l138 138h121q6 0 23 1t25 1h9l-6 -24q-4 1 -7 0q-19 -2 -65 -48l-178 -177l266 -267q46 -46 66 -48q3 -1 7 0z" />
<glyph glyph-name="L" unicode="L" horiz-adv-x="600"
d="M528 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-183l-112 -101v615q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-374h155q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1 -25t-1 -23v-128q0 -5 1 -22.5t1 -25.5v-8z" />
<glyph glyph-name="M" unicode="M" horiz-adv-x="987"
d="M878 -2h-9q-8 0 -25 1t-23 1h-125q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v377h-128v-377q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-125q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v377h-127v-377q0 -28 7.5 -37t29.5 -11h7l6 -24h-9q-8 0 -25 1
t-23 1h-125q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h655q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="N" unicode="N" horiz-adv-x="785"
d="M675 -2h-9q-8 0 -25 1t-23 1h-111q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v5l-217 218v-223q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-112q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h112
q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-4l217 -217v221q0 28 -8 37t-30 11h-7l-6 24h9q9 0 26 -1t22 -1h111q6 0 23 1t25 1h9l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-444q0 -28 7.5 -37t29.5 -11h8z" />
<glyph glyph-name="O" unicode="O" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48z" />
<glyph glyph-name="P" unicode="P" horiz-adv-x="608"
d="M533 409q0 -74 -52.5 -126.5t-126.5 -52.5h-54v-160q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h67q-1 0 41.5 1.5t79.5 1.5q74 0 126.5 -52t52.5 -126z
M407 412q0 32 -22.5 55t-54.5 23h-30v-156h30q32 0 54.5 23t22.5 55z" />
<glyph glyph-name="Q" unicode="Q" horiz-adv-x="838"
d="M726 292q0 -109 -68 -193t-172 -107v-45q0 -28 7.5 -37t29.5 -12h7l6 -24h-9q-8 0 -25 1.5t-23 1.5h-120q-5 0 -22 -1.5t-26 -1.5h-9l6 24h7q22 3 30 12t8 37v45q-104 23 -172.5 107t-68.5 193q0 127 90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 292
q0 74 -52.5 126t-126.5 52q-73 0 -125.5 -52t-52.5 -126q0 -56 31 -100.5t81 -65.5v64q0 28 -8 37t-30 11h-7l-6 24h9q9 0 26 -1t22 -1h120q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -29.5 -11t-7.5 -37v-64q50 21 81 66t31 100z" />
<glyph glyph-name="R" unicode="R" horiz-adv-x="712"
d="M738 -2h-9q-8 0 -25 1t-23 1h-137l-232 232h-12v-162q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 30.5 1t31.5 1q73 0 125 -51.5t52 -124.5
q0 -89 -71 -142l197 -198q45 -46 66 -48q3 -1 7 0zM410 410q0 31 -22.5 53.5t-53.5 22.5h-34v-152h34q31 0 53.5 22.5t22.5 53.5z" />
<glyph glyph-name="S" unicode="S" horiz-adv-x="608"
d="M502 164q0 -81 -62 -132q-56 -46 -130 -46q-113 0 -172 72v72q-1 57 -1 71l25 1q14 -47 52 -72q34 -24 79 -24q28 0 47 14t19 35q0 35 -56 69l-63 38q-100 60 -100 163q0 72 46 118q51 52 141 52q80 0 129 -37v-58q-1 -41 -1 -68l-22 -5q-21 61 -91 61q-29 0 -49 -14
t-20 -36q0 -31 48 -60l81 -49q100 -60 100 -165z" />
<glyph glyph-name="T" unicode="T" horiz-adv-x="752"
d="M671 394l-24 6v7q-2 22 -11 30t-38 8h-152v-375q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v375h-152q-28 0 -37 -8t-11 -30v-7l-24 -6v9q0 9 1 26t1 22v127q0 6 -1 23t-1 25v8l24 -5v-7q2 -22 11 -30
t37 -8h444q29 0 38 8t11 30v7l24 5v-8q0 -8 -1 -25t-1 -23v-127q0 -5 1 -22t1 -26v-9z" />
<glyph glyph-name="U" unicode="U" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9z" />
<glyph glyph-name="V" unicode="V" horiz-adv-x="795"
d="M747 586l-5 -24h-8q-20 -2 -27.5 -9.5t-21.5 -34.5l-287 -547l-288 547q-14 27 -20 33q-9 9 -29 11h-7l-6 24h9q9 0 26 -1t22 -1h151q6 0 23 1t25 1h9l-6 -24h-7q-33 -3 -33 -27q0 -10 7 -23l124 -242l124 242q6 12 6 22q0 24 -33 28h-7l-6 24h9q9 0 26 -1t22 -1h151
q6 0 23 1t25 1h9z" />
<glyph glyph-name="W" unicode="W" horiz-adv-x="1076"
d="M1028 586l-6 -24h-7q-20 -2 -27.5 -9.5t-21.5 -34.5l-288 -547l-140 267l-140 -267l-288 547q-14 28 -20 33q-9 9 -29 11h-7l-6 24h9q9 0 26 -1t22 -1h143q6 0 23 1t25 1h9l-6 -24h-7q-32 -3 -32 -28q0 -10 6 -22l132 -258l65 128l-72 136q-14 27 -21.5 34.5t-27.5 9.5
h-8l-5 24h9q9 0 26 -1t22 -1h124l28 -55l28 55h124q6 0 23 1t25 1h9l-5 -24h-8q-20 -2 -27.5 -9.5t-21.5 -34.5l-72 -136l65 -128l132 258q7 13 7 23q0 24 -33 27h-7l-6 24h9q9 0 26 -1t22 -1h143q6 0 23 1t25 1h9z" />
<glyph glyph-name="X" unicode="X" horiz-adv-x="854"
d="M785 98l-7 -7q-14 -12 -36 -32l-89 -90q-11 -12 -32 -35l-7 -7l-12 21l4 6q13 16 13 26q0 13 -21 34l-173 174l-175 -174q-21 -21 -21 -35q0 -10 13 -26l6 -6l-14 -21l-5 7q-12 14 -33 36l-90 89q-12 11 -36 32l-5 7l21 13q1 -1 4 -5q17 -13 27 -13q13 0 34 21l175 174
l-175 174q-21 21 -34 21q-10 0 -27 -13q-2 -2 -4 -5l-21 13l5 6q14 12 36 32l90 91q11 12 33 35l5 6l14 -21q-1 -1 -6 -4q-13 -17 -13 -28q0 -13 21 -34l175 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32l6 -6l-21 -13
l-5 5q-17 13 -27 13q-13 0 -34 -21l-174 -174l174 -173q21 -21 34 -21q11 0 26 13l6 4z" />
<glyph glyph-name="Y" unicode="Y" horiz-adv-x="806"
d="M756 477l-21 -13l-5 5q-17 13 -26 13q-13 0 -34 -21l-204 -203v-188q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v188l-204 203q-21 21 -34 21q-9 0 -26 -13q-3 -2 -5 -5l-21 13l6 6q14 12 36 32l89 91
q11 12 33 35l6 6l13 -21q-1 -1 -5 -4q-13 -17 -13 -27q0 -14 21 -35l174 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32z" />
<glyph glyph-name="Z" unicode="Z" horiz-adv-x="680"
d="M590 584l-249 -450h161q29 0 38 8t11 30v7l24 6v-9q0 -8 -1 -25t-1 -23v-122q0 -5 1 -22.5t1 -25.5v-8l-24 5v7q-2 22 -11 30t-38 8h-398l254 454h-170q-28 0 -37.5 -7.5t-11.5 -29.5v-7l-24 -6v9q0 9 1.5 26t1.5 22v117q0 6 -1.5 23t-1.5 25v8l24 -5v-7q2 -22 11.5 -30
t37.5 -8h402z" />
<glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="480"
d="M375 -108h-183v791h183v-37h-79v-716h79v-38z" />
<glyph glyph-name="backslash" unicode="\" horiz-adv-x="45"
/>
<glyph glyph-name="bracketright" unicode="]" horiz-adv-x="480"
d="M288 -108h-183v38h79v716h-79v37h183v-791z" />
<glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="478"
d="M342 482h-44l-62 44l-62 -44h-44l89 93h34z" />
<glyph glyph-name="underscore" unicode="_" horiz-adv-x="437"
d="M440 -173h-444v33h444v-33z" />
<glyph glyph-name="grave" unicode="`" horiz-adv-x="320"
d="M278 482h-84l-172 94h167z" />
<glyph glyph-name="a" unicode="a" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149z" />
<glyph glyph-name="b" unicode="b" horiz-adv-x="616"
d="M529 170q0 -72 -50.5 -122t-121.5 -50q-9 0 -32.5 1t-30.5 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q7 0 29 1t30 1q57 0 97 -40t40 -97q0 -78 -68 -119q48 -20 77.5 -63.5t29.5 -96.5zM376 432
q0 25 -17.5 42.5t-42.5 17.5h-16v-119h16q25 0 42.5 17t17.5 42zM388 182q0 30 -21.5 51.5t-52.5 21.5h-14v-147h14q31 0 52.5 21.5t21.5 52.5z" />
<glyph glyph-name="c" unicode="c" horiz-adv-x="712"
d="M610 229l-3 -179q-81 -65 -188 -65q-127 0 -217 90t-90 217t90 217t217 90q103 0 188 -64q0 -19 1.5 -86.5t1.5 -94.5h-24q-8 43 -53 78q-49 38 -114 38q-73 0 -125.5 -52t-52.5 -126q0 -73 52.5 -125.5t125.5 -52.5q66 0 115 36q45 33 52 79h24z" />
<glyph glyph-name="d" unicode="d" horiz-adv-x="754"
d="M642 292q0 -122 -87 -209t-209 -87q-41 0 -96 4h-84q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h68q72 4 112 4q122 0 209 -87t87 -209zM510 292q0 73 -51.5 125t-124.5 52h-34v-354h34q73 0 124.5 52t51.5 125z
" />
<glyph glyph-name="e" unicode="e" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8z" />
<glyph glyph-name="f" unicode="f" horiz-adv-x="640"
d="M549 190l-24 5q1 4 0 7q-5 30 -49 30h-154v-194l-140 -139v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8z" />
<glyph glyph-name="g" unicode="g" horiz-adv-x="720"
d="M618 58q-88 -73 -199 -73q-127 0 -217 90t-90 217t90 217t217 90q95 0 172 -53q0 -24 1.5 -84.5t1.5 -80.5h-24q-6 24 -41 52q-46 37 -110 37q-73 0 -125.5 -52t-52.5 -126q0 -73 52.5 -125.5t125.5 -52.5q36 0 72 14v99h-11q-28 0 -37.5 -7.5t-11.5 -29.5v-8l-24 -5v9
q0 9 1.5 26t1.5 22v92h208v-268z" />
<glyph glyph-name="h" unicode="h" horiz-adv-x="745"
d="M635 -2h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v180h-145v-180q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1
t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-157h145v157q0 28 -8 37t-30 11h-7l-6 24h9q9 0 26 -1t22 -1h127q6 0 23 1t25 1h9l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-444q0 -28 7.5 -37t29.5 -11h8z" />
<glyph glyph-name="i" unicode="i" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="j" unicode="j" horiz-adv-x="492"
d="M366 586l-5 -24h-7q-22 -2 -30 -11t-8 -37v-516l-140 -188v704q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8z" />
<glyph glyph-name="k" unicode="k" horiz-adv-x="720"
d="M705 -2h-9q-8 0 -25 1t-23 1h-137l-211 211v-141q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-68
l138 138h121q6 0 23 1t25 1h9l-6 -24q-4 1 -7 0q-19 -2 -65 -48l-178 -177l266 -267q46 -46 66 -48q3 -1 7 0z" />
<glyph glyph-name="l" unicode="l" horiz-adv-x="600"
d="M528 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-183l-112 -101v615q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-374h155q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1 -25t-1 -23v-128q0 -5 1 -22.5t1 -25.5v-8z" />
<glyph glyph-name="m" unicode="m" horiz-adv-x="987"
d="M878 -2h-9q-8 0 -25 1t-23 1h-125q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v377h-128v-377q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-125q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v377h-127v-377q0 -28 7.5 -37t29.5 -11h7l6 -24h-9q-8 0 -25 1
t-23 1h-125q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h655q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="n" unicode="n" horiz-adv-x="785"
d="M675 -2h-9q-8 0 -25 1t-23 1h-111q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v5l-217 218v-223q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-112q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h112
q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-4l217 -217v221q0 28 -8 37t-30 11h-7l-6 24h9q9 0 26 -1t22 -1h111q6 0 23 1t25 1h9l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-444q0 -28 7.5 -37t29.5 -11h8z" />
<glyph glyph-name="o" unicode="o" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48z" />
<glyph glyph-name="p" unicode="p" horiz-adv-x="608"
d="M533 409q0 -74 -52.5 -126.5t-126.5 -52.5h-54v-160q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h67q-1 0 41.5 1.5t79.5 1.5q74 0 126.5 -52t52.5 -126z
M407 412q0 32 -22.5 55t-54.5 23h-30v-156h30q32 0 54.5 23t22.5 55z" />
<glyph glyph-name="q" unicode="q" horiz-adv-x="838"
d="M726 292q0 -109 -68 -193t-172 -107v-45q0 -28 7.5 -37t29.5 -12h7l6 -24h-9q-8 0 -25 1.5t-23 1.5h-120q-5 0 -22 -1.5t-26 -1.5h-9l6 24h7q22 3 30 12t8 37v45q-104 23 -172.5 107t-68.5 193q0 127 90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 292
q0 74 -52.5 126t-126.5 52q-73 0 -125.5 -52t-52.5 -126q0 -56 31 -100.5t81 -65.5v64q0 28 -8 37t-30 11h-7l-6 24h9q9 0 26 -1t22 -1h120q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -29.5 -11t-7.5 -37v-64q50 21 81 66t31 100z" />
<glyph glyph-name="r" unicode="r" horiz-adv-x="712"
d="M738 -2h-9q-8 0 -25 1t-23 1h-137l-232 232h-12v-162q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 30.5 1t31.5 1q73 0 125 -51.5t52 -124.5
q0 -89 -71 -142l197 -198q45 -46 66 -48q3 -1 7 0zM410 410q0 31 -22.5 53.5t-53.5 22.5h-34v-152h34q31 0 53.5 22.5t22.5 53.5z" />
<glyph glyph-name="s" unicode="s" horiz-adv-x="608"
d="M502 164q0 -81 -62 -132q-56 -46 -130 -46q-113 0 -172 72v72q-1 57 -1 71l25 1q14 -47 52 -72q34 -24 79 -24q28 0 47 14t19 35q0 35 -56 69l-63 38q-100 60 -100 163q0 72 46 118q51 52 141 52q80 0 129 -37v-58q-1 -41 -1 -68l-22 -5q-21 61 -91 61q-29 0 -49 -14
t-20 -36q0 -31 48 -60l81 -49q100 -60 100 -165z" />
<glyph glyph-name="t" unicode="t" horiz-adv-x="816"
d="M703 172l-24 6v7q-2 22 -11 29.5t-38 7.5h-152v-152q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v152h-152q-28 0 -37 -7.5t-11 -29.5v-7l-24 -6v9q0 9 1 26t1 22v126q0 6 -1 23t-1 25v9l24 -6v-7
q2 -22 11 -29.5t37 -7.5h152v152q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h127q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-152h152q29 0 38 7.5t11 29.5v7l24 6v-9q0 -8 -1 -25t-1 -23v-126q0 -5 1 -22t1 -26v-9z" />
<glyph glyph-name="u" unicode="u" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9z" />
<glyph glyph-name="v" unicode="v" horiz-adv-x="795"
d="M747 586l-5 -24h-8q-20 -2 -27.5 -9.5t-21.5 -34.5l-287 -547l-288 547q-14 27 -20 33q-9 9 -29 11h-7l-6 24h9q9 0 26 -1t22 -1h151q6 0 23 1t25 1h9l-6 -24h-7q-33 -3 -33 -27q0 -10 7 -23l124 -242l124 242q6 12 6 22q0 24 -33 28h-7l-6 24h9q9 0 26 -1t22 -1h151
q6 0 23 1t25 1h9z" />
<glyph glyph-name="w" unicode="w" horiz-adv-x="1076"
d="M1028 586l-6 -24h-7q-20 -2 -27.5 -9.5t-21.5 -34.5l-288 -547l-140 267l-140 -267l-288 547q-14 28 -20 33q-9 9 -29 11h-7l-6 24h9q9 0 26 -1t22 -1h143q6 0 23 1t25 1h9l-6 -24h-7q-32 -3 -32 -28q0 -10 6 -22l132 -258l65 128l-72 136q-14 27 -21.5 34.5t-27.5 9.5
h-8l-5 24h9q9 0 26 -1t22 -1h124l28 -55l28 55h124q6 0 23 1t25 1h9l-5 -24h-8q-20 -2 -27.5 -9.5t-21.5 -34.5l-72 -136l65 -128l132 258q7 13 7 23q0 24 -33 27h-7l-6 24h9q9 0 26 -1t22 -1h143q6 0 23 1t25 1h9z" />
<glyph glyph-name="x" unicode="x" horiz-adv-x="854"
d="M785 98l-7 -7q-14 -12 -36 -32l-89 -90q-11 -12 -32 -35l-7 -7l-12 21l4 6q13 16 13 26q0 13 -21 34l-173 174l-175 -174q-21 -21 -21 -35q0 -10 13 -26l6 -6l-14 -21l-5 7q-12 14 -33 36l-90 89q-12 11 -36 32l-5 7l21 13q1 -1 4 -5q17 -13 27 -13q13 0 34 21l175 174
l-175 174q-21 21 -34 21q-10 0 -27 -13q-2 -2 -4 -5l-21 13l5 6q14 12 36 32l90 91q11 12 33 35l5 6l14 -21q-1 -1 -6 -4q-13 -17 -13 -28q0 -13 21 -34l175 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32l6 -6l-21 -13
l-5 5q-17 13 -27 13q-13 0 -34 -21l-174 -174l174 -173q21 -21 34 -21q11 0 26 13l6 4z" />
<glyph glyph-name="y" unicode="y" horiz-adv-x="806"
d="M756 477l-21 -13l-5 5q-17 13 -26 13q-13 0 -34 -21l-204 -203v-188q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v188l-204 203q-21 21 -34 21q-9 0 -26 -13q-3 -2 -5 -5l-21 13l6 6q14 12 36 32l89 91
q11 12 33 35l6 6l13 -21q-1 -1 -5 -4q-13 -17 -13 -27q0 -14 21 -35l174 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32z" />
<glyph glyph-name="z" unicode="z" horiz-adv-x="680"
d="M590 584l-249 -450h161q29 0 38 8t11 30v7l24 6v-9q0 -8 -1 -25t-1 -23v-122q0 -5 1 -22.5t1 -25.5v-8l-24 5v7q-2 22 -11 30t-38 8h-398l254 454h-170q-28 0 -37.5 -7.5t-11.5 -29.5v-7l-24 -6v9q0 9 1.5 26t1.5 22v117q0 6 -1.5 23t-1.5 25v8l24 -5v-7q2 -22 11.5 -30
t37.5 -8h402z" />
<glyph glyph-name="braceleft" unicode="{" horiz-adv-x="480"
d="M375 -108h-183v287l-112 112l112 112v280h183v-37h-79v-251l-104 -104l104 -104v-257h79v-38z" />
<glyph glyph-name="bar" unicode="|" horiz-adv-x="308"
d="M174 -182l-22 -23l-22 23v880l22 22l22 -22v-880z" />
<glyph glyph-name="braceright" unicode="}" horiz-adv-x="480"
d="M400 291l-112 -112v-287h-183v38h79v257l104 104l-104 104v251h-79v37h183v-280z" />
<glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="400"
d="M378 351q-5 -42 -35 -76q-33 -38 -73 -38q-27 0 -78 16t-70 16q-24 0 -35 -32h-61q2 44 35 80.5t77 36.5q28 0 83 -17t66 -17q18 0 26 31h65z" />
<glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="408"
/>
<glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="408"
d="M284 527l-84 -84l-84 84l84 84zM299 67l-99 -99l-99 99l83 317l16 16l16 -16z" />
<glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="560"
d="M461 225q0 -10 -1 -50.5t-1 -48.5v-21q-64 -50 -149 -48l-31 -97h-111l34 130q-50 30 -80 81.5t-30 112.5q0 91 63 156.5t152 70.5l27 89h111l-31 -110q29 -15 45 -27q-1 -20 1 -62q1 -50 1 -71l-22 -8v5q-1 20 -19 35q-36 32 -94 32q-45 0 -78 -32.5t-33 -77.5t33 -77.5
t78 -32.5q56 0 94 32q18 15 19 34v6l22 -8v-13z" />
<glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="672"
d="M557 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-274q-41 0 -48 -26l-25 -8q2 28 2 40v128q0 6 -1 21.5t-1 23.5l25 -8q6 -30 43 -31v100q-38 -1 -43 -26l-26 -8q2 28 2 40v118q0 6 -1 22t-1 24l25 -8q6 -31 44 -32v43q0 80 50.5 133t130.5 53q85 0 136 -49q0 -19 2 -86t2 -94
h-24q-26 111 -108 111q-27 0 -45 -19t-18 -49v-43q41 0 47 32l25 8q0 -8 -1 -24t-1 -22v-118q0 -12 2 -40l-25 8q-6 26 -47 26v-100h153q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-128q0 -5 1.5 -22.5t1.5 -25.5v-8z" />
<glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="602"
d="M499 406q0 -78 -60 -140l-131 -136h117q28 0 37 7.5t12 29.5v7l24 6v-9q0 -8 -1.5 -25t-1.5 -23v-123h-383v104l235 243q23 24 23 59q0 27 -18.5 45.5t-45.5 18.5q-26 0 -45 -15t-19 -34q0 -35 41 -41q3 -1 5 0l6 -24h-7q-8 0 -21 1t-19 1h-133l-2 48q0 80 56.5 136.5
t137.5 56.5q80 0 136.5 -56.5t56.5 -136.5z" />
<glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="806"
d="M756 477l-21 -13l-5 5q-17 13 -26 13q-13 0 -34 -21l-123 -122h78v-96h-159v-51h159v-96h-159v-26q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v26h-148v96h148v51h-148v96h67l-123 122q-21 21 -34 21
q-9 0 -26 -13q-3 -2 -5 -5l-21 13l6 6q14 12 36 32l89 91q11 12 33 35l6 6l13 -21q-1 -1 -5 -4q-13 -17 -13 -27q0 -14 21 -35l174 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32z" />
<glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="236"
d="M134 271h-36v395h36v-395zM134 -208h-36v396h36v-396z" />
<glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="504"
d="M398 300q0 -63 -52 -99q35 -37 35 -89q0 -58 -46 -94q-41 -33 -95 -33q-82 0 -126 53q0 10 -1 51t-1 53l22 3q18 -66 94 -66q40 0 40 27q0 20 -36 41l-44 26q-74 44 -74 116q0 67 52 100q-35 36 -35 88t33 85q38 37 110 37q52 0 92 -27v-44q-1 -30 -1 -51l-19 -6
q-14 43 -61 43q-48 0 -48 -28q0 -19 30 -36l58 -32q73 -40 73 -118zM285 294q0 16 -19 32q-46 -1 -46 -28q0 -16 22 -31h3q40 0 40 27z" />
<glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="308"
d="M319 718l-73 -73l-74 73l74 74zM116 718l-74 -73l-73 73l73 74z" />
<glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM665 292q0 101 -72.5 173.5t-173.5 72.5q-100 0 -172.5 -72.5t-72.5 -173.5t72.5 -173.5t172.5 -72.5q101 0 173.5 72.5t72.5 173.5zM542 263l-3 -109
q-51 -40 -109 -40q-72 0 -124 52t-52 125t52 124.5t124 51.5q58 0 109 -39q0 -12 1.5 -51.5t1.5 -58.5h-21v10q-3 25 -29.5 39.5t-61.5 14.5q-37 0 -63.5 -27t-26.5 -64t26.5 -64t63.5 -27q36 0 62 14t29 40v9h21z" />
<glyph glyph-name="ordfeminine" unicode="&#xaa;"
/>
<glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="624"
d="M532 218l-6 -5q-18 -15 -36 -33l-49 -49q-4 -4 -15.5 -17t-17.5 -19l-6 -6l-9 17q1 2 5 6q13 17 13 27q0 13 -21 34l-120 119l120 120q21 21 21 34q0 10 -13 27q-3 2 -5 5l9 17l6 -5q12 -14 33 -36l49 -50q12 -10 36 -32l6 -6l-18 -10q-1 2 -4 6q-18 12 -28 12
q-14 0 -34 -20l-61 -62l61 -61q21 -21 34 -21q11 0 28 13q1 3 4 6zM328 185l-54 -54q-4 -4 -15 -17t-17 -19l-6 -6l-10 17q2 2 5 6q13 16 13 26q0 14 -21 35l-119 119l119 120q21 21 21 35q0 10 -13 26l-5 5l10 17l6 -5q6 -6 17 -19t15 -17l54 -54l-107 -108z" />
<glyph glyph-name="logicalnot" unicode="&#xac;"
/>
<glyph glyph-name="minus" unicode="&#xad;" horiz-adv-x="691"
d="M548 201l-24 5v8q-2 22 -11.5 29.5t-37.5 7.5h-258q-28 0 -37.5 -7.5t-11.5 -29.5v-8l-24 -5v9q0 9 1 26t1 22v95q0 6 -1 23t-1 25v9l24 -6v-7q2 -22 11.5 -30t37.5 -8h258q28 0 37.5 8t11.5 30v7l24 6v-9q0 -8 -1 -25t-1 -23v-95q0 -5 1 -22t1 -26v-9z" />
<glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM460 365q0 14 -10 24.5t-25 10.5h-12v-71h12q35 0 35 36zM665 292q0 101 -72.5 173.5t-173.5 72.5q-100 0 -172.5 -72.5t-72.5 -173.5t72.5 -173.5
t172.5 -72.5q111 0 187 87h-68l-125 124v-81q0 -19 14 -20h10l5 -25h-12q-5 0 -14.5 1t-12.5 1h-70q-3 0 -12.5 -1t-14.5 -1h-12l5 25h9q15 1 15 20v247q0 18 -15 21h-9l-5 24h12q5 0 14.5 -1t12.5 -1h70q4 0 17.5 1t16.5 1q43 0 73.5 -30t30.5 -73q0 -48 -36 -79l104 -104
q15 -15 19 -18q37 61 37 128z" />
<glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="222"
d="M210 518h-196v48h196v-48z" />
<glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="336"
d="M288 479q0 -49 -35 -84.5t-85 -35.5q-49 0 -84.5 35.5t-35.5 84.5q0 50 35 85t85 35t85 -35t35 -85zM218 479q0 21 -14.5 36t-35.5 15t-35.5 -15t-14.5 -36t14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5z" />
<glyph glyph-name="plusminus" unicode="&#xb1;"
/>
<glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="424"
d="M317 474q0 -49 -35 -81l-68 -63h57q19 0 20 15v9l25 4v-12q0 -5 -1 -14.5t-1 -12.5v-73h-222v57l130 144q11 12 11 27q0 30 -29 30t-29 -21q0 -18 14 -19q3 0 7 -1l5 -22h-11q-3 0 -13 1h-14h-71l-1 32q0 47 33 80.5t80 33.5t80 -33.5t33 -80.5z" />
<glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="400"
d="M317 354q0 -46 -33 -79t-80 -33t-80 33t-33 79q0 4 2 23h74q3 0 13 1h14h12l-6 -24h-7q-11 -2 -11 -17q0 -12 22 -12q30 0 30 29q0 37 -36 45q-18 3 -55 5l57 96h-47q-19 0 -20 -14v-10l-25 -6v13q0 5 1 14.5t1 12.5v74h195v-53l-49 -77q61 -33 61 -100z" />
<glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="478"
d="M403 576l-171 -94h-85l90 94h166z" />
<glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-92 0 -168 49v-100q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v580q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128
q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9z" />
<glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="680"
d="M578 -143h-9q-8 0 -25 1t-23 1h-111v599h-64v-599h-112q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 38v368q-59 1 -99.5 42.5t-40.5 100.5t42 101t101 42h290q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-584q0 -29 8 -38t30 -11h7z" />
<glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="750"
d="M571 -45l-114 -81h-43l84 96z" />
<glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="400"
d="M266 249h-13q-5 0 -14 1h-13h-69h-13q-9 -1 -14 -1h-12l4 24h9q15 1 15 21v246q0 20 -15 21h-9l-4 24h12h14q10 -1 13 -1h69q3 0 13 1h14h13l-6 -24h-9q-15 -1 -15 -21v-246q0 -20 14 -21h9z" />
<glyph glyph-name="ordmasculine" unicode="&#xba;"
/>
<glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="624"
d="M520 292l-119 -119q-21 -21 -21 -35q0 -10 13 -26q2 -2 5 -6l-10 -17l-6 6q-12 14 -32 36l-54 54l107 107l-107 108l54 54q3 3 14 16t18 20l6 5l10 -17l-5 -5q-13 -16 -13 -26q0 -14 21 -35zM354 292l-120 -119q-21 -21 -21 -34q0 -10 13 -27q3 -2 5 -6l-9 -17l-6 6
q-12 13 -33 36l-49 49q-18 18 -36 33l-6 5l18 11q2 -1 4 -6q17 -13 28 -13q13 0 34 21l61 61l-61 62q-20 20 -34 20q-10 0 -28 -12q-1 -3 -4 -6l-18 10l6 6q14 12 36 32l49 50l33 36l6 5l9 -17l-5 -5q-13 -17 -13 -27q0 -13 21 -34z" />
<glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="800"
d="M246 249h-14q-5 0 -14 1h-12h-70h-13q-9 -1 -13 -1h-13l5 24h8q16 1 16 21v246q0 20 -16 21h-8l-5 24h13h13q10 -1 13 -1h70q3 0 12 1h14h13l-6 -24h-9q-15 -1 -15 -21v-246q0 -20 15 -21h8zM572 584l-294 -584h-83l294 584h83zM727 32l-24 6v8q0 5 -4.5 10t-17.5 5h-20
v-18q0 -19 14 -20h10l5 -25h-13q-5 0 -14 1t-13 1h-56q-4 0 -13 -1t-14 -1h-12l4 25h9q15 1 15 20v18h-176l254 305v-236h20q21 0 22 15v9l24 5v-13v-14q-1 -9 -1 -12v-49q0 -3 1 -12v-14v-13zM588 123v71l-55 -71h55z" />
<glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="800"
d="M254 249h-14q-5 0 -14 1h-12h-70h-13q-9 -1 -13 -1h-13l5 24h8q16 1 16 21v246q0 20 -16 21h-8l-5 24h13h13q10 -1 13 -1h70q3 0 12 1h14h13l-6 -24h-9q-15 -1 -15 -21v-246q0 -20 15 -21h8zM580 584l-294 -584h-83l294 584h83zM726 229q0 -51 -34 -82l-69 -63h58
q19 0 20 15v9l25 5v-13q0 -5 -1 -14t-1 -12v-74h-222v58l129 144q11 12 11 27q0 29 -28 29q-29 0 -29 -20q0 -19 13 -20h8l4 -23h-11q-2 0 -12.5 1t-13.5 1h-71l-1 32q0 47 33 80t80 33q46 0 79 -33t33 -80z" />
<glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="880"
d="M329 354q0 -46 -33 -79t-80 -33t-80 33t-33 79q0 4 2 23h74q3 0 13 1h14h12l-6 -24h-7q-11 -2 -11 -17q0 -12 22 -12q30 0 30 29q0 37 -36 45q-18 3 -55 5l57 96h-47q-19 0 -20 -14v-10l-25 -6v13q0 5 1 14.5t1 12.5v74h195v-53l-49 -77q61 -33 61 -100zM628 584
l-294 -584h-83l294 584h83zM783 32l-24 6v8q0 5 -4.5 10t-17.5 5h-20v-18q0 -19 14 -20h10l5 -25h-13q-5 0 -14 1t-13 1h-56q-4 0 -13 -1t-14 -1h-12l4 25h9q15 1 15 20v18h-176l254 305v-236h20q21 0 22 15v9l24 5v-13v-14q-1 -9 -1 -12v-49q0 -3 1 -12v-14v-13zM644 123
v71l-55 -71h55z" />
<glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="640"
d="M430 527l-84 -84l-84 84l84 84zM524 178q0 -80 -56.5 -136.5t-137.5 -56.5q-80 0 -136.5 56.5t-56.5 136.5q0 67 40.5 119t103.5 69l65 65l68 -69v-107q-36 -2 -89 -8q-26 -5 -42.5 -23.5t-16.5 -45.5t18.5 -45.5t45.5 -18.5q18 0 34.5 10t16.5 28q0 28 -26 34h-7l-6 24
h9q9 0 27 -1.5t23 -1.5h121q2 -23 2 -29z" />
<glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM484 678h-84l-172 94h167z" />
<glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM608 772l-171 -94h-85l90 94h166z" />
<glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM546 680h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM571 794q-5 -42 -37 -78t-71 -36q-27 0 -78 16t-70 16q-24 0 -35 -32h-61q2 46 34.5 81.5t77.5 35.5q28 0 83 -17t66 -17q18 0 26 31h65z" />
<glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM584 752l-73 -73l-74 73l74 74zM381 752l-74 -73l-73 73l73 74z" />
<glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM510 764q0 -41 -29.5 -71t-71.5 -30q-41 0 -70.5 30t-29.5 71t29.5 70.5t70.5 29.5q42 0 71.5 -29.5t29.5 -70.5zM452 764q0 16 -13.5 29t-29.5 13t-29 -13t-13 -29t13 -29.5t29 -13.5t29.5 13.5
t13.5 29.5z" />
<glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="931"
d="M802 -50l-24 5v7q-3 22 -12 30t-37 8h-183l-112 -101v171h-154l-31 -55q-12 -22 -12 -34q0 -14 18 -27q3 -1 7 -3l-8 -24l-8 4q-15 9 -40 25l-108 60q-14 6 -42 20l-8 4l18 19q2 -1 6 -4q15 -5 22 -5q17 0 36 31l303 503h296q28 0 37 8t12 30v7l24 5v-8q0 -8 -1.5 -25
t-1.5 -23v-116q0 -4 1 -16t1 -19l-27 7q-5 21 -45 21h-155v-102h155q41 0 49 29v8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5v7q-6 30 -49 30h-155v-103h155q40 0 45 21l27 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM434 194v159
l-84 -159h84z" />
<glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="712"
d="M610 229l-3 -179q-81 -65 -188 -65h-1l-108 -77h-44l76 86q-100 27 -165 109.5t-65 188.5q0 127 90 217t217 90q103 0 188 -64q0 -19 1.5 -86.5t1.5 -94.5h-24q-8 43 -53 78q-49 38 -114 38q-73 0 -125.5 -52t-52.5 -126q0 -73 52.5 -125.5t125.5 -52.5q66 0 115 36
q45 33 52 79h24z" />
<glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM438 678h-84l-172 94h167z" />
<glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM550 774l-171 -94h-85l90 94h166z
" />
<glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM487 680h-85l-50 27l-50 -27h-85
l90 94h90z" />
<glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM537 754l-73 -73l-74 73l74 74z
M334 754l-74 -73l-73 73l73 74z" />
<glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7zM299 678h-84l-172 94h167z" />
<glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7zM419 772l-171 -94h-85l90 94h166z" />
<glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7zM377 680h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7zM411 754l-73 -73l-74 73l74 74zM208 754l-74 -73
l-73 73l73 74z" />
<glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="786"
d="M674 292q0 -122 -87 -209t-209 -87q-41 0 -96 4h-84q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v176h-69v100h69v168q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h68q72 4 112 4q122 0 209 -87t87 -209zM542 292q0 73 -51.5 125t-124.5 52h-34v-123h74v-100h-74
v-131h34q73 0 124.5 52t51.5 125z" />
<glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="785"
d="M675 -2h-9q-8 0 -25 1t-23 1h-111q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v5l-217 218v-223q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-112q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h112
q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-4l217 -217v221q0 28 -8 37t-30 11h-7l-6 24h9q9 0 26 -1t22 -1h111q6 0 23 1t25 1h9l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-444q0 -28 7.5 -37t29.5 -11h8zM561 792q-5 -42 -37 -78t-71 -36q-27 0 -78 16t-70 16
q-24 0 -35 -32h-61q2 46 34.5 81.5t77.5 35.5q28 0 83 -17t66 -17q18 0 26 31h65z" />
<glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM478 678h-84l-172 94h167z" />
<glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM578 772l-171 -94h-85l90 94h166z" />
<glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM541 680h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM585 794q-5 -42 -37 -78t-71 -36q-27 0 -78 16t-70 16q-24 0 -35 -32h-61q2 46 34.5 81.5t77.5 35.5q28 0 83 -17t66 -17q18 0 26 31h65z" />
<glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM600 752l-73 -73l-74 73l74 74zM397 752l-74 -73l-73 73l73 74z" />
<glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="638"
d="M534 238l-7 -6q-21 -18 -36 -33l-67 -67q-14 -14 -32 -35l-6 -7l-13 21q1 2 5 6q13 16 13 27q0 13 -21 34l-52 51l-51 -51q-21 -21 -21 -34q0 -10 13 -27q3 -3 6 -5l-13 -21l-6 6q-12 14 -33 36l-67 67q-12 10 -36 32l-6 6l21 14q2 -1 5 -6q17 -13 27 -13q13 0 34 21
l51 52l-51 50q-22 21 -35 21q-10 0 -26 -13l-5 -5l-21 13l6 6q14 12 36 32l67 68l33 36l6 6l13 -21q-1 -1 -6 -5q-13 -16 -13 -27q0 -13 21 -34l51 -51l52 52q21 21 21 34q0 9 -13 26l-5 5l13 21l6 -6q12 -14 32 -36l67 -67q8 -8 36 -32l7 -6l-21 -13q-1 1 -6 5
q-16 13 -26 13q-14 0 -35 -21l-52 -51l52 -52q21 -21 35 -21q10 0 26 13q3 2 6 5z" />
<glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="838"
d="M733 533l-63 -63q56 -78 56 -178q0 -127 -89.5 -217t-217.5 -90q-99 0 -177 57l-68 -68l-71 71l67 67q-58 81 -58 180q0 127 90 217t217 90q102 0 180 -58l64 64zM505 448q-41 22 -86 22q-73 0 -125.5 -52t-52.5 -126q0 -45 22 -86zM598 292q0 45 -22 86l-243 -242
q39 -22 86 -22q74 0 126.5 52t52.5 126z" />
<glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9zM512 678h-84l-172 94h167z" />
<glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9zM651 772l-171 -94h-85l90 94h166z" />
<glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9zM596 680h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9zM651 752l-73 -73l-74 73l74 74zM448 752l-74 -73l-73 73l73 74z" />
<glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="806"
d="M756 477l-21 -13l-5 5q-17 13 -26 13q-13 0 -34 -21l-204 -203v-188q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v188l-204 203q-21 21 -34 21q-9 0 -26 -13q-3 -2 -5 -5l-21 13l6 6q14 12 36 32l89 91
q11 12 33 35l6 6l13 -21q-1 -1 -5 -4q-13 -17 -13 -27q0 -14 21 -35l174 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32zM583 774l-171 -94h-85l90 94h166z" />
<glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="608"
d="M533 331q0 -75 -53 -128t-128 -53h-52v-80q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-7h52
q74 0 127.5 -51t53.5 -125zM407 334q0 30 -21.5 53t-51.5 23h-34v-156h34q30 0 51.5 24.5t21.5 55.5z" />
<glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="710"
d="M613 133q0 -66 -43.5 -107t-123.5 -41q-64 0 -102 45q-31 38 -36 96q31 7 114 40l6 -19q-6 -3 -22 -14q1 -16 15 -31.5t33 -15.5q55 0 55 44q0 25 -44 53q-71 44 -83 55q-44 39 -44 93q0 36 27.5 71.5t27.5 58.5q0 41 -59 41q-28 0 -43 -26t-15 -62v-344q0 -28 8 -37
t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-104q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v344q0 75 48 130t126 55q72 0 121.5 -37t49.5 -101q0 -45 -27 -77.5t-27 -52.5q0 -18 42 -42q58 -34 78 -54q42 -42 42 -102z" />
<glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM493 679h-84l-172 94h167z" />
<glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM594 773l-171 -94h-85l90 94h166z" />
<glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM550 680h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM587 794q-5 -42 -37 -78t-71 -36q-27 0 -78 16t-70 16q-24 0 -35 -32h-61q2 46 34.5 81.5t77.5 35.5q28 0 83 -17t66 -17q18 0 26 31h65z" />
<glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM600 754l-79 -74l-79 74l79 73zM382 754l-80 -74l-79 74l79 73z" />
<glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="822"
d="M775 40l-8 -4q-16 -7 -43 -20l-113 -60q-13 -9 -41 -25l-8 -4l-6 24l6 3q21 14 21 29q0 11 -10 32l-27 55h-271l-27 -55q-10 -21 -10 -32q0 -15 20 -29q3 -1 7 -3l-7 -24l-8 4q-15 10 -40 25l-113 60q-15 7 -43 20l-8 4l16 19q2 -1 6 -4q14 -5 22 -5q18 0 34 31l286 537
l287 -537q17 -31 34 -31q7 0 22 5q2 2 6 4zM485 194l-75 151l-74 -151h149zM509 764q0 -41 -29.5 -71t-71.5 -30q-41 0 -70.5 30t-29.5 71t29.5 70.5t70.5 29.5q42 0 71.5 -29.5t29.5 -70.5zM451 764q0 16 -13.5 29t-29.5 13t-29 -13t-13 -29t13 -29.5t29 -13.5t29.5 13.5
t13.5 29.5z" />
<glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="931"
d="M802 -50l-24 5v7q-3 22 -12 30t-37 8h-183l-112 -101v171h-154l-31 -55q-12 -22 -12 -34q0 -14 18 -27q3 -1 7 -3l-8 -24l-8 4q-15 9 -40 25l-108 60q-14 6 -42 20l-8 4l18 19q2 -1 6 -4q15 -5 22 -5q17 0 36 31l303 503h296q28 0 37 8t12 30v7l24 5v-8q0 -8 -1.5 -25
t-1.5 -23v-116q0 -4 1 -16t1 -19l-27 7q-5 21 -45 21h-155v-102h155q41 0 49 29v8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5v7q-6 30 -49 30h-155v-103h155q40 0 45 21l27 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM434 194v159
l-84 -159h84z" />
<glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="712"
d="M610 229l-3 -179q-81 -65 -188 -65h-1l-108 -77h-44l76 86q-100 27 -165 109.5t-65 188.5q0 127 90 217t217 90q103 0 188 -64q0 -19 1.5 -86.5t1.5 -94.5h-24q-8 43 -53 78q-49 38 -114 38q-73 0 -125.5 -52t-52.5 -126q0 -73 52.5 -125.5t125.5 -52.5q66 0 115 36
q45 33 52 79h24z" />
<glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM460 679h-84l-172 94h167z" />
<glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM544 773l-171 -94h-85l90 94h166z
" />
<glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM499 680h-85l-50 27l-50 -27h-85
l90 94h90z" />
<glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="680"
d="M549 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19
l-26 7q-7 21 -46 21h-154v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM537 753l-73 -73l-74 73l74 74z
M334 753l-74 -73l-73 73l73 74z" />
<glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7zM313 679h-84l-172 94h167z" />
<glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7zM435 773l-171 -94h-85l90 94h166z" />
<glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7zM379 680h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="492"
d="M428 754l-74 -74l-73 74l73 73zM225 754l-74 -74l-73 74l73 73zM366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444
q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="786"
d="M674 292q0 -122 -87 -209t-209 -87q-41 0 -96 4h-84q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v176h-69v100h69v168q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h68q72 4 112 4q122 0 209 -87t87 -209zM542 292q0 73 -51.5 125t-124.5 52h-34v-123h74v-100h-74
v-131h34q73 0 124.5 52t51.5 125z" />
<glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="785"
d="M675 -2h-9q-8 0 -25 1t-23 1h-111q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 30 11t8 37v5l-217 218v-223q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-112q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h112
q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-4l217 -217v221q0 28 -8 37t-30 11h-7l-6 24h9q9 0 26 -1t22 -1h111q6 0 23 1t25 1h9l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-444q0 -28 7.5 -37t29.5 -11h8zM584 794q-5 -42 -37 -78t-71 -36q-27 0 -78 16t-70 16
q-24 0 -35 -32h-61q2 46 34.5 81.5t77.5 35.5q28 0 83 -17t66 -17q18 0 26 31h65z" />
<glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM488 679h-84l-172 94h167z" />
<glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM602 773l-171 -94h-85l90 94h166z" />
<glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM557 680h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM592 794q-5 -42 -37 -78t-71 -36q-27 0 -78 16t-70 16q-24 0 -35 -32h-61q2 46 34.5 81.5t77.5 35.5q28 0 83 -17t66 -17q18 0 26 31h65z" />
<glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="838"
d="M726 292q0 -127 -89.5 -217t-217.5 -90q-127 0 -217 90t-90 217t90 217t217 90q128 0 217.5 -89.5t89.5 -217.5zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133
q13 -49 48.5 -85t84.5 -48zM602 753l-73 -73l-74 73l74 74zM399 753l-74 -73l-73 73l73 74z" />
<glyph glyph-name="divide" unicode="&#xf7;"
/>
<glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="838"
d="M733 533l-63 -63q56 -78 56 -178q0 -127 -89.5 -217t-217.5 -90q-99 0 -177 57l-68 -68l-71 71l67 67q-58 81 -58 180q0 127 90 217t217 90q102 0 180 -58l64 64zM505 448q-41 22 -86 22q-73 0 -125.5 -52t-52.5 -126q0 -45 22 -86zM598 292q0 45 -22 86l-243 -242
q39 -22 86 -22q74 0 126.5 52t52.5 126z" />
<glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9zM521 679h-84l-172 94h167z" />
<glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9zM651 773l-171 -94h-85l90 94h166z" />
<glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9zM600 680h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="923"
d="M819 586l-5 -24h-8q-22 -2 -29.5 -11t-7.5 -37v-222q0 -127 -90 -217t-217 -90q-128 0 -218 90t-90 217v222q0 28 -7.5 37t-29.5 11h-7l-6 24h9q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-220q0 -69 49 -118t118 -49t117.5 49t48.5 118v220
q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h9zM639 753l-73 -73l-74 73l74 74zM436 753l-74 -73l-73 73l73 74z" />
<glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="806"
d="M756 477l-21 -13l-5 5q-17 13 -26 13q-13 0 -34 -21l-204 -203v-188q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v188l-204 203q-21 21 -34 21q-9 0 -26 -13q-3 -2 -5 -5l-21 13l6 6q14 12 36 32l89 91
q11 12 33 35l6 6l13 -21q-1 -1 -5 -4q-13 -17 -13 -27q0 -14 21 -35l174 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32zM612 774l-171 -94h-85l90 94h166z" />
<glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="608"
d="M533 331q0 -75 -53 -128t-128 -53h-52v-80q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-7h52
q74 0 127.5 -51t53.5 -125zM407 334q0 30 -21.5 53t-51.5 23h-34v-156h34q30 0 51.5 24.5t21.5 55.5z" />
<glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="806"
d="M756 477l-21 -13l-5 5q-17 13 -26 13q-13 0 -34 -21l-204 -203v-188q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v188l-204 203q-21 21 -34 21q-9 0 -26 -13q-3 -2 -5 -5l-21 13l6 6q14 12 36 32l89 91
q11 12 33 35l6 6l13 -21q-1 -1 -5 -4q-13 -17 -13 -27q0 -14 21 -35l174 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32zM567 752l-73 -73l-74 73l74 74zM364 752l-74 -73l-73 73l73 74z" />
<glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="414"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="600"
d="M528 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-183l-112 -101v345l-81 -32v88l81 32v182q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-127l67 27v-88l-67 -27v-159h155q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1 -25
t-1 -23v-128q0 -5 1 -22.5t1 -25.5v-8z" />
<glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="600"
d="M528 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-183l-112 -101v345l-81 -32v88l81 32v182q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-127l67 27v-88l-67 -27v-159h155q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1 -25
t-1 -23v-128q0 -5 1 -22.5t1 -25.5v-8z" />
<glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1152"
d="M1005 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v177q-91 -91 -219 -91q-127 0 -217 90t-90 217t90 217t217 90q128 0 219 -91v76h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19l-26 7q-7 21 -46 21h-154v-102h154
q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133
q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133q13 -49 48.5 -85t84.5 -48z" />
<glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1152"
d="M1005 -50l-24 5v7q-2 22 -11.5 30t-37.5 8h-182l-112 -101v177q-91 -91 -219 -91q-127 0 -217 90t-90 217t90 217t217 90q128 0 219 -91v76h294q28 0 37.5 8t11.5 30v7l24 5v-8q0 -8 -1.5 -25t-1.5 -23v-116q0 -4 1 -16t1 -19l-26 7q-7 21 -46 21h-154v-102h154
q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-103h154q39 0 46 21l26 7q0 -7 -1 -19t-1 -16v-116q0 -5 1.5 -22.5t1.5 -25.5v-8zM598 337q-13 49 -49 85t-85 48v-133h134zM374 337v133
q-49 -12 -85 -48t-48 -85h133zM598 247h-134v-133q49 12 85.5 48t48.5 85zM374 114v133h-133q13 -49 48.5 -85t84.5 -48z" />
<glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="608"
d="M502 164q0 -81 -62 -132q-56 -46 -130 -46q-113 0 -172 72v72q-1 57 -1 71l25 1q14 -47 52 -72q34 -24 79 -24q28 0 47 14t19 35q0 35 -56 69l-63 38q-100 60 -100 163q0 72 46 118q51 52 141 52q80 0 129 -37v-58q-1 -41 -1 -68l-22 -5q-21 61 -91 61q-29 0 -49 -14
t-20 -36q0 -31 48 -60l81 -49q100 -60 100 -165zM455 773l-90 -94h-90l-90 94h85l50 -28l50 28h85z" />
<glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="608"
d="M502 164q0 -81 -62 -132q-56 -46 -130 -46q-113 0 -172 72v72q-1 57 -1 71l25 1q14 -47 52 -72q34 -24 79 -24q28 0 47 14t19 35q0 35 -56 69l-63 38q-100 60 -100 163q0 72 46 118q51 52 141 52q80 0 129 -37v-58q-1 -41 -1 -68l-22 -5q-21 61 -91 61q-29 0 -49 -14
t-20 -36q0 -31 48 -60l81 -49q100 -60 100 -165zM455 773l-90 -94h-90l-90 94h85l50 -28l50 28h85z" />
<glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="806"
d="M756 477l-21 -13l-5 5q-17 13 -26 13q-13 0 -34 -21l-204 -203v-188q0 -28 8 -37t30 -11h7l6 -24h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l6 24h7q22 2 29.5 11t7.5 37v188l-204 203q-21 21 -34 21q-9 0 -26 -13q-3 -2 -5 -5l-21 13l6 6q14 12 36 32l89 91
q11 12 33 35l6 6l13 -21q-1 -1 -5 -4q-13 -17 -13 -27q0 -14 21 -35l174 -174l174 174q21 21 21 35q0 10 -13 27q-2 1 -5 4l13 21l6 -6q12 -13 33 -35l89 -91q12 -10 36 -32zM571 754l-73 -73l-74 73l74 74zM368 754l-74 -73l-73 73l73 74z" />
<glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="680"
d="M590 584l-249 -450h161q29 0 38 8t11 30v7l24 6v-9q0 -8 -1 -25t-1 -23v-122q0 -5 1 -22.5t1 -25.5v-8l-24 5v7q-2 22 -11 30t-38 8h-398l254 454h-170q-28 0 -37.5 -7.5t-11.5 -29.5v-7l-24 -6v9q0 9 1.5 26t1.5 22v117q0 6 -1.5 23t-1.5 25v8l24 -5v-7q2 -22 11.5 -30
t37.5 -8h402zM491 773l-90 -94h-90l-90 94h85l50 -28l50 28h85z" />
<glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="680"
d="M590 584l-249 -450h161q29 0 38 8t11 30v7l24 6v-9q0 -8 -1 -25t-1 -23v-122q0 -5 1 -22.5t1 -25.5v-8l-24 5v7q-2 22 -11 30t-38 8h-398l254 454h-170q-28 0 -37.5 -7.5t-11.5 -29.5v-7l-24 -6v9q0 9 1.5 26t1.5 22v117q0 6 -1.5 23t-1.5 25v8l24 -5v-7q2 -22 11.5 -30
t37.5 -8h402zM502 772l-90 -94h-90l-90 94h85l50 -28l50 28h85z" />
<glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="536"
d="M475 398l-24 6v6q-4 37 -34 37q-44 0 -51 -45l-9 -56h84l-19 -104h-84l-47 -264q-33 -184 -181 -188q-41 -1 -45 -37v-7l-24 -6v9q0 12 1 27.5t1 20.5v128q0 5 -1 20.5t-1 27.5v9l24 -7v-6q4 -37 34 -37q43 0 51 42l48 268h-88l20 104h86l10 57q31 180 179 184
q42 1 46 39v7l24 6v-9q0 -12 -1 -27.5t-1 -20.5v-128q0 -5 1 -20.5t1 -27.5v-8z" />
<glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="478"
d="M373 480h-85l-50 27l-50 -27h-85l90 94h90z" />
<glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="478"
d="M373 574l-90 -94h-90l-90 94h85l50 -28l50 28h85z" />
<glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="478"
d="M366 574q-44 -94 -130 -94q-81 0 -130 94h44q28 -53 86 -53q50 0 86 53h44z" />
<glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="308"
d="M225 718l-74 -73l-73 73l73 74z" />
<glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="294"
d="M247 566q0 -41 -29.5 -71t-71.5 -30q-41 0 -70.5 30t-29.5 71t29.5 70.5t70.5 29.5q42 0 71.5 -29.5t29.5 -70.5zM189 566q0 16 -13.5 29t-29.5 13t-29 -13t-13 -29t13 -29.5t29 -13.5t29.5 13.5t13.5 29.5z" />
<glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="750"
d="M571 -45l-114 -81h-43l84 96z" />
<glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="266"
d="M330 594q-5 -42 -37 -78t-71 -36q-27 0 -78 16t-70 16q-24 0 -35 -32h-61q2 46 34.5 81.5t77.5 35.5q28 0 83 -17t66 -17q18 0 26 31h65z" />
<glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="478"
d="M458 614l-119 -115l-70 -13l72 108zM275 614l-118 -115l-71 -13l72 108z" />
<glyph glyph-name="summation" unicode="&#x3a3;"
/>
<glyph glyph-name="Omega" unicode="&#x3a9;"
/>
<glyph glyph-name="pi" unicode="&#x3c0;"
/>
<glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="400"
d="M384 201l-24 5v8q-2 22 -11.5 29.5t-37.5 7.5h-222q-28 0 -37.5 -7.5t-11.5 -29.5v-8l-24 -5v9q0 9 1 26t1 22v95q0 6 -1 23t-1 25v9l24 -6v-7q2 -22 11.5 -30t37.5 -8h222q28 0 37.5 8t11.5 30v7l24 6v-9q0 -8 -1 -25t-1 -23v-95q0 -5 1 -22t1 -26v-9z" />
<glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="800"
d="M784 201l-24 5v8q-2 22 -11.5 29.5t-37.5 7.5h-622q-28 0 -37.5 -7.5t-11.5 -29.5v-8l-24 -5v9q0 9 1 26t1 22v95q0 6 -1 23t-1 25v9l24 -6v-7q2 -22 11.5 -30t37.5 -8h622q28 0 37.5 8t11.5 30v7l24 6v-9q0 -8 -1 -25t-1 -23v-95q0 -5 1 -22t1 -26v-9z" />
<glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="320"
d="M246 528l-68 -68l61 -62l-28 -28l-149 150l96 96z" />
<glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="320"
d="M264 520l-150 -150l-28 28l62 62l-68 68l88 88z" />
<glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="320"
d="M248 61l-150 -150l-28 28l62 62l-68 68l88 88z" />
<glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="534"
d="M453 528l-68 -68l61 -62l-28 -28l-149 150l96 96zM238 528l-68 -68l62 -62l-28 -28l-150 150l96 96z" />
<glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="534"
d="M470 520l-149 -150l-28 28l61 62l-68 68l88 88zM256 520l-150 -150l-28 28l62 62l-68 68l88 88z" />
<glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="534"
d="M462 61l-149 -150l-28 28l61 62l-68 68l88 88zM248 61l-150 -150l-28 28l62 62l-68 68l88 88z" />
<glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="539"
d="M470 279l-24 6v7q-3 22 -12 30t-37 8h-48v-368l25 -26l-96 -96l-96 96l27 26v368h-48q-28 0 -37.5 -8t-11.5 -30v-7l-24 -6v9q0 9 1 26t1 22v126q0 6 -1 23t-1 25v9l24 -5v-8q2 -22 11.5 -29.5t37.5 -7.5h48v38q0 28 -8 37.5t-30 11.5h-7l-6 24h9q9 0 26 -1t22 -1h127
q6 0 23 1t25 1h9l-5 -24h-8q-22 -2 -29.5 -11.5t-7.5 -37.5v-38h48q28 0 37 7.5t12 29.5v8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-126q0 -5 1.5 -22t1.5 -26v-9z" />
<glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="634"
d="M536 584l-207 -538q-7 -19 -7 -29q0 -17 24 -30q4 -1 7 -2l-3 -25l-8 3q-16 8 -44 20l-120 46q-15 4 -45 14l-8 3l13 21q2 0 8 -2q12 -3 19 -3q20 0 33 35l137 357h-161q-29 0 -38 -7.5t-11 -29.5v-7l-24 -6v9q0 9 1 26t1 22v123h433z" />
<glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="496"
d="M392 289q0 -59 -42.5 -101.5t-102.5 -42.5q-59 0 -101 42.5t-42 101.5q0 60 42 102t101 42q60 0 102.5 -42t42.5 -102z" />
<glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="960"
d="M896 69l-96 -96l-96 96l96 96zM576 69l-96 -96l-96 96l96 96zM256 69l-96 -96l-96 96l96 96z" />
<glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="1128"
d="M391 440q0 -63 -45 -107.5t-108 -44.5t-107.5 44.5t-44.5 107.5t44.5 108t107.5 45t108 -45t45 -108zM621 584l-356 -584h-69l356 584h69zM1069 144q0 -63 -45 -108t-108 -45t-108 45t-45 108t45 107.5t108 44.5t108 -44.5t45 -107.5zM731 144q0 -63 -45 -108t-108 -45
t-107.5 45t-44.5 108t44.5 107.5t107.5 44.5t108 -44.5t45 -107.5zM278 513q-19 11 -40 11q-34 0 -59 -24.5t-25 -59.5q0 -22 12 -40zM322 440q0 22 -11 41l-113 -113q19 -11 40 -11q35 0 59.5 24.5t24.5 58.5zM957 216q-20 11 -41 11q-34 0 -58.5 -24t-24.5 -59
q0 -24 10 -41zM619 216q-20 11 -41 11q-34 0 -58.5 -24.5t-24.5 -58.5q0 -24 11 -41zM1000 144q0 20 -10 40l-114 -113q17 -11 40 -11q35 0 59.5 25t24.5 59zM662 144q0 20 -10 40l-114 -113q19 -11 40 -11q35 0 59.5 24.5t24.5 59.5z" />
<glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="602"
d="M499 178q0 -80 -56.5 -136.5t-136.5 -56.5q-81 0 -137.5 56.5t-56.5 136.5q0 6 2 29h133q6 0 19 1.5t21 1.5h7l-6 -24h-5q-28 -7 -28 -41q0 -13 18 -23q15 -8 33 -8q27 0 45.5 18.5t18.5 45.5q0 57 -59 73q-16 4 -101 12l109 191h-103q-28 0 -37.5 -7.5t-11.5 -29.5v-7
l-24 -6v9q0 9 1.5 26t1.5 22v123h333v-82l-94 -147q51 -23 82.5 -70.5t31.5 -106.5z" />
<glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="604"
d="M520 46l-24 6v7q-2 22 -11.5 30t-37.5 8h-19v-27q0 -28 8 -37t30 -11h7l5 -24h-8q-8 0 -25 1t-23 1h-120q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v27h-292l424 524v-408h19q28 0 37.5 7.5t11.5 29.5v8l24 5v-9q0 -8 -1 -25t-1 -23v-103q0 -5 1 -22t1 -26v-9z
M296 213v82l-66 -82h66z" />
<glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="998"
d="M909 249h-14q-5 0 -14 1h-12h-69h-12q-10 -1 -14 -1h-14l7 24h8q15 1 15 21v202h-57v-202q0 -20 14 -21h9l7 -24h-13q-5 0 -14 1h-13h-69h-12q-9 -1 -14 -1h-14l8 24h8q15 1 15 21v202h-58v-202q0 -20 15 -21h8l8 -24h-14q-5 0 -14 1h-12h-69h-13q-9 -1 -14 -1h-13l7 24
h8q15 1 15 21v247q0 19 -15 20h-9l-5 25h12q5 0 14.5 -1t12.5 -1h360q3 0 12 1t14 1h13l-6 -25h-8q-16 -1 -16 -20v-247q0 -20 15 -21h9zM418 343l-25 5v9q-1 15 -20 15h-79v-78q0 -20 14 -21h9l7 -24h-14q-4 0 -14 1h-12h-70h-12q-9 -1 -14 -1h-13l5 24h9q15 1 15 21v78
h-78q-20 0 -21 -14v-10l-24 -5v13q0 5 1 14v12v69v13q-1 9 -1 14v12l24 -4v-9q1 -15 21 -15h78v78q0 20 -15 21h-9l-5 24h13h14q9 -1 12 -1h70q3 0 12 1h14h13l-5 -24h-9q-15 -1 -15 -21v-78h80q18 0 19 15v9l25 4v-12q0 -5 -1 -14.5t-1 -12.5v-69q0 -3 1 -12t1 -14v-13z
" />
<glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="602"
d="M491 174q0 -78 -55.5 -133.5t-133.5 -55.5t-133 55.5t-55 133.5q0 70 46 122.5t114 63.5l-28 66l-76 -28l-20 53l73 28l-13 31q-15 35 -34 35q-7 0 -18 -3q-4 -1 -8 -3l-13 21l8 3q8 3 24 8t21 7l120 45q5 2 20 9.5t24 10.5l8 3l3 -24q-1 -1 -7 -3q-25 -13 -25 -29
q0 -11 8 -30l13 -31l76 29l20 -54l-72 -28l80 -185q33 -76 33 -117zM362 174q0 24 -17.5 42t-42.5 18q-24 0 -42 -18t-18 -42q0 -25 18 -42.5t42 -17.5q25 0 42.5 17.5t17.5 42.5z" />
<glyph glyph-name="Delta" unicode="&#x2206;"
/>
<glyph glyph-name="product" unicode="&#x220f;"
/>
<glyph glyph-name="fraction" unicode="&#x2215;" horiz-adv-x="492"
d="M366 -2h-8q-8 0 -25 1t-23 1h-128q-5 0 -22 -1t-26 -1h-8l5 24h7q22 2 30 11t8 37v444q0 28 -8 37t-30 11h-7l-5 24h8q9 0 26 -1t22 -1h128q6 0 23 1t25 1h8l-5 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="periodcentered" unicode="&#x2219;" horiz-adv-x="602"
d="M491 410q0 -43 -33 -117l-132 -295l-77 -1q-7 0 -52.5 -1.5t-54.5 -1.5h-9l5 24h8q37 5 57 49l71 157q-69 11 -114.5 63.5t-45.5 122.5q0 78 55 133.5t133 55.5t133.5 -55.5t55.5 -133.5zM362 410q0 25 -17.5 42.5t-42.5 17.5q-24 0 -42 -17.5t-18 -42.5q0 -24 18 -42
t42 -18q25 0 42.5 18t17.5 42z" />
<glyph glyph-name="radical" unicode="&#x221a;"
/>
<glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="602"
d="M499 178q0 -80 -56.5 -136.5t-136.5 -56.5q-81 0 -137.5 56.5t-56.5 136.5q0 6 2 29h133q6 0 19 1.5t21 1.5h7l-6 -24h-5q-28 -5 -28 -39q0 -13 17 -23t34 -10q27 0 45.5 18.5t18.5 45.5t-16.5 45.5t-42.5 23.5q-16 3 -152 10l45 327h251v-123q0 -5 1.5 -22t1.5 -26v-9
l-24 6v7q-3 22 -12 29.5t-37 7.5h-87l-10 -83q6 1 18 1q80 0 136.5 -56.5t56.5 -137.5z" />
<glyph glyph-name="integral" unicode="&#x222b;"
/>
<glyph glyph-name="approxequal" unicode="&#x2248;"
/>
<glyph glyph-name="notequal" unicode="&#x2260;"
/>
<glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="440"
d="M366 218l-7 -5q-13 -12 -35 -33l-50 -49q-10 -12 -32 -36l-6 -6l-10 17q2 2 5 6q13 16 13 26q0 14 -21 35l-119 119l119 120q21 21 21 35q0 10 -13 26l-5 5l10 17l6 -5q6 -6 17 -19t15 -17l50 -50q14 -14 35 -32l7 -6l-18 -10q-1 2 -5 6q-17 12 -27 12q-14 0 -34 -20
l-61 -62l61 -61q21 -21 34 -21q10 0 27 13q2 3 5 6z" />
<glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="440"
d="M354 292l-120 -119q-21 -21 -21 -34q0 -10 13 -27q3 -2 5 -6l-9 -17l-6 6q-12 13 -33 36l-49 49q-18 18 -36 33l-6 5l18 11q2 -1 4 -6q17 -13 28 -13q13 0 34 21l61 61l-61 62q-20 20 -34 20q-10 0 -28 -12q-1 -3 -4 -6l-18 10l6 6q14 12 36 32l49 50l33 36l6 5l9 -17
l-5 -5q-13 -17 -13 -27q0 -13 21 -34z" />
<glyph glyph-name="lozenge" unicode="&#x25ca;"
/>
<glyph glyph-name="apple" unicode="&#xf000;"
/>
<glyph glyph-name="fi" unicode="&#xf001;" horiz-adv-x="1022"
d="M906 -2h-9q-8 0 -25 1t-23 1h-127q-5 0 -22 -1t-26 -1h-9l5 24h8q22 2 29.5 11t7.5 37v385h-393v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-194l-140 -139v333q-26 -1 -35 -8.5
t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h667q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-444q0 -28 8 -37t30 -11h7z" />
<glyph glyph-name="fl" unicode="&#xf002;" horiz-adv-x="1163"
d="M1083 -50l-24 5v7q-2 22 -11 30t-38 8h-183l-112 -101v556h-393v-102h154q43 0 49 29q1 4 0 8l24 5v-9q0 -8 -1.5 -25t-1.5 -23v-100q0 -5 1.5 -18t1.5 -22v-8l-24 5q1 4 0 7q-5 30 -49 30h-154v-194l-140 -139v333q-26 -1 -35 -8.5t-11 -29.5v-7l-24 -5v8q0 9 1 26t1 22
v108q0 6 -1 23t-1 25v9l24 -5v-8q2 -21 11 -28.5t35 -8.5v231h667q6 0 23 1t25 1h9l-6 -24h-7q-22 -2 -30 -11t-8 -37v-374h155q29 0 38 8t11 30v7l24 5v-8q0 -8 -1 -25t-1 -23v-128q0 -5 1 -22.5t1 -25.5v-8z" />
<glyph glyph-name=".null"
/>
<glyph glyph-name="HT"
/>
<glyph glyph-name="LF"
/>
<glyph glyph-name="nonmarkingreturn"
/>
<glyph glyph-name="DLE"
/>
<glyph glyph-name="DC1"
/>
<glyph glyph-name="DC2"
/>
<glyph glyph-name="DC3"
/>
<glyph glyph-name="DC4"
/>
<glyph glyph-name="RS"
/>
<glyph glyph-name="US"
/>
<glyph glyph-name="DEL"
/>
<glyph glyph-name="glyph259" horiz-adv-x="500"
/>
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 85 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

View File

@ -1,28 +0,0 @@
@font-face {
font-family: 'Exocet';
src: url('ExocetHeavy.eot');
src: local('Exocet Heavy'), local('ExocetHeavy'),
url('ExocetHeavy.eot?#iefix') format('embedded-opentype'),
url('ExocetHeavy.woff2') format('woff2'),
url('ExocetHeavy.woff') format('woff'),
url('ExocetHeavy.ttf') format('truetype'),
url('ExocetHeavy.svg#ExocetHeavy') format('svg');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Exocet';
src: url('ExocetLight.eot');
src: local('Exocet Light'), local('ExocetLight'),
url('ExocetLight.eot?#iefix') format('embedded-opentype'),
url('ExocetLight.woff2') format('woff2'),
url('ExocetLight.woff') format('woff'),
url('ExocetLight.ttf') format('truetype'),
url('ExocetLight.svg#ExocetLight') format('svg');
font-weight: 300;
font-style: normal;
font-display: swap;
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 645 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

Some files were not shown because too many files have changed in this diff Show More