diff -Nru fonts-dseg-0.45/build fonts-dseg-0.46/build --- fonts-dseg-0.45/build 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/build 2020-03-15 00:31:53.000000000 +0000 @@ -1,12 +1,48 @@ #!/bin/bash -for a in src/*.sfd; do - fontfile=$(basename $a .sfd) - namedir=$(echo $fontfile | sed "s,-.*,," | sed "s,Mini,-MINI,g;s,Modern,-Modern,;s,Classic,-Classic,;s,7SEGG,-7SEGG-,") - name=$(echo $fontfile | sed "s,-.*,,") - type=$(echo $fontfile | sed "s,.*-,,") - mkdir -p fonts/${namedir}/ - fontforge -lang=ff -c 'Open($1); Generate($2)' src/${fontfile}.sfd fonts/$namedir/${name}-${type}.ttf -done +exitflg=0 -mv fonts/DSEGWeather/DSEGWeather-DSEGWeather.ttf fonts/DSEGWeather/DSEGWeather.ttf +if type fontforge > /dev/null 2>&1; then + echo '[DSEG]Fontforge is detected.' +else + echo '[DSEG]Please install fontforge.(https://fontforge.github.io/en-US/)' + exitflg=1 +fi + +if type woff2_compress > /dev/null 2>&1; then + echo '[DSEG]Google woff2 is detected.' +else + echo '[DSEG]Please install google woff2.(https://github.com/google/woff2)' + exitflg=1 +fi + +if [ $exitflg -eq 1 ]; then + exit 1 +else + for a in src/*.sfd; do + fontfile=$(basename $a .sfd) + namedir=$(echo $fontfile | sed "s,-.*,," | sed "s,Mini,-MINI,g;s,Modern,-Modern,;s,Classic,-Classic,;s,7SEGG,-7SEGG-,") + name=$(echo $fontfile | sed "s,-.*,,") + type=$(echo $fontfile | sed "s,.*-,,") + mkdir -p fonts/${namedir}/ + fontforge -lang=ff -c 'Open($1); Generate($2)' src/${fontfile}.sfd fonts/$namedir/${name}-${type}.ttf >&/dev/null + fontforge -lang=ff -c 'Open($1); Generate($2)' src/${fontfile}.sfd fonts/$namedir/${name}-${type}.woff >&/dev/null + woff2_compress fonts/$namedir/${name}-${type}.ttf >&/dev/null + done + + for b in fonts/DSEGWeather/DSEGWeather-DSEGWeather*; do + ext=$(echo $b | sed 's/^.*\.\([^\.]*\)$/\1/') + mv fonts/DSEGWeather/DSEGWeather-DSEGWeather.${ext} fonts/DSEGWeather/DSEGWeather.${ext} + done + + + mv fonts/DSEG7-7SEGG-CHANMINI/* fonts/DSEG7-7SEGG-CHAN + rm -r fonts/DSEG7-7SEGG-CHANMINI + for c in fonts/DSEG7-7SEGG-CHAN/DSEG77S*; do + file=$(basename $c) + fn=$(echo $file | sed 's/DSEG77S/DSEG7S/') + mv fonts/DSEG7-7SEGG-CHAN/${file} fonts/DSEG7-7SEGG-CHAN/${fn} + done + + echo '[DSEG]DSEG font file is generated.' +fi diff -Nru fonts-dseg-0.45/css/dseg.css fonts-dseg-0.46/css/dseg.css --- fonts-dseg-0.45/css/dseg.css 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/css/dseg.css 2020-03-15 00:31:53.000000000 +0000 @@ -465,3 +465,16 @@ font-weight: normal; font-style: normal; } + +/* DSEGWeather */ + +@font-face { + font-family: 'DSEGWeather'; + src: url('../fonts/DSEGWeather/DSEGWeather.woff2') format('woff2'), + url('../fonts/DSEGWeather/DSEGWeather.woff') format('woff'), + url('../fonts/DSEGWeather/DSEGWeather.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + + diff -Nru fonts-dseg-0.45/debian/changelog fonts-dseg-0.46/debian/changelog --- fonts-dseg-0.45/debian/changelog 2019-11-29 13:08:10.000000000 +0000 +++ fonts-dseg-0.46/debian/changelog 2020-03-18 13:42:23.000000000 +0000 @@ -1,3 +1,10 @@ +fonts-dseg (0.46-1) unstable; urgency=medium + + * New upstream version. + * Bump standards version to 4.5.0. + + -- Gürkan Myczko Wed, 18 Mar 2020 14:42:23 +0100 + fonts-dseg (0.45-1) unstable; urgency=medium * New upstream version. diff -Nru fonts-dseg-0.45/debian/control fonts-dseg-0.46/debian/control --- fonts-dseg-0.45/debian/control 2019-11-29 13:08:10.000000000 +0000 +++ fonts-dseg-0.46/debian/control 2020-03-18 13:42:23.000000000 +0000 @@ -3,11 +3,11 @@ Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Gürkan Myczko -Build-Depends: debhelper (>= 11), fontforge-nox -Standards-Version: 4.4.1 +Build-Depends: debhelper (>= 11), fontforge-nox, woff2 +Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/fonts-team/fonts-dseg.git Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-dseg -Homepage: http://www.keshikan.net/fonts-e.html +Homepage: https://www.keshikan.net/fonts-e.html Package: fonts-dseg Architecture: all diff -Nru fonts-dseg-0.45/debian/copyright fonts-dseg-0.46/debian/copyright --- fonts-dseg-0.45/debian/copyright 2017-09-16 14:02:43.000000000 +0000 +++ fonts-dseg-0.46/debian/copyright 2020-03-18 13:42:23.000000000 +0000 @@ -3,7 +3,7 @@ Source: https://github.com/keshikan/DSEG/releases Files: * -Copyright: 2017 keshikan with Reserved Font Name "DSEG". +Copyright: 2017-2020 keshikan with Reserved Font Name "DSEG". License: OFL-1.1 PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide @@ -91,7 +91,7 @@ SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Files: debian/* -Copyright: 2017 Gürkan Myczko +Copyright: 2017-2020 Gürkan Myczko License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru fonts-dseg-0.45/Makefile fonts-dseg-0.46/Makefile --- fonts-dseg-0.45/Makefile 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/Makefile 2020-03-15 00:31:53.000000000 +0000 @@ -2,4 +2,4 @@ -bash ./build clean: - -rm fonts/*/*.ttf + -rm -r fonts/ diff -Nru fonts-dseg-0.45/README.md fonts-dseg-0.46/README.md --- fonts-dseg-0.45/README.md 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/README.md 2020-03-15 00:31:53.000000000 +0000 @@ -1,4 +1,4 @@ -DSEG Font Family (v0.44) +DSEG Font Family (v0.45) ==== ## Overview @@ -8,7 +8,7 @@ - Includes the roman-alphabet and symbol glyphs. - Many types(over 50) are available. - - Licensed under [SIL OPEN FONT LICENSE Version 1.1](http://scripts.sil.org/OFL) + - Licensed under [SIL OPEN FONT LICENSE Version 1.1](http://scripts.sil.org/OFL). You can use DSEG for non-commercial and commercial purposes. ![DSEG Image](http://www.keshikan.net/img/DSEG_sample_github.png) @@ -17,11 +17,11 @@ ## Usage - - Colon and Space + - Colon and Space have same width. ![DSEG usage 1](http://www.keshikan.net/img/dseg_usage1.png) - - Period + - Period has zero width. ![DSEG usage 2](http://www.keshikan.net/img/dseg_usage2.png) @@ -33,46 +33,67 @@ ![DSEG usage 4](http://www.keshikan.net/img/dseg_usage4.png) +## Others + For more information, visit DSEG support page. - - English:[http://www.keshikan.net/fonts-e.html](http://www.keshikan.net/fonts-e.html) - - Japanese:[http://www.keshikan.net/fonts.html](http://www.keshikan.net/fonts.html) + - English:[https://www.keshikan.net/fonts-e.html](https://www.keshikan.net/fonts-e.html) + - Japanese:[https://www.keshikan.net/fonts.html](https://www.keshikan.net/fonts.html) + +## How to Install + +### Download release binary -## Install for Node.js +[release binary](https://github.com/keshikan/DSEG/releases) - $ npm install dseg +### Build from source(*.sfd) -## Build *ttf from *.sfd +Install [FontForge](https://fontforge.github.io/en-US/) and [Google woff2](https://github.com/google/woff2), and type below. - $ make + $ make + +### Install in Ubuntu(18.04 or later) + $ sudo apt-get install fonts-dseg + +### Install from npm + $ npm i dseg ## Changelog - - v0.45(2018/01/09) - - Added makefile and build script. (Merged #8 #9 . Thanks to [alexmyczko](https://github.com/alexmyczko)) + - [v0.46(2020-03-15)](https://github.com/keshikan/DSEG/releases/download/v0.46/fonts-DSEG_v046.zip) + - Added "DEGREE SIGN"(U+00B0). + - Added "LOW LINE"(U+005F) on DSEG7. + - Fixed an issue where the period(U+002E) width was not zero. + + - [v0.45(2018-01-09)](https://github.com/keshikan/DSEG/releases/download/v0.45/fonts-DSEG_v045.zip) + - Added makefile and build script. (Merged [#8](https://github.com/keshikan/DSEG/pull/8) [#9](https://github.com/keshikan/DSEG/pull/9) . Thanks to [alexmyczko](https://github.com/alexmyczko)) - - v0.44(2018/01/02) + - [v0.44(2018-01-02)](https://github.com/keshikan/DSEG/archive/v0.44.zip) - Modified colon character position for balancing in Italic style. See below. ![DSEG v044](http://www.keshikan.net/img/dseg_mod_v044.png) - Added License metadata to *.ttf . - Changed file name of *.sfd to match it's font-name. - - v0.43(2017/08/15) - - Added package.json and registerd npmjs.com. ([merged pull request #5](https://github.com/keshikan/DSEG/pull/5)) + - [v0.43(2017-08-15)](https://github.com/keshikan/DSEG/archive/v0.43.zip) + - Added package.json and registerd npmjs.com. ([merged #5](https://github.com/keshikan/DSEG/pull/5). Thanks to [nils-werner](https://github.com/nils-werner)) - - v0.42(2017/04/27) + - [v0.42(2017-04-27)](https://github.com/keshikan/DSEG/archive/v0.42.zip) - Added WOFF2 file format. - Added [extended metadata block](https://www.w3.org/TR/WOFF/#Metadata) to *.woff and *.woff2. - - v0.41(2017/01/07) + - [v0.41(2017-01-07)](https://github.com/keshikan/DSEG/archive/v0.41.zip) - Assigned all-segment-off status to exclamation mark(U+0021). - - v0.40(2017/01/06) + - [v0.40(2017-01-06)](https://github.com/keshikan/DSEG/archive/v0.40.zip) - First released in Github. - Added weather icons "DSEGWeather". - The license has been changed to the [SIL OPEN FONT LICENSE Version 1.1](http://scripts.sil.org/OFL). + + - v0.1x-0.30(2014-09-07 to 2017-01-07) + - Older version(not recommended). + - The license is original, not OFL1.1. When use this, read the attached document please. + - [Download v0.30](https://www.keshikan.net/archive/DSEG_v030.zip) ## License - Any font files(*.ttf, *.woff, *.sfd) are licensed under the [SIL OPEN FONT LICENSE Version 1.1](http://scripts.sil.org/OFL) - diff -Nru fonts-dseg-0.45/sample.html fonts-dseg-0.46/sample.html --- fonts-dseg-0.45/sample.html 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/sample.html 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,143 @@ + + + + + + +All type of DSEG + + + + + + + + +

All type of DSEG

+ +

DSEG7

+ +

DSEG7-Classic

+

+ 123abc + 123abc + 123abc +
+ 123abc + 123abc + 123abc +

+ +

DSEG7-Classic-MINI

+

+ 123abc + 123abc + 123abc +
+ 123abc + 123abc + 123abc +

+ +

DSEG7-Modern

+

+ 123abc + 123abc + 123abc +
+ 123abc + 123abc + 123abc +

+ +

DSEG7-Modern-MINI

+

+ 123abc + 123abc + 123abc +
+ 123abc + 123abc + 123abc +

+ +

DSEG14

+ +

DSEG14-Classic

+

+ 123abc + 123abc + 123abc +
+ 123abc + 123abc + 123abc +

+ +

DSEG14-Classic-MINI

+

+ 123abc + 123abc + 123abc +
+ 123abc + 123abc + 123abc +

+ +

DSEG14-Modern

+

+ 123abc + 123abc + 123abc +
+ 123abc + 123abc + 123abc +

+ +

DSEG14-Modern-MINI

+

+ 123abc + 123abc + 123abc +
+ 123abc + 123abc + 123abc +

+ +

7SEGGCHAN

+

+ 0123456789 +

+ +

7SEGGCHAN-MINI

+

+ 0123456789 +

+ +

DSEGWeather

+

+ 0123456789abc +

+ + + + \ No newline at end of file diff -Nru fonts-dseg-0.45/src/DSEG14Classic--BoldItalic.sfd fonts-dseg-0.46/src/DSEG14Classic--BoldItalic.sfd --- fonts-dseg-0.45/src/DSEG14Classic--BoldItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Classic--BoldItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875722 +ModificationTime: 1584231477 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -53,7 +54,7 @@ BeginPrivate: 0 EndPrivate TeXData: 1 0 0 346030 173015 115343 897581 1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -2677,9 +2678,9 @@ StartChar: period Encoding: 46 46 38 -Width: -44 +Width: 0 VWidth: 200 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -5699,5 +5700,73 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +162 515 m 1 + 158 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 255 862 l 1 + 240 698 l 1 + 231 590 l 1 + 230 576 l 1 + 162 515 l 1 +582 562 m 1 + 640 499 l 1 + 574 438 l 1 + 546 438 l 1 + 510 438 l 1 + 451 438 l 1 + 420 500 l 1 + 461 562 l 1 + 520 562 l 1 + 557 562 l 1 + 582 562 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 660 510 l 1 + 656 514 l 1 + 600 575 l 1 + 601 586 l 1 + 610 698 l 1 + 624 856 l 1 + 625 862 l 1 + 726 955 l 1 +185 969 m 1 + 219 1000 l 1 + 390 1000 l 1 + 514 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 612 876 l 1 + 587 876 l 1 + 503 876 l 1 + 379 876 l 1 + 295 876 l 1 + 276 876 l 1 + 270 876 l 1 + 185 969 l 1 +365 562 m 1 + 396 500 l 1 + 355 438 l 1 + 296 438 l 1 + 259 438 l 1 + 232 438 l 1 + 175 500 l 1 + 242 562 l 1 + 269 562 l 1 + 306 562 l 1 + 365 562 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Classic-Bold.sfd fonts-dseg-0.46/src/DSEG14Classic-Bold.sfd --- fonts-dseg-0.45/src/DSEG14Classic-Bold.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Classic-Bold.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875758 +ModificationTime: 1584214962 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -48 AntiAlias: 1 FitToEm: 1 -WinInfo: 24 24 8 +WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5693,8 +5694,76 @@ Encoding: 33 33 91 Width: 816 VWidth: 200 -Flags: HWO +Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +161 515 m 1 + 157 510 l 1 + 99 510 l 1 + 99 924 l 1 + 130 955 l 1 + 223 862 l 1 + 223 698 l 1 + 223 590 l 1 + 223 576 l 1 + 161 515 l 1 +577 562 m 1 + 640 499 l 1 + 579 438 l 1 + 551 438 l 1 + 515 438 l 1 + 456 438 l 1 + 420 500 l 1 + 456 562 l 1 + 515 562 l 1 + 552 562 l 1 + 577 562 l 1 +686 955 m 1 + 717 924 l 1 + 717 510 l 1 + 659 510 l 1 + 655 514 l 1 + 593 575 l 1 + 593 586 l 1 + 593 698 l 1 + 593 856 l 1 + 593 862 l 1 + 686 955 l 1 +144 969 m 1 + 175 1000 l 1 + 346 1000 l 1 + 470 1000 l 1 + 641 1000 l 1 + 672 969 l 1 + 579 876 l 1 + 554 876 l 1 + 470 876 l 1 + 346 876 l 1 + 262 876 l 1 + 243 876 l 1 + 237 876 l 1 + 144 969 l 1 +360 562 m 1 + 396 500 l 1 + 360 438 l 1 + 301 438 l 1 + 264 438 l 1 + 237 438 l 1 + 175 500 l 1 + 237 562 l 1 + 264 562 l 1 + 301 562 l 1 + 360 562 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Classic-Italic.sfd fonts-dseg-0.46/src/DSEG14Classic-Italic.sfd --- fonts-dseg-0.45/src/DSEG14Classic-Italic.sfd 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Classic-Italic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,5695 @@ +SplineFontDB: 3.0 +FontName: DSEG14Classic-Italic +FullName: DSEG14 Classic-Italic +FamilyName: DSEG14 Classic +Weight: Regular +Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) +UComments: "2014-8-31: Created." +Version: 0.46 +ItalicAngle: -5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 1000 +Descent: 0 +InvalidEm: 0 +LayerCount: 2 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 +XUID: [1021 682 390630330 14528854] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1409488158 +ModificationTime: 1584231503 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +Encoding: ISO8859-1 +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -48 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 24 24 8 +BeginPrivate: 0 +EndPrivate +BeginChars: 256 93 + +StartChar: zero +Encoding: 48 48 0 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 1 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 2 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 3 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 4 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 5 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 6 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 7 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 8 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 10 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 11 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 12 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 13 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 14 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 15 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 16 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 17 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 18 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 19 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 20 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 21 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 22 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 23 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 24 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 25 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 26 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 27 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 28 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 29 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 30 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 31 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 32 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 33 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 34 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 35 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 36 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 37 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 486 m 1 + 100 486 l 1 +180 693 m 0 + 180 684 178 676 175 669 c 0 + 172 662 168 655 162 649 c 0 + 156 643 149 639 142 636 c 0 + 135 633 127 631 118 631 c 0 + 109 631 101 633 94 636 c 0 + 87 639 80 643 74 649 c 0 + 68 655 64 662 61 669 c 0 + 58 676 56 684 56 693 c 0 + 56 702 58 710 61 717 c 0 + 64 724 68 730 74 736 c 0 + 80 742 87 747 94 750 c 0 + 101 753 109 754 118 754 c 0 + 127 754 135 753 142 750 c 0 + 149 747 156 742 162 736 c 0 + 168 730 172 724 175 717 c 0 + 178 710 180 702 180 693 c 0 +144 281 m 0 + 144 272 142 264 139 257 c 0 + 136 250 132 243 126 237 c 0 + 120 231 113 227 106 224 c 0 + 99 221 91 219 82 219 c 0 + 73 219 65 221 58 224 c 0 + 51 227 44 231 38 237 c 0 + 32 243 28 250 25 257 c 0 + 22 264 20 272 20 281 c 0 + 20 290 22 298 25 305 c 0 + 28 312 32 318 38 324 c 0 + 44 330 51 335 58 338 c 0 + 65 341 73 342 82 342 c 0 + 91 342 99 341 106 338 c 0 + 113 335 120 330 126 324 c 0 + 132 318 136 312 139 305 c 0 + 142 298 144 290 144 281 c 0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 38 +Width: 0 +VWidth: 200 +Flags: HWO +LayerCount: 2 +Fore +SplineSet +18 62 m 0 + 18 53 16 45 13 38 c 0 + 10 31 6 24 0 18 c 0 + -6 12 -13 8 -20 5 c 0 + -27 2 -35 0 -44 0 c 0 + -53 0 -61 2 -68 5 c 0 + -75 8 -82 12 -88 18 c 0 + -94 24 -98 31 -101 38 c 0 + -104 45 -106 53 -106 62 c 0 + -106 71 -104 79 -101 86 c 0 + -98 93 -94 100 -88 106 c 0 + -82 112 -75 116 -68 119 c 0 + -61 122 -53 124 -44 124 c 0 + -35 124 -27 122 -20 119 c 0 + -13 116 -6 112 0 106 c 0 + 6 100 10 93 13 86 c 0 + 16 79 18 71 18 62 c 0 +EndSplineSet +EndChar + +StartChar: less +Encoding: 60 60 39 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: equal +Encoding: 61 61 40 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: greater +Encoding: 62 62 41 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: question +Encoding: 63 63 42 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: at +Encoding: 64 64 43 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: backslash +Encoding: 92 92 44 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: asciicircum +Encoding: 94 94 45 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: underscore +Encoding: 95 95 46 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: yen +Encoding: 165 165 47 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: quotedbl +Encoding: 34 34 48 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: quotesingle +Encoding: 39 39 49 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +EndSplineSet +EndChar + +StartChar: parenleft +Encoding: 40 40 50 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +EndSplineSet +EndChar + +StartChar: parenright +Encoding: 41 41 51 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: asterisk +Encoding: 42 42 52 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: plus +Encoding: 43 43 53 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +EndSplineSet +EndChar + +StartChar: slash +Encoding: 47 47 54 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +EndSplineSet +EndChar + +StartChar: dollar +Encoding: 36 36 55 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: percent +Encoding: 37 37 56 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: ampersand +Encoding: 38 38 57 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: comma +Encoding: 44 44 58 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +EndSplineSet +EndChar + +StartChar: brokenbar +Encoding: 166 166 59 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +EndSplineSet +EndChar + +StartChar: grave +Encoding: 96 96 60 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: plusminus +Encoding: 177 177 61 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: asciitilde +Encoding: 126 126 62 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 63 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: bar +Encoding: 124 124 64 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 65 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 66 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 69 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 70 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 71 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 72 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 73 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 74 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 75 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 76 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 77 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 78 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 79 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 80 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 81 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 82 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 83 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 84 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 85 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 86 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +377 673 m 1 + 396 887 l 1 + 488 887 l 1 + 487 876 l 1 + 469 673 l 1 + 463 601 l 1 + 410 521 l 1 + 371 601 l 1 + 377 673 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 590 113 l 1 + 599 218 l 1 + 617 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 167 218 l 1 + 158 113 l 1 + 158 107 l 1 + 90 45 l 1 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 87 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +469 433 m 1 + 494 433 l 1 + 582 254 l 1 + 570 113 l 1 + 544 113 l 1 + 457 291 l 1 + 469 433 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 88 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +424 157 m 1 + 420 113 l 1 + 328 113 l 1 + 347 327 l 1 + 353 399 l 1 + 406 479 l 1 + 445 399 l 1 + 439 327 l 1 + 424 157 l 1 +347 567 m 1 + 322 567 l 1 + 234 746 l 1 + 246 887 l 1 + 272 887 l 1 + 359 709 l 1 + 347 567 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 89 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 887 m 1 + 638 887 l 1 + 626 746 l 1 + 506 567 l 1 + 481 567 l 1 + 493 709 l 1 + 612 887 l 1 +323 291 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 310 433 l 1 + 335 433 l 1 + 323 291 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +631 31 m 1 + 597 0 l 1 + 131 0 l 1 + 103 31 l 1 + 170 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 554 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 90 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 91 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 671 499 l 1 + 620 453 l 1 + 620 454 l 1 + 602 454 l 1 + 600 454 l 1 + 471 454 l 1 + 450 454 l 1 + 443 454 l 1 + 420 500 l 1 + 451 546 l 1 + 458 546 l 1 + 479 546 l 1 + 492 546 l 1 + 628 546 l 1 +144 500 m 1 + 196 547 l 1 + 196 546 l 1 + 332 546 l 1 + 373 546 l 1 + 396 500 l 1 + 365 454 l 1 + 208 454 l 1 + 205 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 646 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 262 907 l 1 + 242 907 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 686 514 l 1 + 631 575 l 1 + 633 607 l 1 + 649 782 l 1 + 658 887 l 1 + 658 893 l 1 + 726 955 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 226 887 l 1 + 217 782 l 1 + 199 576 l 1 + 131 515 l 1 +EndSplineSet +EndChar +EndChars +EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Classic-LightItalic.sfd fonts-dseg-0.46/src/DSEG14Classic-LightItalic.sfd --- fonts-dseg-0.45/src/DSEG14Classic-LightItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Classic-LightItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875804 +ModificationTime: 1584231521 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 24 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -2597,9 +2598,9 @@ StartChar: period Encoding: 46 46 38 -Width: -44 +Width: 0 VWidth: 200 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -5567,8 +5568,81 @@ Encoding: 33 33 91 Width: 816 VWidth: 200 -Flags: HWO +Flags: HW +LayerCount: 2 +EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW LayerCount: 2 +Fore +SplineSet +381 531 m 1 + 396 500 l 1 + 375 469 l 1 + 374 469 l 1 + 353 469 l 1 + 352 469 l 1 + 242 469 l 1 + 178 469 l 1 + 173 469 l 1 + 145 500 l 1 + 179 531 l 1 + 184 531 l 1 + 231 531 l 1 + 358 531 l 1 + 359 531 l 1 + 380 531 l 1 + 381 531 l 1 +136 924 m 1 + 170 955 l 1 + 198 924 l 1 + 198 918 l 1 + 194 875 l 1 + 165 545 l 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 +185 969 m 1 + 219 1000 l 1 + 685 1000 l 1 + 713 969 l 1 + 679 938 l 1 + 658 938 l 1 + 477 938 l 1 + 415 938 l 1 + 234 938 l 1 + 213 938 l 1 + 185 969 l 1 +671 500 m 1 + 637 469 l 1 + 635 469 l 1 + 632 469 l 1 + 458 469 l 1 + 456 469 l 1 + 436 469 l 1 + 435 469 l 1 + 420 500 l 1 + 441 531 l 1 + 464 531 l 1 + 587 531 l 1 + 643 531 l 1 + 659 513 l 1 + 671 500 l 1 +692 924 m 1 + 726 955 l 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 659 545 l 1 + 659 550 l 1 + 688 875 l 1 + 692 918 l 1 + 692 924 l 1 +EndSplineSet EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Classic-Light.sfd fonts-dseg-0.46/src/DSEG14Classic-Light.sfd --- fonts-dseg-0.45/src/DSEG14Classic-Light.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Classic-Light.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514869175 +ModificationTime: 1584214979 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 24 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5886,5 +5887,80 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +378 531 m 1 + 396 500 l 1 + 378 469 l 1 + 377 469 l 1 + 356 469 l 1 + 355 469 l 1 + 245 469 l 1 + 181 469 l 1 + 181 469 l 1 + 176 469 l 1 + 145 500 l 1 + 176 531 l 1 + 181 531 l 1 + 228 531 l 1 + 355 531 l 1 + 356 531 l 1 + 377 531 l 1 + 378 531 l 1 +99 924 m 1 + 130 955 l 1 + 161 924 l 1 + 161 918 l 1 + 161 875 l 1 + 161 545 l 1 + 126 510 l 1 + 99 510 l 1 + 99 924 l 1 +144 969 m 1 + 175 1000 l 1 + 641 1000 l 1 + 672 969 l 1 + 641 938 l 1 + 620 938 l 1 + 439 938 l 1 + 377 938 l 1 + 196 938 l 1 + 175 938 l 1 + 144 969 l 1 +658 513 m 1 + 671 500 l 1 + 640 469 l 1 + 638 469 l 1 + 635 469 l 1 + 461 469 l 1 + 459 469 l 1 + 439 469 l 1 + 438 469 l 1 + 420 500 l 1 + 438 531 l 1 + 461 531 l 1 + 584 531 l 1 + 640 531 l 1 + 658 513 l 1 + 658 513 l 1 +655 924 m 1 + 686 955 l 1 + 717 924 l 1 + 717 510 l 1 + 690 510 l 1 + 655 545 l 1 + 655 550 l 1 + 655 875 l 1 + 655 918 l 1 + 655 924 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ClassicMini-BoldItalic.sfd fonts-dseg-0.46/src/DSEG14ClassicMini-BoldItalic.sfd --- fonts-dseg-0.45/src/DSEG14ClassicMini-BoldItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ClassicMini-BoldItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Mini Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875906 +ModificationTime: 1584215014 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,18 +43,18 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -48 AntiAlias: 1 FitToEm: 1 -WinInfo: 51 17 7 +WinInfo: 102 17 7 BeginPrivate: 0 EndPrivate TeXData: 1 0 0 209715 104857 69905 1048576 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -291,7 +292,7 @@ 506 562 l 1 520 562 l 1 566 562 l 1 -591 830 m 1 +591 830 m 1025 205 302 m 1 193 156 l 1 92 64 l 1 @@ -3051,7 +3052,7 @@ 225 170 l 1 241 356 l 1 265 392 l 1 -426 0 m 1 +426 0 m 1025 266 644 m 1 282 830 l 1 318 830 l 1 @@ -3467,7 +3468,7 @@ 225 170 l 1 241 356 l 1 265 392 l 1 -426 0 m 1 +426 0 m 1025 EndSplineSet EndChar @@ -5427,5 +5428,72 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +566 562 m 1 + 622 500 l 1 + 555 438 l 1 + 495 438 l 1 + 464 438 l 1 + 434 499 l 1 + 476 562 l 1 + 506 562 l 1 + 520 562 l 1 + 566 562 l 1 +156 526 m 1 + 153 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 253 844 l 1 + 240 698 l 1 + 232 608 l 1 + 231 595 l 1 + 156 526 l 1 +204 969 m 1 + 237 1000 l 1 + 390 1000 l 1 + 514 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 594 876 l 1 + 587 876 l 1 + 534 876 l 1 + 503 876 l 1 + 379 876 l 1 + 348 876 l 1 + 295 876 l 1 + 288 876 l 1 + 204 969 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 667 523 l 1 + 658 533 l 1 + 602 595 l 1 + 603 608 l 1 + 611 698 l 1 + 622 830 l 1 + 623 844 l 1 + 724 936 l 1 +350 562 m 1 + 381 499 l 1 + 340 438 l 1 + 310 438 l 1 + 250 438 l 1 + 194 500 l 1 + 261 562 l 1 + 306 562 l 1 + 321 562 l 1 + 350 562 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ClassicMini-Bold.sfd fonts-dseg-0.46/src/DSEG14ClassicMini-Bold.sfd --- fonts-dseg-0.45/src/DSEG14ClassicMini-Bold.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ClassicMini-Bold.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Mini Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875882 +ModificationTime: 1584215006 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,18 +43,18 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -48 AntiAlias: 1 FitToEm: 1 -WinInfo: 51 17 7 +WinInfo: 119 17 7 BeginPrivate: 0 EndPrivate TeXData: 1 0 0 209715 104857 69905 1048576 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5422,5 +5423,72 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +561 562 m 1 + 622 500 l 1 + 561 438 l 1 + 501 438 l 1 + 470 438 l 1 + 434 499 l 1 + 470 562 l 1 + 501 562 l 1 + 515 562 l 1 + 561 562 l 1 +154 526 m 1 + 151 523 l 1 + 99 523 l 1 + 99 905 l 1 + 130 936 l 1 + 223 844 l 1 + 223 698 l 1 + 223 608 l 1 + 223 595 l 1 + 154 526 l 1 +163 969 m 1 + 194 1000 l 1 + 346 1000 l 1 + 470 1000 l 1 + 622 1000 l 1 + 653 969 l 1 + 561 876 l 1 + 554 876 l 1 + 501 876 l 1 + 470 876 l 1 + 346 876 l 1 + 315 876 l 1 + 262 876 l 1 + 255 876 l 1 + 163 969 l 1 +686 936 m 1 + 717 905 l 1 + 717 523 l 1 + 665 523 l 1 + 655 533 l 1 + 593 595 l 1 + 593 608 l 1 + 593 698 l 1 + 593 830 l 1 + 593 844 l 1 + 686 936 l 1 +345 562 m 1 + 381 499 l 1 + 346 438 l 1 + 315 438 l 1 + 255 438 l 1 + 194 500 l 1 + 255 562 l 1 + 301 562 l 1 + 315 562 l 1 + 345 562 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ClassicMini-Italic.sfd fonts-dseg-0.46/src/DSEG14ClassicMini-Italic.sfd --- fonts-dseg-0.45/src/DSEG14ClassicMini-Italic.sfd 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ClassicMini-Italic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,5263 @@ +SplineFontDB: 3.0 +FontName: DSEG14ClassicMini-Italic +FullName: DSEG14 Classic Mini-Italic +FamilyName: DSEG14 Classic Mini +Weight: Regular +Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) +UComments: "2014-8-31: Created." +Version: 0.46 +ItalicAngle: -5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 1000 +Descent: 0 +InvalidEm: 0 +LayerCount: 2 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 +XUID: [1021 682 390630330 14528854] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1409488158 +ModificationTime: 1584231556 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +Encoding: ISO8859-1 +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -48 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 24 8 +BeginPrivate: 0 +EndPrivate +BeginChars: 256 93 + +StartChar: zero +Encoding: 48 48 0 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 1 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 2 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 3 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 4 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 5 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 6 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 7 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 8 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 10 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 11 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 12 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 13 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 14 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 15 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 16 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 17 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 18 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 19 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 20 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 21 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 22 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 23 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 24 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 25 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 26 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 27 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 28 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 29 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 30 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 31 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 32 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 33 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 34 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 35 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 36 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 37 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 486 m 1 + 100 486 l 1 +180 693 m 0 + 180 684 178 676 175 669 c 0 + 172 662 168 655 162 649 c 0 + 156 643 149 639 142 636 c 0 + 135 633 127 631 118 631 c 0 + 109 631 101 633 94 636 c 0 + 87 639 80 643 74 649 c 0 + 68 655 64 662 61 669 c 0 + 58 676 56 684 56 693 c 0 + 56 702 58 710 61 717 c 0 + 64 724 68 730 74 736 c 0 + 80 742 87 747 94 750 c 0 + 101 753 109 754 118 754 c 0 + 127 754 135 753 142 750 c 0 + 149 747 156 742 162 736 c 0 + 168 730 172 724 175 717 c 0 + 178 710 180 702 180 693 c 0 +144 281 m 0 + 144 272 142 264 139 257 c 0 + 136 250 132 243 126 237 c 0 + 120 231 113 227 106 224 c 0 + 99 221 91 219 82 219 c 0 + 73 219 65 221 58 224 c 0 + 51 227 44 231 38 237 c 0 + 32 243 28 250 25 257 c 0 + 22 264 20 272 20 281 c 0 + 20 290 22 298 25 305 c 0 + 28 312 32 318 38 324 c 0 + 44 330 51 335 58 338 c 0 + 65 341 73 342 82 342 c 0 + 91 342 99 341 106 338 c 0 + 113 335 120 330 126 324 c 0 + 132 318 136 312 139 305 c 0 + 142 298 144 290 144 281 c 0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 38 +Width: 0 +VWidth: 200 +Flags: HWO +LayerCount: 2 +Fore +SplineSet +18 62 m 0 + 18 53 16 45 13 38 c 0 + 10 31 6 24 0 18 c 0 + -6 12 -13 8 -20 5 c 0 + -27 2 -35 0 -44 0 c 0 + -53 0 -61 2 -68 5 c 0 + -75 8 -82 12 -88 18 c 0 + -94 24 -98 31 -101 38 c 0 + -104 45 -106 53 -106 62 c 0 + -106 71 -104 79 -101 86 c 0 + -98 93 -94 100 -88 106 c 0 + -82 112 -75 116 -68 119 c 0 + -61 122 -53 124 -44 124 c 0 + -35 124 -27 122 -20 119 c 0 + -13 116 -6 112 0 106 c 0 + 6 100 10 93 13 86 c 0 + 16 79 18 71 18 62 c 0 +EndSplineSet +EndChar + +StartChar: less +Encoding: 60 60 39 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: equal +Encoding: 61 61 40 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: greater +Encoding: 62 62 41 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +EndSplineSet +EndChar + +StartChar: question +Encoding: 63 63 42 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: at +Encoding: 64 64 43 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: backslash +Encoding: 92 92 44 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +EndSplineSet +EndChar + +StartChar: asciicircum +Encoding: 94 94 45 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: underscore +Encoding: 95 95 46 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +EndSplineSet +EndChar + +StartChar: yen +Encoding: 165 165 47 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: quotedbl +Encoding: 34 34 48 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: quotesingle +Encoding: 39 39 49 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +EndSplineSet +EndChar + +StartChar: parenleft +Encoding: 40 40 50 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: parenright +Encoding: 41 41 51 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +EndSplineSet +EndChar + +StartChar: asterisk +Encoding: 42 42 52 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: plus +Encoding: 43 43 53 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: slash +Encoding: 47 47 54 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: dollar +Encoding: 36 36 55 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: percent +Encoding: 37 37 56 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: ampersand +Encoding: 38 38 57 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: comma +Encoding: 44 44 58 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +EndSplineSet +EndChar + +StartChar: brokenbar +Encoding: 166 166 59 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +EndSplineSet +EndChar + +StartChar: grave +Encoding: 96 96 60 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +EndSplineSet +EndChar + +StartChar: plusminus +Encoding: 177 177 61 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: asciitilde +Encoding: 126 126 62 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 63 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: bar +Encoding: 124 124 64 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 65 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 66 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 69 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 70 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 71 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 72 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 73 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 74 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 75 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 76 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 77 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 78 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 79 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 80 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 81 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 82 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 83 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 84 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 85 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 86 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +393 861 m 1 + 486 861 l 1 + 469 673 l 1 + 465 627 l 1 + 412 546 l 1 + 373 625 l 1 + 377 673 l 1 + 393 861 l 1 +92 64 m 1 + 64 95 l 1 + 97 477 l 1 + 134 477 l 1 + 142 467 l 1 + 185 421 l 1 + 167 218 l 1 + 160 139 l 1 + 159 125 l 1 + 92 64 l 1 +617 421 m 1 + 678 477 l 1 + 715 477 l 1 + 682 95 l 1 + 648 64 l 1 + 592 125 l 1 + 593 139 l 1 + 600 218 l 1 + 617 421 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 87 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +493 407 m 1 + 507 407 l 1 + 560 298 l 1 + 546 139 l 1 + 531 139 l 1 + 479 247 l 1 + 493 407 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 88 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +424 157 m 1 + 423 139 l 1 + 330 139 l 1 + 347 327 l 1 + 351 373 l 1 + 404 453 l 1 + 443 372 l 1 + 439 327 l 1 + 424 157 l 1 +323 593 m 1 + 309 593 l 1 + 256 702 l 1 + 270 861 l 1 + 285 861 l 1 + 337 753 l 1 + 323 593 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 89 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +307 407 m 1 + 293 247 l 1 + 222 139 l 1 + 206 139 l 1 + 220 298 l 1 + 293 407 l 1 + 307 407 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +612 31 m 1 + 579 -0 l 1 + 150 -0 l 1 + 122 31 l 1 + 189 93 l 1 + 191 93 l 1 + 326 93 l 1 + 419 93 l 1 + 554 93 l 1 + 556 93 l 1 + 612 31 l 1 +594 861 m 1 + 610 861 l 1 + 596 702 l 1 + 523 593 l 1 + 509 593 l 1 + 523 753 l 1 + 594 861 l 1 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 90 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 91 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +220 454 m 1 + 178 500 l 1 + 229 546 l 1 + 332 546 l 1 + 358 546 l 1 + 381 499 l 1 + 350 454 l 1 + 234 454 l 1 + 220 454 l 1 +204 969 m 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 627 907 l 1 + 625 907 l 1 + 490 907 l 1 + 397 907 l 1 + 262 907 l 1 + 260 907 l 1 + 204 969 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 682 523 l 1 + 631 579 l 1 + 634 607 l 1 + 649 782 l 1 + 656 861 l 1 + 657 874 l 1 + 724 936 l 1 +199 579 m 1 + 138 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 224 875 l 1 + 223 861 l 1 + 216 782 l 1 + 199 579 l 1 +596 546 m 1 + 638 500 l 1 + 587 454 l 1 + 574 454 l 1 + 497 454 l 1 + 457 454 l 1 + 434 499 l 1 + 466 546 l 1 + 492 546 l 1 + 596 546 l 1 +EndSplineSet +EndChar +EndChars +EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ClassicMini-LightItalic.sfd fonts-dseg-0.46/src/DSEG14ClassicMini-LightItalic.sfd --- fonts-dseg-0.45/src/DSEG14ClassicMini-LightItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ClassicMini-LightItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Mini Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875826 +ModificationTime: 1584231576 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -48 AntiAlias: 1 FitToEm: 1 -WinInfo: 48 24 8 +WinInfo: 0 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -2390,9 +2391,9 @@ StartChar: period Encoding: 46 46 38 -Width: -44 +Width: 0 VWidth: 200 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -5142,5 +5143,69 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +204 969 m 1 + 238 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 660 938 l 1 + 658 938 l 1 + 477 938 l 1 + 415 938 l 1 + 234 938 l 1 + 232 938 l 1 + 204 969 l 1 +204 469 m 1 + 191 469 l 1 + 163 500 l 1 + 197 531 l 1 + 210 531 l 1 + 334 531 l 1 + 358 531 l 1 + 366 531 l 1 + 381 500 l 1 + 360 469 l 1 + 352 469 l 1 + 328 469 l 1 + 204 469 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 698 523 l 1 + 661 564 l 1 + 691 906 l 1 + 724 936 l 1 +122 523 m 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 196 905 l 1 + 195 892 l 1 + 167 564 l 1 + 133 533 l 1 + 122 523 l 1 +612 531 m 1 + 626 531 l 1 + 653 500 l 1 + 619 469 l 1 + 606 469 l 1 + 482 469 l 1 + 458 469 l 1 + 450 469 l 1 + 435 500 l 1 + 456 531 l 1 + 464 531 l 1 + 488 531 l 1 + 612 531 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ClassicMini-Light.sfd fonts-dseg-0.46/src/DSEG14ClassicMini-Light.sfd --- fonts-dseg-0.45/src/DSEG14ClassicMini-Light.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ClassicMini-Light.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Mini Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514869207 +ModificationTime: 1584215031 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5632,5 +5633,74 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +163 969 m 1 + 194 1000 l 1 + 622 1000 l 1 + 653 969 l 1 + 622 938 l 1 + 620 938 l 1 + 620 938 l 1 + 439 938 l 1 + 439 938 l 1 + 377 938 l 1 + 377 938 l 1 + 196 938 l 1 + 196 938 l 1 + 194 938 l 1 + 163 969 l 1 +207 469 m 1 + 194 469 l 1 + 163 500 l 1 + 194 531 l 1 + 207 531 l 1 + 331 531 l 1 + 355 531 l 1 + 363 531 l 1 + 381 500 l 1 + 363 469 l 1 + 355 469 l 1 + 331 469 l 1 + 207 469 l 1 +686 936 m 1 + 717 905 l 1 + 717 523 l 1 + 696 523 l 1 + 655 564 l 1 + 655 906 l 1 + 686 936 l 1 +130 533 m 1 + 120 523 l 1 + 99 523 l 1 + 99 905 l 1 + 130 936 l 1 + 161 905 l 1 + 161 892 l 1 + 161 564 l 1 + 130 533 l 1 + 130 533 l 1 +609 531 m 1 + 623 531 l 1 + 653 500 l 1 + 622 469 l 1 + 609 469 l 1 + 485 469 l 1 + 461 469 l 1 + 453 469 l 1 + 435 500 l 1 + 453 531 l 1 + 461 531 l 1 + 485 531 l 1 + 609 531 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ClassicMini-Regular.sfd fonts-dseg-0.46/src/DSEG14ClassicMini-Regular.sfd --- fonts-dseg-0.45/src/DSEG14ClassicMini-Regular.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ClassicMini-Regular.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Mini Weight: Regular Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875961 +ModificationTime: 1584215048 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5196,5 +5197,65 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +224 454 m 1 + 178 500 l 1 + 224 546 l 1 + 328 546 l 1 + 354 546 l 1 + 381 499 l 1 + 354 454 l 1 + 238 454 l 1 + 224 454 l 1 +163 969 m 1 + 194 1000 l 1 + 622 1000 l 1 + 653 969 l 1 + 592 907 l 1 + 590 907 l 1 + 454 907 l 1 + 362 907 l 1 + 226 907 l 1 + 224 907 l 1 + 163 969 l 1 +686 936 m 1 + 717 905 l 1 + 717 523 l 1 + 680 523 l 1 + 624 579 l 1 + 624 607 l 1 + 624 782 l 1 + 624 861 l 1 + 624 874 l 1 + 686 936 l 1 +192 579 m 1 + 136 523 l 1 + 99 523 l 1 + 99 905 l 1 + 130 936 l 1 + 192 875 l 1 + 192 861 l 1 + 192 782 l 1 + 192 579 l 1 +592 546 m 1 + 638 500 l 1 + 592 454 l 1 + 578 454 l 1 + 501 454 l 1 + 461 454 l 1 + 434 499 l 1 + 462 546 l 1 + 488 546 l 1 + 592 546 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Classic-RegularItalic.sfd fonts-dseg-0.46/src/DSEG14Classic-RegularItalic.sfd --- fonts-dseg-0.45/src/DSEG14Classic-RegularItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Classic-RegularItalic.sfd 1970-01-01 00:00:00.000000000 +0000 @@ -1,5624 +0,0 @@ -SplineFontDB: 3.0 -FontName: DSEG14Classic-Italic -FullName: DSEG14 Classic-Italic -FamilyName: DSEG14 Classic -Weight: Regular -Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 -ItalicAngle: -5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 1000 -Descent: 0 -LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 -XUID: [1021 682 390630330 14528854] -FSType: 8 -OS2Version: 0 -OS2_WeightWidthSlopeOnly: 0 -OS2_UseTypoMetrics: 1 -CreationTime: 1409488158 -ModificationTime: 1514876019 -PfmFamily: 17 -TTFWeight: 400 -TTFWidth: 5 -LineGap: 90 -VLineGap: 0 -OS2TypoAscent: 0 -OS2TypoAOffset: 1 -OS2TypoDescent: 0 -OS2TypoDOffset: 1 -OS2TypoLinegap: 90 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -OS2Vendor: 'PfEd' -MarkAttachClasses: 1 -DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" -Encoding: ISO8859-1 -UnicodeInterp: none -NameList: Adobe Glyph List -DisplaySize: -48 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 48 24 8 -BeginPrivate: 0 -EndPrivate -BeginChars: 256 92 - -StartChar: zero -Encoding: 48 48 0 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: eight -Encoding: 56 56 1 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: one -Encoding: 49 49 2 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: two -Encoding: 50 50 3 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: three -Encoding: 51 51 4 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: four -Encoding: 52 52 5 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: five -Encoding: 53 53 6 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: six -Encoding: 54 54 7 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: seven -Encoding: 55 55 8 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: nine -Encoding: 57 57 9 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: A -Encoding: 65 65 10 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: B -Encoding: 66 66 11 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: C -Encoding: 67 67 12 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: D -Encoding: 68 68 13 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: E -Encoding: 69 69 14 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: F -Encoding: 70 70 15 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: G -Encoding: 71 71 16 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: H -Encoding: 72 72 17 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: I -Encoding: 73 73 18 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: J -Encoding: 74 74 19 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: K -Encoding: 75 75 20 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: L -Encoding: 76 76 21 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: M -Encoding: 77 77 22 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: N -Encoding: 78 78 23 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: O -Encoding: 79 79 24 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: P -Encoding: 80 80 25 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: Q -Encoding: 81 81 26 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: R -Encoding: 82 82 27 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: S -Encoding: 83 83 28 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: T -Encoding: 84 84 29 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -EndSplineSet -EndChar - -StartChar: U -Encoding: 85 85 30 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: V -Encoding: 86 86 31 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: W -Encoding: 87 87 32 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: X -Encoding: 88 88 33 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: Y -Encoding: 89 89 34 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: Z -Encoding: 90 90 35 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: hyphen -Encoding: 45 45 36 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -EndSplineSet -EndChar - -StartChar: colon -Encoding: 58 58 37 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 486 m 1 - 100 486 l 1 -180 693 m 0 - 180 684 178 676 175 669 c 0 - 172 662 168 655 162 649 c 0 - 156 643 149 639 142 636 c 0 - 135 633 127 631 118 631 c 0 - 109 631 101 633 94 636 c 0 - 87 639 80 643 74 649 c 0 - 68 655 64 662 61 669 c 0 - 58 676 56 684 56 693 c 0 - 56 702 58 710 61 717 c 0 - 64 724 68 730 74 736 c 0 - 80 742 87 747 94 750 c 0 - 101 753 109 754 118 754 c 0 - 127 754 135 753 142 750 c 0 - 149 747 156 742 162 736 c 0 - 168 730 172 724 175 717 c 0 - 178 710 180 702 180 693 c 0 -144 281 m 0 - 144 272 142 264 139 257 c 0 - 136 250 132 243 126 237 c 0 - 120 231 113 227 106 224 c 0 - 99 221 91 219 82 219 c 0 - 73 219 65 221 58 224 c 0 - 51 227 44 231 38 237 c 0 - 32 243 28 250 25 257 c 0 - 22 264 20 272 20 281 c 0 - 20 290 22 298 25 305 c 0 - 28 312 32 318 38 324 c 0 - 44 330 51 335 58 338 c 0 - 65 341 73 342 82 342 c 0 - 91 342 99 341 106 338 c 0 - 113 335 120 330 126 324 c 0 - 132 318 136 312 139 305 c 0 - 142 298 144 290 144 281 c 0 -EndSplineSet -EndChar - -StartChar: period -Encoding: 46 46 38 -Width: -44 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -18 62 m 0 - 18 53 16 45 13 38 c 0 - 10 31 6 24 0 18 c 0 - -6 12 -13 8 -20 5 c 0 - -27 2 -35 0 -44 0 c 0 - -53 0 -61 2 -68 5 c 0 - -75 8 -82 12 -88 18 c 0 - -94 24 -98 31 -101 38 c 0 - -104 45 -106 53 -106 62 c 0 - -106 71 -104 79 -101 86 c 0 - -98 93 -94 100 -88 106 c 0 - -82 112 -75 116 -68 119 c 0 - -61 122 -53 124 -44 124 c 0 - -35 124 -27 122 -20 119 c 0 - -13 116 -6 112 0 106 c 0 - 6 100 10 93 13 86 c 0 - 16 79 18 71 18 62 c 0 -EndSplineSet -EndChar - -StartChar: less -Encoding: 60 60 39 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: equal -Encoding: 61 61 40 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: greater -Encoding: 62 62 41 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: question -Encoding: 63 63 42 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: at -Encoding: 64 64 43 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: backslash -Encoding: 92 92 44 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: asciicircum -Encoding: 94 94 45 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: underscore -Encoding: 95 95 46 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: yen -Encoding: 165 165 47 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: quotedbl -Encoding: 34 34 48 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: quotesingle -Encoding: 39 39 49 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -EndSplineSet -EndChar - -StartChar: parenleft -Encoding: 40 40 50 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -EndSplineSet -EndChar - -StartChar: parenright -Encoding: 41 41 51 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: asterisk -Encoding: 42 42 52 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: plus -Encoding: 43 43 53 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -EndSplineSet -EndChar - -StartChar: slash -Encoding: 47 47 54 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -EndSplineSet -EndChar - -StartChar: dollar -Encoding: 36 36 55 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: percent -Encoding: 37 37 56 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: ampersand -Encoding: 38 38 57 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: comma -Encoding: 44 44 58 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -EndSplineSet -EndChar - -StartChar: brokenbar -Encoding: 166 166 59 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -EndSplineSet -EndChar - -StartChar: grave -Encoding: 96 96 60 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: plusminus -Encoding: 177 177 61 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: asciitilde -Encoding: 126 126 62 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: o -Encoding: 111 111 63 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: bar -Encoding: 124 124 64 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -EndSplineSet -EndChar - -StartChar: a -Encoding: 97 97 65 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: b -Encoding: 98 98 66 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: c -Encoding: 99 99 67 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: d -Encoding: 100 100 68 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: e -Encoding: 101 101 69 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: f -Encoding: 102 102 70 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: g -Encoding: 103 103 71 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: h -Encoding: 104 104 72 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: i -Encoding: 105 105 73 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: j -Encoding: 106 106 74 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: k -Encoding: 107 107 75 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: l -Encoding: 108 108 76 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: m -Encoding: 109 109 77 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: n -Encoding: 110 110 78 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: p -Encoding: 112 112 79 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: q -Encoding: 113 113 80 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: r -Encoding: 114 114 81 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: s -Encoding: 115 115 82 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 671 499 l 1 - 620 453 l 1 - 620 454 l 1 - 602 454 l 1 - 600 454 l 1 - 471 454 l 1 - 450 454 l 1 - 443 454 l 1 - 420 500 l 1 - 451 546 l 1 - 458 546 l 1 - 479 546 l 1 - 492 546 l 1 - 628 546 l 1 -144 500 m 1 - 196 547 l 1 - 196 546 l 1 - 332 546 l 1 - 373 546 l 1 - 396 500 l 1 - 365 454 l 1 - 208 454 l 1 - 205 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -EndSplineSet -EndChar - -StartChar: t -Encoding: 116 116 83 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -EndSplineSet -EndChar - -StartChar: u -Encoding: 117 117 84 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: v -Encoding: 118 118 85 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: w -Encoding: 119 119 86 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -377 673 m 1 - 396 887 l 1 - 488 887 l 1 - 487 876 l 1 - 469 673 l 1 - 463 601 l 1 - 410 521 l 1 - 371 601 l 1 - 377 673 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 590 113 l 1 - 599 218 l 1 - 617 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 686 514 l 1 - 631 575 l 1 - 633 607 l 1 - 649 782 l 1 - 658 887 l 1 - 658 893 l 1 - 726 955 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 226 887 l 1 - 217 782 l 1 - 199 576 l 1 - 131 515 l 1 -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 167 218 l 1 - 158 113 l 1 - 158 107 l 1 - 90 45 l 1 -EndSplineSet -EndChar - -StartChar: x -Encoding: 120 120 87 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -469 433 m 1 - 494 433 l 1 - 582 254 l 1 - 570 113 l 1 - 544 113 l 1 - 457 291 l 1 - 469 433 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: y -Encoding: 121 121 88 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -424 157 m 1 - 420 113 l 1 - 328 113 l 1 - 347 327 l 1 - 353 399 l 1 - 406 479 l 1 - 445 399 l 1 - 439 327 l 1 - 424 157 l 1 -347 567 m 1 - 322 567 l 1 - 234 746 l 1 - 246 887 l 1 - 272 887 l 1 - 359 709 l 1 - 347 567 l 1 -EndSplineSet -EndChar - -StartChar: z -Encoding: 122 122 89 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 887 m 1 - 638 887 l 1 - 626 746 l 1 - 506 567 l 1 - 481 567 l 1 - 493 709 l 1 - 612 887 l 1 -323 291 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 310 433 l 1 - 335 433 l 1 - 323 291 l 1 -185 969 m 1 - 219 1000 l 1 - 685 1000 l 1 - 713 969 l 1 - 646 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 262 907 l 1 - 242 907 l 1 - 185 969 l 1 -631 31 m 1 - 597 0 l 1 - 131 0 l 1 - 103 31 l 1 - 170 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 554 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: space -Encoding: 32 32 90 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -EndChar - -StartChar: exclam -Encoding: 33 33 91 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -EndChar -EndChars -EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Classic-Regular-MINIItalic.sfd fonts-dseg-0.46/src/DSEG14Classic-Regular-MINIItalic.sfd --- fonts-dseg-0.45/src/DSEG14Classic-Regular-MINIItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Classic-Regular-MINIItalic.sfd 1970-01-01 00:00:00.000000000 +0000 @@ -1,5202 +0,0 @@ -SplineFontDB: 3.0 -FontName: DSEG14ClassicMini-Italic -FullName: DSEG14 Classic Mini-Italic -FamilyName: DSEG14 Classic Mini -Weight: Regular -Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 -ItalicAngle: -5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 1000 -Descent: 0 -LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 -XUID: [1021 682 390630330 14528854] -FSType: 8 -OS2Version: 0 -OS2_WeightWidthSlopeOnly: 0 -OS2_UseTypoMetrics: 1 -CreationTime: 1409488158 -ModificationTime: 1514876046 -PfmFamily: 17 -TTFWeight: 400 -TTFWidth: 5 -LineGap: 90 -VLineGap: 0 -OS2TypoAscent: 0 -OS2TypoAOffset: 1 -OS2TypoDescent: 0 -OS2TypoDOffset: 1 -OS2TypoLinegap: 90 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -OS2Vendor: 'PfEd' -MarkAttachClasses: 1 -DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" -Encoding: ISO8859-1 -UnicodeInterp: none -NameList: Adobe Glyph List -DisplaySize: -48 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 48 24 8 -BeginPrivate: 0 -EndPrivate -BeginChars: 256 92 - -StartChar: zero -Encoding: 48 48 0 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: eight -Encoding: 56 56 1 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: one -Encoding: 49 49 2 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -EndSplineSet -EndChar - -StartChar: two -Encoding: 50 50 3 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: three -Encoding: 51 51 4 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: four -Encoding: 52 52 5 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: five -Encoding: 53 53 6 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: six -Encoding: 54 54 7 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: seven -Encoding: 55 55 8 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: nine -Encoding: 57 57 9 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: A -Encoding: 65 65 10 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: B -Encoding: 66 66 11 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: C -Encoding: 67 67 12 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: D -Encoding: 68 68 13 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -EndSplineSet -EndChar - -StartChar: E -Encoding: 69 69 14 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: F -Encoding: 70 70 15 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: G -Encoding: 71 71 16 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: H -Encoding: 72 72 17 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: I -Encoding: 73 73 18 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -EndSplineSet -EndChar - -StartChar: J -Encoding: 74 74 19 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -EndSplineSet -EndChar - -StartChar: K -Encoding: 75 75 20 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: L -Encoding: 76 76 21 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: M -Encoding: 77 77 22 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: N -Encoding: 78 78 23 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: O -Encoding: 79 79 24 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: P -Encoding: 80 80 25 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: Q -Encoding: 81 81 26 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: R -Encoding: 82 82 27 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: S -Encoding: 83 83 28 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: T -Encoding: 84 84 29 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -EndSplineSet -EndChar - -StartChar: U -Encoding: 85 85 30 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: V -Encoding: 86 86 31 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: W -Encoding: 87 87 32 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: X -Encoding: 88 88 33 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: Y -Encoding: 89 89 34 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: Z -Encoding: 90 90 35 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: hyphen -Encoding: 45 45 36 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: colon -Encoding: 58 58 37 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 486 m 1 - 100 486 l 1 -180 693 m 0 - 180 684 178 676 175 669 c 0 - 172 662 168 655 162 649 c 0 - 156 643 149 639 142 636 c 0 - 135 633 127 631 118 631 c 0 - 109 631 101 633 94 636 c 0 - 87 639 80 643 74 649 c 0 - 68 655 64 662 61 669 c 0 - 58 676 56 684 56 693 c 0 - 56 702 58 710 61 717 c 0 - 64 724 68 730 74 736 c 0 - 80 742 87 747 94 750 c 0 - 101 753 109 754 118 754 c 0 - 127 754 135 753 142 750 c 0 - 149 747 156 742 162 736 c 0 - 168 730 172 724 175 717 c 0 - 178 710 180 702 180 693 c 0 -144 281 m 0 - 144 272 142 264 139 257 c 0 - 136 250 132 243 126 237 c 0 - 120 231 113 227 106 224 c 0 - 99 221 91 219 82 219 c 0 - 73 219 65 221 58 224 c 0 - 51 227 44 231 38 237 c 0 - 32 243 28 250 25 257 c 0 - 22 264 20 272 20 281 c 0 - 20 290 22 298 25 305 c 0 - 28 312 32 318 38 324 c 0 - 44 330 51 335 58 338 c 0 - 65 341 73 342 82 342 c 0 - 91 342 99 341 106 338 c 0 - 113 335 120 330 126 324 c 0 - 132 318 136 312 139 305 c 0 - 142 298 144 290 144 281 c 0 -EndSplineSet -EndChar - -StartChar: period -Encoding: 46 46 38 -Width: -44 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -18 62 m 0 - 18 53 16 45 13 38 c 0 - 10 31 6 24 0 18 c 0 - -6 12 -13 8 -20 5 c 0 - -27 2 -35 0 -44 0 c 0 - -53 0 -61 2 -68 5 c 0 - -75 8 -82 12 -88 18 c 0 - -94 24 -98 31 -101 38 c 0 - -104 45 -106 53 -106 62 c 0 - -106 71 -104 79 -101 86 c 0 - -98 93 -94 100 -88 106 c 0 - -82 112 -75 116 -68 119 c 0 - -61 122 -53 124 -44 124 c 0 - -35 124 -27 122 -20 119 c 0 - -13 116 -6 112 0 106 c 0 - 6 100 10 93 13 86 c 0 - 16 79 18 71 18 62 c 0 -EndSplineSet -EndChar - -StartChar: less -Encoding: 60 60 39 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: equal -Encoding: 61 61 40 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: greater -Encoding: 62 62 41 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -EndSplineSet -EndChar - -StartChar: question -Encoding: 63 63 42 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: at -Encoding: 64 64 43 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: backslash -Encoding: 92 92 44 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -EndSplineSet -EndChar - -StartChar: asciicircum -Encoding: 94 94 45 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: underscore -Encoding: 95 95 46 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -EndSplineSet -EndChar - -StartChar: yen -Encoding: 165 165 47 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: quotedbl -Encoding: 34 34 48 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: quotesingle -Encoding: 39 39 49 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -EndSplineSet -EndChar - -StartChar: parenleft -Encoding: 40 40 50 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: parenright -Encoding: 41 41 51 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -EndSplineSet -EndChar - -StartChar: asterisk -Encoding: 42 42 52 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: plus -Encoding: 43 43 53 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: slash -Encoding: 47 47 54 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: dollar -Encoding: 36 36 55 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: percent -Encoding: 37 37 56 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: ampersand -Encoding: 38 38 57 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: comma -Encoding: 44 44 58 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -EndSplineSet -EndChar - -StartChar: brokenbar -Encoding: 166 166 59 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -EndSplineSet -EndChar - -StartChar: grave -Encoding: 96 96 60 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -EndSplineSet -EndChar - -StartChar: plusminus -Encoding: 177 177 61 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: asciitilde -Encoding: 126 126 62 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: o -Encoding: 111 111 63 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: bar -Encoding: 124 124 64 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -EndSplineSet -EndChar - -StartChar: a -Encoding: 97 97 65 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: b -Encoding: 98 98 66 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: c -Encoding: 99 99 67 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: d -Encoding: 100 100 68 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -EndSplineSet -EndChar - -StartChar: e -Encoding: 101 101 69 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: f -Encoding: 102 102 70 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: g -Encoding: 103 103 71 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: h -Encoding: 104 104 72 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: i -Encoding: 105 105 73 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -EndSplineSet -EndChar - -StartChar: j -Encoding: 106 106 74 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -EndSplineSet -EndChar - -StartChar: k -Encoding: 107 107 75 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: l -Encoding: 108 108 76 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: m -Encoding: 109 109 77 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: n -Encoding: 110 110 78 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: p -Encoding: 112 112 79 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: q -Encoding: 113 113 80 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: r -Encoding: 114 114 81 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: s -Encoding: 115 115 82 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -220 454 m 1 - 178 500 l 1 - 229 546 l 1 - 332 546 l 1 - 358 546 l 1 - 381 499 l 1 - 350 454 l 1 - 234 454 l 1 - 220 454 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -596 546 m 1 - 638 500 l 1 - 587 454 l 1 - 574 454 l 1 - 497 454 l 1 - 457 454 l 1 - 434 499 l 1 - 466 546 l 1 - 492 546 l 1 - 596 546 l 1 -EndSplineSet -EndChar - -StartChar: t -Encoding: 116 116 83 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -EndSplineSet -EndChar - -StartChar: u -Encoding: 117 117 84 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: v -Encoding: 118 118 85 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: w -Encoding: 119 119 86 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -393 861 m 1 - 486 861 l 1 - 469 673 l 1 - 465 627 l 1 - 412 546 l 1 - 373 625 l 1 - 377 673 l 1 - 393 861 l 1 -92 64 m 1 - 64 95 l 1 - 97 477 l 1 - 134 477 l 1 - 142 467 l 1 - 185 421 l 1 - 167 218 l 1 - 160 139 l 1 - 159 125 l 1 - 92 64 l 1 -617 421 m 1 - 678 477 l 1 - 715 477 l 1 - 682 95 l 1 - 648 64 l 1 - 592 125 l 1 - 593 139 l 1 - 600 218 l 1 - 617 421 l 1 -724 936 m 1 - 752 905 l 1 - 719 523 l 1 - 682 523 l 1 - 631 579 l 1 - 634 607 l 1 - 649 782 l 1 - 656 861 l 1 - 657 874 l 1 - 724 936 l 1 -199 579 m 1 - 138 523 l 1 - 101 523 l 1 - 134 905 l 1 - 168 936 l 1 - 224 875 l 1 - 223 861 l 1 - 216 782 l 1 - 199 579 l 1 -EndSplineSet -EndChar - -StartChar: x -Encoding: 120 120 87 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -493 407 m 1 - 507 407 l 1 - 560 298 l 1 - 546 139 l 1 - 531 139 l 1 - 479 247 l 1 - 493 407 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: y -Encoding: 121 121 88 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -424 157 m 1 - 423 139 l 1 - 330 139 l 1 - 347 327 l 1 - 351 373 l 1 - 404 453 l 1 - 443 372 l 1 - 439 327 l 1 - 424 157 l 1 -323 593 m 1 - 309 593 l 1 - 256 702 l 1 - 270 861 l 1 - 285 861 l 1 - 337 753 l 1 - 323 593 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: z -Encoding: 122 122 89 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -307 407 m 1 - 293 247 l 1 - 222 139 l 1 - 206 139 l 1 - 220 298 l 1 - 293 407 l 1 - 307 407 l 1 -204 969 m 1 - 237 1000 l 1 - 666 1000 l 1 - 694 969 l 1 - 627 907 l 1 - 625 907 l 1 - 490 907 l 1 - 397 907 l 1 - 262 907 l 1 - 260 907 l 1 - 204 969 l 1 -612 31 m 1 - 579 -0 l 1 - 150 -0 l 1 - 122 31 l 1 - 189 93 l 1 - 191 93 l 1 - 326 93 l 1 - 419 93 l 1 - 554 93 l 1 - 556 93 l 1 - 612 31 l 1 -594 861 m 1 - 610 861 l 1 - 596 702 l 1 - 523 593 l 1 - 509 593 l 1 - 523 753 l 1 - 594 861 l 1 -EndSplineSet -EndChar - -StartChar: space -Encoding: 32 32 90 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -EndChar - -StartChar: exclam -Encoding: 33 33 91 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -EndChar -EndChars -EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Classic-Regular.sfd fonts-dseg-0.46/src/DSEG14Classic-Regular.sfd --- fonts-dseg-0.45/src/DSEG14Classic-Regular.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Classic-Regular.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Classic Weight: Regular Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876002 +ModificationTime: 1584214998 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5618,5 +5619,75 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +624 546 m 1 + 671 499 l 1 + 624 453 l 1 + 624 454 l 1 + 606 454 l 1 + 604 454 l 1 + 475 454 l 1 + 454 454 l 1 + 447 454 l 1 + 420 500 l 1 + 447 546 l 1 + 454 546 l 1 + 475 546 l 1 + 488 546 l 1 + 624 546 l 1 +144 500 m 1 + 192 547 l 1 + 192 546 l 1 + 328 546 l 1 + 369 546 l 1 + 396 500 l 1 + 369 454 l 1 + 212 454 l 1 + 209 454 l 1 + 192 454 l 1 + 192 453 l 1 + 144 500 l 1 +144 969 m 1 + 175 1000 l 1 + 641 1000 l 1 + 672 969 l 1 + 610 907 l 1 + 590 907 l 1 + 454 907 l 1 + 362 907 l 1 + 226 907 l 1 + 206 907 l 1 + 144 969 l 1 +686 955 m 1 + 717 924 l 1 + 717 510 l 1 + 690 510 l 1 + 685 514 l 1 + 624 575 l 1 + 624 607 l 1 + 624 782 l 1 + 624 887 l 1 + 624 893 l 1 + 686 955 l 1 +130 515 m 1 + 126 510 l 1 + 99 510 l 1 + 99 924 l 1 + 130 955 l 1 + 192 893 l 1 + 192 887 l 1 + 192 782 l 1 + 192 576 l 1 + 130 515 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Modern-BoldItalic.sfd fonts-dseg-0.46/src/DSEG14Modern-BoldItalic.sfd --- fonts-dseg-0.45/src/DSEG14Modern-BoldItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Modern-BoldItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876095 +ModificationTime: 1584215064 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -53,7 +54,7 @@ BeginPrivate: 0 EndPrivate TeXData: 1 0 0 209715 104857 69905 930087 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -4802,5 +4803,56 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +633 541 m 1 + 565 438 l 1 + 531 438 l 1 + 429 500 l 1 + 541 562 l 1 + 598 562 l 1 + 633 541 l 1 +166 469 m 1 + 100 510 l 1 + 138 948 l 1 + 256 876 l 1 + 240 698 l 1 + 231 590 l 1 + 228 562 l 1 + 166 469 l 1 +297 876 m 1 + 142 971 l 1 + 148 988 165 1000 184 1000 c 2 + 390 1000 l 1 + 514 1000 l 1 + 709 1000 l 1 + 626 876 l 1 + 587 876 l 1 + 503 876 l 1 + 379 876 l 1 + 297 876 l 1 +732 998 m 1 + 749 993 759 978 757 959 c 2 + 718 514 l 1 + 601 586 l 1 + 610 698 l 1 + 622 835 l 1 + 732 998 l 1 +275 438 m 1 + 218 438 l 1 + 183 459 l 1 + 251 562 l 1 + 285 562 l 1 + 387 500 l 1 + 275 438 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Modern-Bold.sfd fonts-dseg-0.46/src/DSEG14Modern-Bold.sfd --- fonts-dseg-0.45/src/DSEG14Modern-Bold.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Modern-Bold.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876073 +ModificationTime: 1584215057 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -53,7 +54,7 @@ BeginPrivate: 0 EndPrivate TeXData: 1 0 0 209715 104857 69905 930087 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -4800,5 +4801,56 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +629 541 m 1 + 570 438 l 1 + 536 438 l 1 + 429 500 l 1 + 536 562 l 1 + 593 562 l 1 + 629 541 l 1 +169 469 m 1 + 99 510 l 1 + 99 948 l 1 + 223 876 l 1 + 223 698 l 1 + 223 590 l 1 + 223 562 l 1 + 169 469 l 1 +264 876 m 1 + 101 971 l 1 + 106 988 121 1000 140 1000 c 2 + 346 1000 l 1 + 470 1000 l 1 + 665 1000 l 1 + 593 876 l 1 + 554 876 l 1 + 470 876 l 1 + 346 876 l 1 + 264 876 l 1 +688 998 m 1 + 705 993 717 978 717 959 c 2 + 717 514 l 1 + 593 586 l 1 + 593 698 l 1 + 593 835 l 1 + 688 998 l 1 +280 438 m 1 + 223 438 l 1 + 187 459 l 1 + 246 562 l 1 + 280 562 l 1 + 387 500 l 1 + 280 438 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Modern-Italic.sfd fonts-dseg-0.46/src/DSEG14Modern-Italic.sfd --- fonts-dseg-0.45/src/DSEG14Modern-Italic.sfd 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Modern-Italic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,5046 @@ +SplineFontDB: 3.0 +FontName: DSEG14Modern-Italic +FullName: DSEG14 Modern-Italic +FamilyName: DSEG14 Modern +Weight: Regular +Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) +UComments: "2014-8-31: Created." +Version: 0.46 +ItalicAngle: -5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 1000 +Descent: 0 +InvalidEm: 0 +LayerCount: 2 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 +XUID: [1021 682 390630330 14528854] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1409488158 +ModificationTime: 1584215072 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +Encoding: ISO8859-1 +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -48 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 48 24 8 +BeginPrivate: 0 +EndPrivate +BeginChars: 256 93 + +StartChar: zero +Encoding: 48 48 0 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 1 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 2 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 3 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 4 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 5 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 6 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 7 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 8 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 10 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 11 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 12 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 13 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 14 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 15 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 16 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 17 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 18 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 19 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 20 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 21 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 22 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 23 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 24 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 25 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 26 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 27 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 28 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 29 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 30 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 31 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 32 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 33 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 34 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 35 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 36 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 37 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 486 m 1 + 100 486 l 1 +180 693 m 0 + 180 684 178 676 175 669 c 0 + 172 662 168 655 162 649 c 0 + 156 643 149 639 142 636 c 0 + 135 633 127 631 118 631 c 0 + 109 631 101 633 94 636 c 0 + 87 639 80 643 74 649 c 0 + 68 655 64 662 61 669 c 0 + 58 676 56 684 56 693 c 0 + 56 702 58 710 61 717 c 0 + 64 724 68 730 74 736 c 0 + 80 742 87 747 94 750 c 0 + 101 753 109 754 118 754 c 0 + 127 754 135 753 142 750 c 0 + 149 747 156 742 162 736 c 0 + 168 730 172 724 175 717 c 0 + 178 710 180 702 180 693 c 0 +144 281 m 0 + 144 272 142 264 139 257 c 0 + 136 250 132 243 126 237 c 0 + 120 231 113 227 106 224 c 0 + 99 221 91 219 82 219 c 0 + 73 219 65 221 58 224 c 0 + 51 227 44 231 38 237 c 0 + 32 243 28 250 25 257 c 0 + 22 264 20 272 20 281 c 0 + 20 290 22 298 25 305 c 0 + 28 312 32 318 38 324 c 0 + 44 330 51 335 58 338 c 0 + 65 341 73 342 82 342 c 0 + 91 342 99 341 106 338 c 0 + 113 335 120 330 126 324 c 0 + 132 318 136 312 139 305 c 0 + 142 298 144 290 144 281 c 0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 38 +Width: 0 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +18 62 m 0 + 18 53 16 45 13 38 c 0 + 10 31 6 24 0 18 c 0 + -6 12 -13 8 -20 5 c 0 + -27 2 -35 0 -44 0 c 0 + -53 0 -61 2 -68 5 c 0 + -75 8 -82 12 -88 18 c 0 + -94 24 -98 31 -101 38 c 0 + -104 45 -106 53 -106 62 c 0 + -106 71 -104 79 -101 86 c 0 + -98 93 -94 100 -88 106 c 0 + -82 112 -75 116 -68 119 c 0 + -61 122 -53 124 -44 124 c 0 + -35 124 -27 122 -20 119 c 0 + -13 116 -6 112 0 106 c 0 + 6 100 10 93 13 86 c 0 + 16 79 18 71 18 62 c 0 +EndSplineSet +EndChar + +StartChar: less +Encoding: 60 60 39 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +EndSplineSet +EndChar + +StartChar: equal +Encoding: 61 61 40 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: greater +Encoding: 62 62 41 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +EndSplineSet +EndChar + +StartChar: question +Encoding: 63 63 42 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: at +Encoding: 64 64 43 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: backslash +Encoding: 92 92 44 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +EndSplineSet +EndChar + +StartChar: asciicircum +Encoding: 94 94 45 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: underscore +Encoding: 95 95 46 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: yen +Encoding: 165 165 47 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +EndSplineSet +EndChar + +StartChar: quotedbl +Encoding: 34 34 48 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: quotesingle +Encoding: 39 39 49 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +EndSplineSet +EndChar + +StartChar: parenleft +Encoding: 40 40 50 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +EndSplineSet +EndChar + +StartChar: parenright +Encoding: 41 41 51 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +EndSplineSet +EndChar + +StartChar: asterisk +Encoding: 42 42 52 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +EndSplineSet +EndChar + +StartChar: plus +Encoding: 43 43 53 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +EndSplineSet +EndChar + +StartChar: slash +Encoding: 47 47 54 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +EndSplineSet +EndChar + +StartChar: dollar +Encoding: 36 36 55 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: percent +Encoding: 37 37 56 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: ampersand +Encoding: 38 38 57 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +EndSplineSet +EndChar + +StartChar: comma +Encoding: 44 44 58 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +EndSplineSet +EndChar + +StartChar: brokenbar +Encoding: 166 166 59 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +EndSplineSet +EndChar + +StartChar: grave +Encoding: 96 96 60 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +EndSplineSet +EndChar + +StartChar: plusminus +Encoding: 177 177 61 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: asciitilde +Encoding: 126 126 62 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 63 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: bar +Encoding: 124 124 64 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 65 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 66 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 69 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 70 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 71 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 72 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 73 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 74 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 75 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 76 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 77 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 78 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 79 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 80 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 81 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 82 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 83 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 84 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 85 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 86 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +381 713 m 1 + 396 887 l 1 + 488 887 l 1 + 473 713 l 1 + 412 540 l 1 + 381 713 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 590 113 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 +167 218 m 1 + 160 134 l 1 + 75 6 l 1 + 65 13 58 26 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 167 218 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 87 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +582 254 m 1 + 570 113 l 1 + 544 113 l 1 + 456 293 l 1 + 422 479 l 1 + 493 436 l 1 + 582 254 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 88 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +234 746 m 1 + 246 887 l 1 + 272 887 l 1 + 360 707 l 1 + 394 521 l 1 + 323 564 l 1 + 234 746 l 1 +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +435 287 m 1 + 420 113 l 1 + 328 113 l 1 + 343 287 l 1 + 404 460 l 1 + 435 287 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 89 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +492 707 m 1 + 612 887 l 1 + 638 887 l 1 + 626 746 l 1 + 505 564 l 1 + 426 521 l 1 + 492 707 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +547 93 m 1 + 669 19 l 1 + 661 8 647 0 632 0 c 2 + 96 0 l 2 + 95 0 95 0 94 0 c 2 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 547 93 l 1 +324 293 m 1 + 204 113 l 1 + 178 113 l 1 + 190 254 l 1 + 311 436 l 1 + 390 479 l 1 + 324 293 l 1 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 90 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 91 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 303 454 l 1 + 208 454 l 1 + 188 454 l 1 + 166 467 l 1 + 219 546 l 1 + 311 546 l 1 + 387 500 l 1 +628 546 m 1 + 650 533 l 1 + 597 454 l 1 + 505 454 l 1 + 429 500 l 1 + 513 546 l 1 + 628 546 l 1 +741 994 m 1 + 751 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 633 607 l 1 + 649 782 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 147 981 l 1 + 155 992 169 1000 184 1000 c 2 + 720 1000 l 2 + 721 1000 721 1000 722 1000 c 2 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 269 907 l 1 +139 959 m 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 226 887 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 + 139 959 l 2 +EndSplineSet +EndChar +EndChars +EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Modern-LightItalic.sfd fonts-dseg-0.46/src/DSEG14Modern-LightItalic.sfd --- fonts-dseg-0.45/src/DSEG14Modern-LightItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Modern-LightItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876155 +ModificationTime: 1584215088 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5564,5 +5565,65 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +485 531 m 1 + 617 531 l 1 + 655 508 l 1 + 628 469 l 1 + 479 469 l 1 + 429 500 l 1 + 485 531 l 1 +144 502 m 1 + 102 529 l 1 + 139 959 l 2 + 139 964 140 968 142 972 c 1 + 199 938 l 1 + 198 928 l 1 + 198 918 l 1 + 193 866 l 1 + 182 735 l 1 + 165 548 l 1 + 164 531 l 1 + 144 502 l 1 +240 938 m 1 + 156 990 l 1 + 164 996 174 1000 184 1000 c 2 + 452 1000 l 1 + 720 1000 l 2 + 725 1000 730 1000 734 998 c 1 + 693 938 l 1 + 663 938 l 1 + 477 938 l 1 + 415 938 l 1 + 240 938 l 1 +331 469 m 1 + 199 469 l 1 + 161 492 l 1 + 188 531 l 1 + 337 531 l 1 + 387 500 l 1 + 331 469 l 1 +757 959 m 2 + 717 500 l 1 + 717 495 l 1 + 683 515 l 1 + 666 526 l 1 + 658 531 l 1 + 659 550 l 1 + 676 735 l 1 + 687 866 l 1 + 690 897 l 1 + 750 986 l 1 + 755 979 758 969 757 959 c 2 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Modern-Light.sfd fonts-dseg-0.46/src/DSEG14Modern-Light.sfd --- fonts-dseg-0.45/src/DSEG14Modern-Light.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Modern-Light.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876125 +ModificationTime: 1584215079 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5472,5 +5473,65 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +482 531 m 1 + 614 531 l 1 + 654 508 l 1 + 631 469 l 1 + 482 469 l 1 + 429 500 l 1 + 482 531 l 1 +144 502 m 1 + 99 529 l 1 + 99 959 l 2 + 99 964 99 968 101 972 c 1 + 161 938 l 1 + 161 928 l 1 + 161 918 l 1 + 161 866 l 1 + 161 735 l 1 + 161 548 l 1 + 161 531 l 1 + 144 502 l 1 +202 938 m 1 + 113 990 l 1 + 120 996 130 1000 140 1000 c 2 + 408 1000 l 1 + 676 1000 l 2 + 681 1000 686 1000 690 998 c 1 + 655 938 l 1 + 625 938 l 1 + 439 938 l 1 + 377 938 l 1 + 202 938 l 1 +334 469 m 1 + 202 469 l 1 + 162 492 l 1 + 185 531 l 1 + 334 531 l 1 + 387 500 l 1 + 334 469 l 1 +717 959 m 2 + 717 500 l 1 + 717 495 l 1 + 682 515 l 1 + 664 526 l 1 + 655 531 l 1 + 655 550 l 1 + 655 735 l 1 + 655 866 l 1 + 655 897 l 1 + 707 986 l 1 + 713 979 717 969 717 959 c 2 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ModernMini-BoldItalic.sfd fonts-dseg-0.46/src/DSEG14ModernMini-BoldItalic.sfd --- fonts-dseg-0.45/src/DSEG14ModernMini-BoldItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ModernMini-BoldItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Mini Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876221 +ModificationTime: 1584215118 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -53,7 +54,7 @@ BeginPrivate: 0 EndPrivate TeXData: 1 0 0 209715 104857 69905 930087 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -1826,7 +1827,7 @@ 318 182 l 1 400 410 l 1 442 178 l 1 -107 0 m 1 +107 0 m 1025 EndSplineSet EndChar @@ -4395,7 +4396,7 @@ 318 182 l 1 400 410 l 1 442 178 l 1 -107 0 m 1 +107 0 m 1025 EndSplineSet EndChar @@ -4694,5 +4695,54 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +610 698 m 1 + 618 784 l 1 + 751 983 l 1 + 755 976 758 968 757 959 c 2 + 721 544 l 1 + 603 615 l 1 + 610 698 l 1 +276 552 m 1 + 361 500 l 1 + 249 438 l 1 + 218 438 l 1 + 204 446 l 1 + 276 552 l 1 +166 469 m 1 + 100 510 l 1 + 138 948 l 1 + 256 876 l 1 + 240 698 l 1 + 231 590 l 1 + 228 562 l 1 + 166 469 l 1 +348 876 m 1 + 159 992 l 1 + 166 997 175 1000 184 1000 c 2 + 390 1000 l 1 + 514 1000 l 1 + 709 1000 l 1 + 626 876 l 1 + 587 876 l 1 + 503 876 l 1 + 379 876 l 1 + 348 876 l 1 +612 554 m 1 + 540 447 l 1 + 454 500 l 1 + 566 562 l 1 + 598 562 l 1 + 612 554 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ModernMini-Bold.sfd fonts-dseg-0.46/src/DSEG14ModernMini-Bold.sfd --- fonts-dseg-0.45/src/DSEG14ModernMini-Bold.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ModernMini-Bold.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Mini Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876188 +ModificationTime: 1584215104 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -53,7 +54,7 @@ BeginPrivate: 0 EndPrivate TeXData: 1 0 0 209715 104857 69905 930087 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -4690,5 +4691,54 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +593 698 m 1 + 593 784 l 1 + 709 983 l 1 + 714 976 717 968 717 959 c 2 + 717 544 l 1 + 593 615 l 1 + 593 698 l 1 +271 552 m 1 + 361 500 l 1 + 254 438 l 1 + 223 438 l 1 + 209 446 l 1 + 271 552 l 1 +169 469 m 1 + 99 510 l 1 + 99 948 l 1 + 223 876 l 1 + 223 698 l 1 + 223 590 l 1 + 223 562 l 1 + 169 469 l 1 +315 876 m 1 + 116 992 l 1 + 123 997 131 1000 140 1000 c 2 + 346 1000 l 1 + 470 1000 l 1 + 665 1000 l 1 + 593 876 l 1 + 554 876 l 1 + 470 876 l 1 + 346 876 l 1 + 315 876 l 1 +607 554 m 1 + 545 447 l 1 + 454 500 l 1 + 561 562 l 1 + 593 562 l 1 + 607 554 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ModernMini-Italic.sfd fonts-dseg-0.46/src/DSEG14ModernMini-Italic.sfd --- fonts-dseg-0.45/src/DSEG14ModernMini-Italic.sfd 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ModernMini-Italic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,5102 @@ +SplineFontDB: 3.0 +FontName: DSEG14ModernMini-Italic +FullName: DSEG14 Modern Mini-Italic +FamilyName: DSEG14 Modern Mini +Weight: Regular +Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) +UComments: "2014-8-31: Created." +Version: 0.46 +ItalicAngle: -5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 1000 +Descent: 0 +InvalidEm: 0 +LayerCount: 2 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 +XUID: [1021 682 390630330 14528854] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1409488158 +ModificationTime: 1584215126 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +Encoding: ISO8859-1 +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -48 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 48 24 8 +BeginPrivate: 0 +EndPrivate +BeginChars: 256 93 + +StartChar: zero +Encoding: 48 48 0 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 1 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 2 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 3 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 4 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 5 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 6 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 7 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 8 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 10 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 11 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 12 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 13 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 14 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 15 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 16 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 17 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 18 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 19 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 20 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 21 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 22 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 23 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 24 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 25 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 26 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 27 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 28 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 29 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 30 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 31 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 32 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 33 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 34 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 35 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 36 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 37 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 486 m 1 + 100 486 l 1 +180 693 m 0 + 180 684 178 676 175 669 c 0 + 172 662 168 655 162 649 c 0 + 156 643 149 639 142 636 c 0 + 135 633 127 631 118 631 c 0 + 109 631 101 633 94 636 c 0 + 87 639 80 643 74 649 c 0 + 68 655 64 662 61 669 c 0 + 58 676 56 684 56 693 c 0 + 56 702 58 710 61 717 c 0 + 64 724 68 730 74 736 c 0 + 80 742 87 747 94 750 c 0 + 101 753 109 754 118 754 c 0 + 127 754 135 753 142 750 c 0 + 149 747 156 742 162 736 c 0 + 168 730 172 724 175 717 c 0 + 178 710 180 702 180 693 c 0 +144 281 m 0 + 144 272 142 264 139 257 c 0 + 136 250 132 243 126 237 c 0 + 120 231 113 227 106 224 c 0 + 99 221 91 219 82 219 c 0 + 73 219 65 221 58 224 c 0 + 51 227 44 231 38 237 c 0 + 32 243 28 250 25 257 c 0 + 22 264 20 272 20 281 c 0 + 20 290 22 298 25 305 c 0 + 28 312 32 318 38 324 c 0 + 44 330 51 335 58 338 c 0 + 65 341 73 342 82 342 c 0 + 91 342 99 341 106 338 c 0 + 113 335 120 330 126 324 c 0 + 132 318 136 312 139 305 c 0 + 142 298 144 290 144 281 c 0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 38 +Width: 0 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +18 62 m 0 + 18 53 16 45 13 38 c 0 + 10 31 6 24 0 18 c 0 + -6 12 -13 8 -20 5 c 0 + -27 2 -35 0 -44 0 c 0 + -53 0 -61 2 -68 5 c 0 + -75 8 -82 12 -88 18 c 0 + -94 24 -98 31 -101 38 c 0 + -104 45 -106 53 -106 62 c 0 + -106 71 -104 79 -101 86 c 0 + -98 93 -94 100 -88 106 c 0 + -82 112 -75 116 -68 119 c 0 + -61 122 -53 124 -44 124 c 0 + -35 124 -27 122 -20 119 c 0 + -13 116 -6 112 0 106 c 0 + 6 100 10 93 13 86 c 0 + 16 79 18 71 18 62 c 0 +EndSplineSet +EndChar + +StartChar: less +Encoding: 60 60 39 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: equal +Encoding: 61 61 40 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: greater +Encoding: 62 62 41 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: question +Encoding: 63 63 42 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: at +Encoding: 64 64 43 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: backslash +Encoding: 92 92 44 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +EndSplineSet +EndChar + +StartChar: asciicircum +Encoding: 94 94 45 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +EndSplineSet +EndChar + +StartChar: underscore +Encoding: 95 95 46 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: yen +Encoding: 165 165 47 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: quotedbl +Encoding: 34 34 48 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +EndSplineSet +EndChar + +StartChar: quotesingle +Encoding: 39 39 49 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +EndSplineSet +EndChar + +StartChar: parenleft +Encoding: 40 40 50 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +EndSplineSet +EndChar + +StartChar: parenright +Encoding: 41 41 51 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: asterisk +Encoding: 42 42 52 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: plus +Encoding: 43 43 53 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: slash +Encoding: 47 47 54 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: dollar +Encoding: 36 36 55 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: percent +Encoding: 37 37 56 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: ampersand +Encoding: 38 38 57 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: comma +Encoding: 44 44 58 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: brokenbar +Encoding: 166 166 59 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: grave +Encoding: 96 96 60 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +EndSplineSet +EndChar + +StartChar: plusminus +Encoding: 177 177 61 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: asciitilde +Encoding: 126 126 62 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 63 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: bar +Encoding: 124 124 64 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 65 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 66 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 69 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 70 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 71 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 72 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 73 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 74 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 75 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 76 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 77 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 78 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 79 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 80 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 81 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 82 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 83 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 84 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 85 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 86 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +716 493 m 1 + 677 41 l 2 + 677 40 677 40 677 39 c 2 + 588 93 l 1 + 589 95 l 1 + 589 103 l 1 + 592 139 l 1 + 599 218 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +167 218 m 1 + 164 185 l 1 + 60 28 l 1 + 59 32 59 37 59 41 c 2 + 95 454 l 1 + 141 426 l 1 + 161 413 l 1 + 161 414 l 1 + 183 400 l 1 + 167 218 l 1 +385 763 m 1 + 394 861 l 1 + 486 861 l 1 + 477 763 l 1 + 416 590 l 1 + 385 763 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 87 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +560 298 m 1 + 546 139 l 1 + 531 139 l 1 + 477 249 l 1 + 441 452 l 1 + 503 414 l 1 + 560 298 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 88 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +270 861 m 1 + 285 861 l 1 + 339 751 l 1 + 375 548 l 1 + 313 586 l 1 + 256 702 l 1 + 270 861 l 1 +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +431 237 m 1 + 422 139 l 1 + 330 139 l 1 + 339 237 l 1 + 400 410 l 1 + 431 237 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 89 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +449 548 m 1 + 521 751 l 1 + 595 861 l 1 + 610 861 l 1 + 596 702 l 1 + 519 586 l 1 + 449 548 l 1 +496 93 m 1 + 645 2 l 1 + 641 1 636 0 632 0 c 2 + 96 0 l 1 + 94 0 l 1 + 156 93 l 1 + 159 93 l 1 + 190 93 l 1 + 326 93 l 1 + 418 93 l 1 + 496 93 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +367 452 m 1 + 295 249 l 1 + 221 139 l 1 + 206 139 l 1 + 220 298 l 1 + 297 414 l 1 + 367 452 l 1 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 90 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 91 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +649 782 m 1 + 652 815 l 1 + 756 972 l 1 + 757 968 757 963 757 959 c 2 + 721 546 l 1 + 633 600 l 1 + 633 607 l 1 + 649 782 l 1 +539 546 m 1 + 628 546 l 1 + 567 454 l 1 + 531 454 l 1 + 454 500 l 1 + 539 546 l 1 +277 454 m 1 + 234 454 l 1 + 188 454 l 1 + 249 546 l 1 + 285 546 l 1 + 362 500 l 1 + 277 454 l 1 +100 507 m 1 + 139 959 l 2 + 139 960 139 960 139 961 c 2 + 228 907 l 1 + 227 905 l 1 + 227 895 l 1 + 224 861 l 1 + 217 782 l 1 + 199 578 l 1 + 196 546 l 1 + 150 477 l 1 + 100 507 l 1 +320 907 m 1 + 171 998 l 1 + 175 999 180 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 657 907 l 1 + 626 907 l 1 + 490 907 l 1 + 398 907 l 1 + 320 907 l 1 +EndSplineSet +EndChar +EndChars +EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ModernMini-LightItalic.sfd fonts-dseg-0.46/src/DSEG14ModernMini-LightItalic.sfd --- fonts-dseg-0.45/src/DSEG14ModernMini-LightItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ModernMini-LightItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Mini Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876271 +ModificationTime: 1584215143 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -4989,5 +4990,60 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +104 558 m 1 + 139 959 l 2 + 139 964 140 968 142 972 c 1 + 199 938 l 1 + 198 928 l 1 + 195 892 l 1 + 193 866 l 1 + 182 735 l 1 + 165 548 l 1 + 164 531 l 1 + 159 525 l 1 + 104 558 l 1 +250 469 m 1 + 197 502 l 1 + 217 531 l 1 + 311 531 l 1 + 362 500 l 1 + 305 469 l 1 + 250 469 l 1 +291 938 m 1 + 190 1000 l 1 + 452 1000 l 1 + 720 1000 l 2 + 725 1000 730 1000 734 998 c 1 + 693 938 l 1 + 663 938 l 1 + 477 938 l 1 + 415 938 l 1 + 291 938 l 1 +757 953 m 1 + 717 500 l 1 + 717 495 l 1 + 658 531 l 1 + 659 550 l 1 + 676 735 l 1 + 685 845 l 1 + 757 953 l 1 +511 531 m 1 + 566 531 l 1 + 619 498 l 1 + 599 469 l 1 + 505 469 l 1 + 454 500 l 1 + 511 531 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ModernMini-Light.sfd fonts-dseg-0.46/src/DSEG14ModernMini-Light.sfd --- fonts-dseg-0.45/src/DSEG14ModernMini-Light.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ModernMini-Light.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Mini Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876256 +ModificationTime: 1584215135 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -48 AntiAlias: 1 FitToEm: 1 -WinInfo: 48 24 8 +WinInfo: 24 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -4987,5 +4988,60 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +99 558 m 1 + 99 959 l 2 + 99 964 99 968 101 972 c 1 + 161 938 l 1 + 161 928 l 1 + 161 892 l 1 + 161 866 l 1 + 161 735 l 1 + 161 548 l 1 + 161 531 l 1 + 157 525 l 1 + 99 558 l 1 +253 469 m 1 + 197 502 l 1 + 214 531 l 1 + 308 531 l 1 + 362 500 l 1 + 308 469 l 1 + 253 469 l 1 +253 938 m 1 + 146 1000 l 1 + 408 1000 l 1 + 676 1000 l 2 + 681 1000 686 1000 690 998 c 1 + 655 938 l 1 + 625 938 l 1 + 439 938 l 1 + 377 938 l 1 + 253 938 l 1 +717 953 m 1 + 717 500 l 1 + 717 495 l 1 + 655 531 l 1 + 655 550 l 1 + 655 735 l 1 + 655 845 l 1 + 717 953 l 1 +508 531 m 1 + 563 531 l 1 + 619 498 l 1 + 602 469 l 1 + 508 469 l 1 + 454 500 l 1 + 508 531 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ModernMini-RegularItalic.sfd fonts-dseg-0.46/src/DSEG14ModernMini-RegularItalic.sfd --- fonts-dseg-0.45/src/DSEG14ModernMini-RegularItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ModernMini-RegularItalic.sfd 1970-01-01 00:00:00.000000000 +0000 @@ -1,5046 +0,0 @@ -SplineFontDB: 3.0 -FontName: DSEG14ModernMini-Italic -FullName: DSEG14 Modern Mini-Italic -FamilyName: DSEG14 Modern Mini -Weight: Regular -Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 -ItalicAngle: -5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 1000 -Descent: 0 -LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 -XUID: [1021 682 390630330 14528854] -FSType: 8 -OS2Version: 0 -OS2_WeightWidthSlopeOnly: 0 -OS2_UseTypoMetrics: 1 -CreationTime: 1409488158 -ModificationTime: 1514876238 -PfmFamily: 17 -TTFWeight: 400 -TTFWidth: 5 -LineGap: 90 -VLineGap: 0 -OS2TypoAscent: 0 -OS2TypoAOffset: 1 -OS2TypoDescent: 0 -OS2TypoDOffset: 1 -OS2TypoLinegap: 90 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -OS2Vendor: 'PfEd' -MarkAttachClasses: 1 -DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" -Encoding: ISO8859-1 -UnicodeInterp: none -NameList: Adobe Glyph List -DisplaySize: -48 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 48 24 8 -BeginPrivate: 0 -EndPrivate -BeginChars: 256 92 - -StartChar: zero -Encoding: 48 48 0 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: eight -Encoding: 56 56 1 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: one -Encoding: 49 49 2 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: two -Encoding: 50 50 3 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: three -Encoding: 51 51 4 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: four -Encoding: 52 52 5 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -EndSplineSet -EndChar - -StartChar: five -Encoding: 53 53 6 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: six -Encoding: 54 54 7 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: seven -Encoding: 55 55 8 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: nine -Encoding: 57 57 9 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: A -Encoding: 65 65 10 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: B -Encoding: 66 66 11 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: C -Encoding: 67 67 12 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: D -Encoding: 68 68 13 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: E -Encoding: 69 69 14 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: F -Encoding: 70 70 15 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: G -Encoding: 71 71 16 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: H -Encoding: 72 72 17 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -EndSplineSet -EndChar - -StartChar: I -Encoding: 73 73 18 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: J -Encoding: 74 74 19 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: K -Encoding: 75 75 20 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -EndSplineSet -EndChar - -StartChar: L -Encoding: 76 76 21 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: M -Encoding: 77 77 22 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: N -Encoding: 78 78 23 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -EndSplineSet -EndChar - -StartChar: O -Encoding: 79 79 24 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: P -Encoding: 80 80 25 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: Q -Encoding: 81 81 26 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: R -Encoding: 82 82 27 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: S -Encoding: 83 83 28 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: T -Encoding: 84 84 29 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: U -Encoding: 85 85 30 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: V -Encoding: 86 86 31 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: W -Encoding: 87 87 32 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: X -Encoding: 88 88 33 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: Y -Encoding: 89 89 34 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: Z -Encoding: 90 90 35 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: hyphen -Encoding: 45 45 36 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -EndSplineSet -EndChar - -StartChar: colon -Encoding: 58 58 37 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 486 m 1 - 100 486 l 1 -180 693 m 0 - 180 684 178 676 175 669 c 0 - 172 662 168 655 162 649 c 0 - 156 643 149 639 142 636 c 0 - 135 633 127 631 118 631 c 0 - 109 631 101 633 94 636 c 0 - 87 639 80 643 74 649 c 0 - 68 655 64 662 61 669 c 0 - 58 676 56 684 56 693 c 0 - 56 702 58 710 61 717 c 0 - 64 724 68 730 74 736 c 0 - 80 742 87 747 94 750 c 0 - 101 753 109 754 118 754 c 0 - 127 754 135 753 142 750 c 0 - 149 747 156 742 162 736 c 0 - 168 730 172 724 175 717 c 0 - 178 710 180 702 180 693 c 0 -144 281 m 0 - 144 272 142 264 139 257 c 0 - 136 250 132 243 126 237 c 0 - 120 231 113 227 106 224 c 0 - 99 221 91 219 82 219 c 0 - 73 219 65 221 58 224 c 0 - 51 227 44 231 38 237 c 0 - 32 243 28 250 25 257 c 0 - 22 264 20 272 20 281 c 0 - 20 290 22 298 25 305 c 0 - 28 312 32 318 38 324 c 0 - 44 330 51 335 58 338 c 0 - 65 341 73 342 82 342 c 0 - 91 342 99 341 106 338 c 0 - 113 335 120 330 126 324 c 0 - 132 318 136 312 139 305 c 0 - 142 298 144 290 144 281 c 0 -EndSplineSet -EndChar - -StartChar: period -Encoding: 46 46 38 -Width: 0 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -18 62 m 0 - 18 53 16 45 13 38 c 0 - 10 31 6 24 0 18 c 0 - -6 12 -13 8 -20 5 c 0 - -27 2 -35 0 -44 0 c 0 - -53 0 -61 2 -68 5 c 0 - -75 8 -82 12 -88 18 c 0 - -94 24 -98 31 -101 38 c 0 - -104 45 -106 53 -106 62 c 0 - -106 71 -104 79 -101 86 c 0 - -98 93 -94 100 -88 106 c 0 - -82 112 -75 116 -68 119 c 0 - -61 122 -53 124 -44 124 c 0 - -35 124 -27 122 -20 119 c 0 - -13 116 -6 112 0 106 c 0 - 6 100 10 93 13 86 c 0 - 16 79 18 71 18 62 c 0 -EndSplineSet -EndChar - -StartChar: less -Encoding: 60 60 39 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: equal -Encoding: 61 61 40 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: greater -Encoding: 62 62 41 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: question -Encoding: 63 63 42 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: at -Encoding: 64 64 43 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: backslash -Encoding: 92 92 44 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -EndSplineSet -EndChar - -StartChar: asciicircum -Encoding: 94 94 45 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -EndSplineSet -EndChar - -StartChar: underscore -Encoding: 95 95 46 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: yen -Encoding: 165 165 47 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: quotedbl -Encoding: 34 34 48 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -EndSplineSet -EndChar - -StartChar: quotesingle -Encoding: 39 39 49 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -EndSplineSet -EndChar - -StartChar: parenleft -Encoding: 40 40 50 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -EndSplineSet -EndChar - -StartChar: parenright -Encoding: 41 41 51 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: asterisk -Encoding: 42 42 52 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: plus -Encoding: 43 43 53 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: slash -Encoding: 47 47 54 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: dollar -Encoding: 36 36 55 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: percent -Encoding: 37 37 56 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: ampersand -Encoding: 38 38 57 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: comma -Encoding: 44 44 58 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: brokenbar -Encoding: 166 166 59 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: grave -Encoding: 96 96 60 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -EndSplineSet -EndChar - -StartChar: plusminus -Encoding: 177 177 61 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: asciitilde -Encoding: 126 126 62 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: o -Encoding: 111 111 63 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: bar -Encoding: 124 124 64 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: a -Encoding: 97 97 65 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: b -Encoding: 98 98 66 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: c -Encoding: 99 99 67 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: d -Encoding: 100 100 68 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: e -Encoding: 101 101 69 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: f -Encoding: 102 102 70 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: g -Encoding: 103 103 71 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: h -Encoding: 104 104 72 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -EndSplineSet -EndChar - -StartChar: i -Encoding: 105 105 73 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: j -Encoding: 106 106 74 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: k -Encoding: 107 107 75 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -EndSplineSet -EndChar - -StartChar: l -Encoding: 108 108 76 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: m -Encoding: 109 109 77 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: n -Encoding: 110 110 78 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -EndSplineSet -EndChar - -StartChar: p -Encoding: 112 112 79 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: q -Encoding: 113 113 80 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: r -Encoding: 114 114 81 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: s -Encoding: 115 115 82 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -539 546 m 1 - 628 546 l 1 - 567 454 l 1 - 531 454 l 1 - 454 500 l 1 - 539 546 l 1 -277 454 m 1 - 234 454 l 1 - 188 454 l 1 - 249 546 l 1 - 285 546 l 1 - 362 500 l 1 - 277 454 l 1 -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -EndSplineSet -EndChar - -StartChar: t -Encoding: 116 116 83 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: u -Encoding: 117 117 84 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -EndSplineSet -EndChar - -StartChar: v -Encoding: 118 118 85 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: w -Encoding: 119 119 86 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -649 782 m 1 - 652 815 l 1 - 756 972 l 1 - 757 968 757 963 757 959 c 2 - 721 546 l 1 - 633 600 l 1 - 633 607 l 1 - 649 782 l 1 -716 493 m 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 592 139 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -100 507 m 1 - 139 959 l 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 224 861 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 -167 218 m 1 - 164 185 l 1 - 60 28 l 1 - 59 32 59 37 59 41 c 2 - 95 454 l 1 - 141 426 l 1 - 161 413 l 1 - 161 414 l 1 - 183 400 l 1 - 167 218 l 1 -385 763 m 1 - 394 861 l 1 - 486 861 l 1 - 477 763 l 1 - 416 590 l 1 - 385 763 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: x -Encoding: 120 120 87 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -560 298 m 1 - 546 139 l 1 - 531 139 l 1 - 477 249 l 1 - 441 452 l 1 - 503 414 l 1 - 560 298 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: y -Encoding: 121 121 88 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -270 861 m 1 - 285 861 l 1 - 339 751 l 1 - 375 548 l 1 - 313 586 l 1 - 256 702 l 1 - 270 861 l 1 -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -431 237 m 1 - 422 139 l 1 - 330 139 l 1 - 339 237 l 1 - 400 410 l 1 - 431 237 l 1 -EndSplineSet -EndChar - -StartChar: z -Encoding: 122 122 89 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -449 548 m 1 - 521 751 l 1 - 595 861 l 1 - 610 861 l 1 - 596 702 l 1 - 519 586 l 1 - 449 548 l 1 -496 93 m 1 - 645 2 l 1 - 641 1 636 0 632 0 c 2 - 96 0 l 1 - 94 0 l 1 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 496 93 l 1 -320 907 m 1 - 171 998 l 1 - 175 999 180 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 320 907 l 1 -367 452 m 1 - 295 249 l 1 - 221 139 l 1 - 206 139 l 1 - 220 298 l 1 - 297 414 l 1 - 367 452 l 1 -EndSplineSet -EndChar - -StartChar: space -Encoding: 32 32 90 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -EndChar - -StartChar: exclam -Encoding: 33 33 91 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -EndChar -EndChars -EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14ModernMini-Regular.sfd fonts-dseg-0.46/src/DSEG14ModernMini-Regular.sfd --- fonts-dseg-0.45/src/DSEG14ModernMini-Regular.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14ModernMini-Regular.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Mini Weight: Regular Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876292 +ModificationTime: 1584215152 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -5040,5 +5041,60 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +624 782 m 1 + 624 815 l 1 + 715 972 l 1 + 716 968 717 963 717 959 c 2 + 717 546 l 1 + 624 600 l 1 + 624 607 l 1 + 624 782 l 1 +535 546 m 1 + 624 546 l 1 + 571 454 l 1 + 535 454 l 1 + 454 500 l 1 + 535 546 l 1 +281 454 m 1 + 238 454 l 1 + 192 454 l 1 + 245 546 l 1 + 281 546 l 1 + 362 500 l 1 + 281 454 l 1 +99 507 m 1 + 99 959 l 2 + 99 960 99 960 99 961 c 2 + 192 907 l 1 + 192 905 l 1 + 192 895 l 1 + 192 861 l 1 + 192 782 l 1 + 192 578 l 1 + 192 546 l 1 + 152 477 l 1 + 99 507 l 1 +284 907 m 1 + 127 998 l 1 + 131 999 136 1000 140 1000 c 2 + 676 1000 l 2 + 677 1000 677 1000 678 1000 c 2 + 624 907 l 1 + 621 907 l 1 + 590 907 l 1 + 454 907 l 1 + 362 907 l 1 + 284 907 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Modern-RegularItalic.sfd fonts-dseg-0.46/src/DSEG14Modern-RegularItalic.sfd --- fonts-dseg-0.45/src/DSEG14Modern-RegularItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Modern-RegularItalic.sfd 1970-01-01 00:00:00.000000000 +0000 @@ -1,4988 +0,0 @@ -SplineFontDB: 3.0 -FontName: DSEG14Modern-Italic -FullName: DSEG14 Modern-Italic -FamilyName: DSEG14 Modern -Weight: Regular -Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 -ItalicAngle: -5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 1000 -Descent: 0 -LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 -XUID: [1021 682 390630330 14528854] -FSType: 8 -OS2Version: 0 -OS2_WeightWidthSlopeOnly: 0 -OS2_UseTypoMetrics: 1 -CreationTime: 1409488158 -ModificationTime: 1514876377 -PfmFamily: 17 -TTFWeight: 400 -TTFWidth: 5 -LineGap: 90 -VLineGap: 0 -OS2TypoAscent: 0 -OS2TypoAOffset: 1 -OS2TypoDescent: 0 -OS2TypoDOffset: 1 -OS2TypoLinegap: 90 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -OS2Vendor: 'PfEd' -MarkAttachClasses: 1 -DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" -Encoding: ISO8859-1 -UnicodeInterp: none -NameList: Adobe Glyph List -DisplaySize: -48 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 0 24 8 -BeginPrivate: 0 -EndPrivate -BeginChars: 256 92 - -StartChar: zero -Encoding: 48 48 0 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: eight -Encoding: 56 56 1 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: one -Encoding: 49 49 2 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: two -Encoding: 50 50 3 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: three -Encoding: 51 51 4 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: four -Encoding: 52 52 5 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: five -Encoding: 53 53 6 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: six -Encoding: 54 54 7 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: seven -Encoding: 55 55 8 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: nine -Encoding: 57 57 9 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: A -Encoding: 65 65 10 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: B -Encoding: 66 66 11 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: C -Encoding: 67 67 12 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: D -Encoding: 68 68 13 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: E -Encoding: 69 69 14 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: F -Encoding: 70 70 15 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: G -Encoding: 71 71 16 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: H -Encoding: 72 72 17 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: I -Encoding: 73 73 18 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: J -Encoding: 74 74 19 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: K -Encoding: 75 75 20 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: L -Encoding: 76 76 21 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: M -Encoding: 77 77 22 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: N -Encoding: 78 78 23 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: O -Encoding: 79 79 24 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: P -Encoding: 80 80 25 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: Q -Encoding: 81 81 26 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: R -Encoding: 82 82 27 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: S -Encoding: 83 83 28 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: T -Encoding: 84 84 29 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: U -Encoding: 85 85 30 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: V -Encoding: 86 86 31 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: W -Encoding: 87 87 32 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: X -Encoding: 88 88 33 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -EndSplineSet -EndChar - -StartChar: Y -Encoding: 89 89 34 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -EndSplineSet -EndChar - -StartChar: Z -Encoding: 90 90 35 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -EndSplineSet -EndChar - -StartChar: hyphen -Encoding: 45 45 36 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -EndSplineSet -EndChar - -StartChar: colon -Encoding: 58 58 37 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 486 m 1 - 100 486 l 1 -180 693 m 0 - 180 684 178 676 175 669 c 0 - 172 662 168 655 162 649 c 0 - 156 643 149 639 142 636 c 0 - 135 633 127 631 118 631 c 0 - 109 631 101 633 94 636 c 0 - 87 639 80 643 74 649 c 0 - 68 655 64 662 61 669 c 0 - 58 676 56 684 56 693 c 0 - 56 702 58 710 61 717 c 0 - 64 724 68 730 74 736 c 0 - 80 742 87 747 94 750 c 0 - 101 753 109 754 118 754 c 0 - 127 754 135 753 142 750 c 0 - 149 747 156 742 162 736 c 0 - 168 730 172 724 175 717 c 0 - 178 710 180 702 180 693 c 0 -144 281 m 0 - 144 272 142 264 139 257 c 0 - 136 250 132 243 126 237 c 0 - 120 231 113 227 106 224 c 0 - 99 221 91 219 82 219 c 0 - 73 219 65 221 58 224 c 0 - 51 227 44 231 38 237 c 0 - 32 243 28 250 25 257 c 0 - 22 264 20 272 20 281 c 0 - 20 290 22 298 25 305 c 0 - 28 312 32 318 38 324 c 0 - 44 330 51 335 58 338 c 0 - 65 341 73 342 82 342 c 0 - 91 342 99 341 106 338 c 0 - 113 335 120 330 126 324 c 0 - 132 318 136 312 139 305 c 0 - 142 298 144 290 144 281 c 0 -EndSplineSet -EndChar - -StartChar: period -Encoding: 46 46 38 -Width: 0 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -18 62 m 0 - 18 53 16 45 13 38 c 0 - 10 31 6 24 0 18 c 0 - -6 12 -13 8 -20 5 c 0 - -27 2 -35 0 -44 0 c 0 - -53 0 -61 2 -68 5 c 0 - -75 8 -82 12 -88 18 c 0 - -94 24 -98 31 -101 38 c 0 - -104 45 -106 53 -106 62 c 0 - -106 71 -104 79 -101 86 c 0 - -98 93 -94 100 -88 106 c 0 - -82 112 -75 116 -68 119 c 0 - -61 122 -53 124 -44 124 c 0 - -35 124 -27 122 -20 119 c 0 - -13 116 -6 112 0 106 c 0 - 6 100 10 93 13 86 c 0 - 16 79 18 71 18 62 c 0 -EndSplineSet -EndChar - -StartChar: less -Encoding: 60 60 39 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -EndSplineSet -EndChar - -StartChar: equal -Encoding: 61 61 40 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: greater -Encoding: 62 62 41 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -EndSplineSet -EndChar - -StartChar: question -Encoding: 63 63 42 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: at -Encoding: 64 64 43 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: backslash -Encoding: 92 92 44 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -EndSplineSet -EndChar - -StartChar: asciicircum -Encoding: 94 94 45 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: underscore -Encoding: 95 95 46 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: yen -Encoding: 165 165 47 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -EndSplineSet -EndChar - -StartChar: quotedbl -Encoding: 34 34 48 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: quotesingle -Encoding: 39 39 49 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -EndSplineSet -EndChar - -StartChar: parenleft -Encoding: 40 40 50 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -EndSplineSet -EndChar - -StartChar: parenright -Encoding: 41 41 51 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -EndSplineSet -EndChar - -StartChar: asterisk -Encoding: 42 42 52 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -EndSplineSet -EndChar - -StartChar: plus -Encoding: 43 43 53 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -EndSplineSet -EndChar - -StartChar: slash -Encoding: 47 47 54 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -EndSplineSet -EndChar - -StartChar: dollar -Encoding: 36 36 55 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: percent -Encoding: 37 37 56 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: ampersand -Encoding: 38 38 57 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -EndSplineSet -EndChar - -StartChar: comma -Encoding: 44 44 58 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -EndSplineSet -EndChar - -StartChar: brokenbar -Encoding: 166 166 59 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -EndSplineSet -EndChar - -StartChar: grave -Encoding: 96 96 60 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -EndSplineSet -EndChar - -StartChar: plusminus -Encoding: 177 177 61 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: asciitilde -Encoding: 126 126 62 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: o -Encoding: 111 111 63 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: bar -Encoding: 124 124 64 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -EndSplineSet -EndChar - -StartChar: a -Encoding: 97 97 65 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: b -Encoding: 98 98 66 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: c -Encoding: 99 99 67 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: d -Encoding: 100 100 68 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: e -Encoding: 101 101 69 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: f -Encoding: 102 102 70 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: g -Encoding: 103 103 71 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: h -Encoding: 104 104 72 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: i -Encoding: 105 105 73 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: j -Encoding: 106 106 74 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -EndSplineSet -EndChar - -StartChar: k -Encoding: 107 107 75 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: l -Encoding: 108 108 76 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: m -Encoding: 109 109 77 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: n -Encoding: 110 110 78 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: p -Encoding: 112 112 79 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: q -Encoding: 113 113 80 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: r -Encoding: 114 114 81 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: s -Encoding: 115 115 82 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -387 500 m 1 - 303 454 l 1 - 208 454 l 1 - 188 454 l 1 - 166 467 l 1 - 219 546 l 1 - 311 546 l 1 - 387 500 l 1 -628 546 m 1 - 650 533 l 1 - 597 454 l 1 - 505 454 l 1 - 429 500 l 1 - 513 546 l 1 - 628 546 l 1 -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: t -Encoding: 116 116 83 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: u -Encoding: 117 117 84 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: v -Encoding: 118 118 85 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: w -Encoding: 119 119 86 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -381 713 m 1 - 396 887 l 1 - 488 887 l 1 - 473 713 l 1 - 412 540 l 1 - 381 713 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 2 - 677 40 677 40 677 39 c 2 - 588 93 l 1 - 589 95 l 1 - 589 103 l 1 - 590 113 l 1 - 599 218 l 1 - 620 454 l 1 - 666 523 l 1 -167 218 m 1 - 160 134 l 1 - 75 6 l 1 - 65 13 58 26 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 167 218 l 1 -741 994 m 1 - 751 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 633 607 l 1 - 649 782 l 1 - 656 866 l 1 - 741 994 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -139 959 m 2 - 139 960 139 960 139 961 c 2 - 228 907 l 1 - 227 905 l 1 - 227 895 l 1 - 226 887 l 1 - 217 782 l 1 - 199 578 l 1 - 196 546 l 1 - 150 477 l 1 - 100 507 l 1 - 139 959 l 2 -EndSplineSet -EndChar - -StartChar: x -Encoding: 120 120 87 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -582 254 m 1 - 570 113 l 1 - 544 113 l 1 - 456 293 l 1 - 422 479 l 1 - 493 436 l 1 - 582 254 l 1 -EndSplineSet -EndChar - -StartChar: y -Encoding: 121 121 88 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -234 746 m 1 - 246 887 l 1 - 272 887 l 1 - 360 707 l 1 - 394 521 l 1 - 323 564 l 1 - 234 746 l 1 -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -435 287 m 1 - 420 113 l 1 - 328 113 l 1 - 343 287 l 1 - 404 460 l 1 - 435 287 l 1 -EndSplineSet -EndChar - -StartChar: z -Encoding: 122 122 89 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -492 707 m 1 - 612 887 l 1 - 638 887 l 1 - 626 746 l 1 - 505 564 l 1 - 426 521 l 1 - 492 707 l 1 -269 907 m 1 - 147 981 l 1 - 155 992 169 1000 184 1000 c 2 - 720 1000 l 2 - 721 1000 721 1000 722 1000 c 2 - 660 907 l 1 - 657 907 l 1 - 626 907 l 1 - 490 907 l 1 - 398 907 l 1 - 269 907 l 1 -547 93 m 1 - 669 19 l 1 - 661 8 647 0 632 0 c 2 - 96 0 l 2 - 95 0 95 0 94 0 c 2 - 156 93 l 1 - 159 93 l 1 - 190 93 l 1 - 326 93 l 1 - 418 93 l 1 - 547 93 l 1 -324 293 m 1 - 204 113 l 1 - 178 113 l 1 - 190 254 l 1 - 311 436 l 1 - 390 479 l 1 - 324 293 l 1 -EndSplineSet -EndChar - -StartChar: space -Encoding: 32 32 90 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -EndChar - -StartChar: exclam -Encoding: 33 33 91 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -EndChar -EndChars -EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG14Modern-Regular.sfd fonts-dseg-0.46/src/DSEG14Modern-Regular.sfd --- fonts-dseg-0.45/src/DSEG14Modern-Regular.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG14Modern-Regular.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG14 Modern Weight: Regular Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514876309 +ModificationTime: 1584215095 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG14 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 92 +BeginChars: 256 93 StartChar: zero Encoding: 48 48 0 @@ -4982,5 +4983,62 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 92 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +387 500 m 1 + 307 454 l 1 + 212 454 l 1 + 192 454 l 1 + 169 467 l 1 + 215 546 l 1 + 307 546 l 1 + 387 500 l 1 +624 546 m 1 + 647 533 l 1 + 601 454 l 1 + 509 454 l 1 + 429 500 l 1 + 509 546 l 1 + 624 546 l 1 +698 994 m 1 + 709 987 717 974 717 959 c 2 + 717 517 l 1 + 624 570 l 1 + 624 607 l 1 + 624 782 l 1 + 624 866 l 1 + 698 994 l 1 +233 907 m 1 + 105 981 l 1 + 112 992 125 1000 140 1000 c 2 + 676 1000 l 2 + 677 1000 677 1000 678 1000 c 2 + 624 907 l 1 + 621 907 l 1 + 590 907 l 1 + 454 907 l 1 + 362 907 l 1 + 233 907 l 1 +99 959 m 2 + 99 960 99 960 99 961 c 2 + 192 907 l 1 + 192 905 l 1 + 192 895 l 1 + 192 887 l 1 + 192 782 l 1 + 192 578 l 1 + 192 546 l 1 + 152 477 l 1 + 99 507 l 1 + 99 959 l 2 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Classic-BoldItalic.sfd fonts-dseg-0.46/src/DSEG7Classic-BoldItalic.sfd --- fonts-dseg-0.45/src/DSEG7Classic-BoldItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Classic-BoldItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514873867 +ModificationTime: 1584214615 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,18 +43,18 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 17 17 4 +WinInfo: 51 17 4 BeginPrivate: 0 EndPrivate TeXData: 1 0 -1005505 209715 104857 69905 513802 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2813,7 +2814,7 @@ Encoding: 58 58 63 Width: 200 VWidth: 200 -Flags: HWO +Flags: HW LayerCount: 2 Fore SplineSet @@ -2899,5 +2900,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 204 124 l 1 + 546 124 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HWO +LayerCount: 2 +Fore +SplineSet +583 562 m 1 + 640 499 l 1 + 573 438 l 1 + 232 438 l 1 + 175 500 l 1 + 243 562 l 1 + 583 562 l 1 +162 515 m 1 + 157 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 254 862 l 1 + 229 576 l 1 + 162 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 612 876 l 1 + 270 876 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 660 510 l 1 + 656 514 l 1 + 600 575 l 1 + 625 862 l 1 + 726 955 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Classic-Bold.sfd fonts-dseg-0.46/src/DSEG7Classic-Bold.sfd --- fonts-dseg-0.45/src/DSEG7Classic-Bold.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Classic-Bold.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514873694 +ModificationTime: 1584214595 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)+AAoA" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)+AAoA" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 0 16 6 +WinInfo: 16 16 6 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2896,5 +2897,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: degree +Encoding: 176 176 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +577 562 m 1 + 640 499 l 1 + 579 438 l 1 + 237 438 l 1 + 175 500 l 1 + 237 562 l 1 + 577 562 l 1 +161 515 m 1 + 157 510 l 1 + 99 510 l 1 + 99 924 l 1 + 130 955 l 1 + 223 862 l 1 + 223 576 l 1 + 161 515 l 1 +144 969 m 1 + 175 1000 l 1 + 641 1000 l 1 + 672 969 l 1 + 579 876 l 1 + 237 876 l 1 + 144 969 l 1 +686 955 m 1 + 717 924 l 1 + 717 510 l 1 + 659 510 l 1 + 655 514 l 1 + 593 575 l 1 + 593 862 l 1 + 686 955 l 1 +EndSplineSet +EndChar + +StartChar: underscore +Encoding: 95 95 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +672 31 m 1 + 641 0 l 1 + 175 0 l 1 + 144 31 l 1 + 237 124 l 1 + 579 124 l 1 + 672 31 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Classic-Italic.sfd fonts-dseg-0.46/src/DSEG7Classic-Italic.sfd --- fonts-dseg-0.45/src/DSEG7Classic-Italic.sfd 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Classic-Italic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,3098 @@ +SplineFontDB: 3.0 +FontName: DSEG7Classic-Italic +FullName: DSEG7 Classic-Italic +FamilyName: DSEG7 Classic +Weight: Regular +Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) +UComments: "2014-8-31: Created." +Version: 0.46 +ItalicAngle: -5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 1000 +Descent: 0 +InvalidEm: 0 +LayerCount: 2 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 +XUID: [1021 682 390630330 14528854] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1409488158 +ModificationTime: 1584231190 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +Encoding: ISO8859-1 +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 24 9 +BeginPrivate: 0 +EndPrivate +TeXData: 1 0 -1005505 346030 173015 115343 513481 1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 +BeginChars: 256 69 + +StartChar: zero +Encoding: 48 48 0 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 1 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 2 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 3 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 4 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 5 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 6 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 7 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 8 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 10 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 11 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 12 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 13 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 14 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 15 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 16 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 17 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 18 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 19 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 20 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 21 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 22 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 23 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 24 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 25 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 26 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 27 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 28 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 29 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 30 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 31 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 32 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 33 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 34 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 35 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 36 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 37 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 38 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 39 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 40 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 41 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 42 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 43 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 44 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 45 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 46 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 47 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 48 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 49 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 50 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 51 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 52 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 53 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 54 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 55 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 56 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 57 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 58 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 59 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 60 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +684 485 m 1 + 689 489 l 1 + 716 489 l 1 + 680 76 l 1 + 646 45 l 1 + 590 107 l 1 + 618 424 l 1 + 684 485 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 61 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +90 45 m 1 + 62 76 l 1 + 98 490 l 1 + 125 490 l 1 + 129 485 l 1 + 185 424 l 1 + 157 107 l 1 + 90 45 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 62 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 63 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 486 m 1 + 100 486 l 1 +180 693 m 0 + 180 684 178 676 175 669 c 0 + 172 662 168 655 162 649 c 0 + 156 643 149 639 142 636 c 0 + 135 633 127 631 118 631 c 0 + 109 631 101 633 94 636 c 0 + 87 639 80 643 74 649 c 0 + 68 655 64 662 61 669 c 0 + 58 676 56 684 56 693 c 0 + 56 702 58 710 61 717 c 0 + 64 724 68 730 74 736 c 0 + 80 742 87 747 94 750 c 0 + 101 753 109 754 118 754 c 0 + 127 754 135 753 142 750 c 0 + 149 747 156 742 162 736 c 0 + 168 730 172 724 175 717 c 0 + 178 710 180 702 180 693 c 0 +144 281 m 0 + 144 272 142 264 139 257 c 0 + 136 250 132 243 126 237 c 0 + 120 231 113 227 106 224 c 0 + 99 221 91 219 82 219 c 0 + 73 219 65 221 58 224 c 0 + 51 227 44 231 38 237 c 0 + 32 243 28 250 25 257 c 0 + 22 264 20 272 20 281 c 0 + 20 290 22 298 25 305 c 0 + 28 312 32 318 38 324 c 0 + 44 330 51 335 58 338 c 0 + 65 341 73 342 82 342 c 0 + 91 342 99 341 106 338 c 0 + 113 335 120 330 126 324 c 0 + 132 318 136 312 139 305 c 0 + 142 298 144 290 144 281 c 0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 64 +Width: 0 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +18 62 m 0 + 18 53 16 45 13 38 c 0 + 10 31 6 24 0 18 c 0 + -6 12 -13 8 -20 5 c 0 + -27 2 -35 0 -44 0 c 0 + -53 0 -61 2 -68 5 c 0 + -75 8 -82 12 -88 18 c 0 + -94 24 -98 31 -101 38 c 0 + -104 45 -106 53 -106 62 c 0 + -106 71 -104 79 -101 86 c 0 + -98 93 -94 100 -88 106 c 0 + -82 112 -75 116 -68 119 c 0 + -61 122 -53 124 -44 124 c 0 + -35 124 -27 122 -20 119 c 0 + -13 116 -6 112 0 106 c 0 + 6 100 10 93 13 86 c 0 + 16 79 18 71 18 62 c 0 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 65 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 66 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +631 31 m 1 + 597 0 l 1 + 132 0 l 1 + 103 31 l 1 + 171 93 l 1 + 574 93 l 1 + 631 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 515 m 1 + 127 510 l 1 + 100 510 l 1 + 136 924 l 1 + 170 955 l 1 + 226 893 l 1 + 198 576 l 1 + 131 515 l 1 +185 969 m 1 + 219 1000 l 1 + 684 1000 l 1 + 713 969 l 1 + 645 907 l 1 + 242 907 l 1 + 185 969 l 1 +671 499 m 1 + 620 453 l 1 + 620 454 l 1 + 188 454 l 1 + 188 453 l 1 + 144 500 l 1 + 196 547 l 1 + 196 546 l 1 + 628 546 l 1 + 671 499 l 1 +726 955 m 1 + 754 924 l 1 + 718 510 l 1 + 691 510 l 1 + 687 514 l 1 + 631 575 l 1 + 659 893 l 1 + 726 955 l 1 +EndSplineSet +EndChar +EndChars +EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Classic-LightItalic.sfd fonts-dseg-0.46/src/DSEG7Classic-LightItalic.sfd --- fonts-dseg-0.45/src/DSEG7Classic-LightItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Classic-LightItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514873959 +ModificationTime: 1584231210 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 32 16 4 +WinInfo: 16 16 4 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2875,7 +2876,7 @@ Encoding: 58 58 63 Width: 200 VWidth: 0 -Flags: HWO +Flags: HW LayerCount: 2 Fore SplineSet @@ -2921,9 +2922,9 @@ StartChar: period Encoding: 46 46 64 -Width: -44 +Width: 0 VWidth: 0 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -2945,7 +2946,6 @@ 6 100 10 93 13 86 c 0 16 79 18 71 18 62 c 0 EndSplineSet -Validated: 1 EndChar StartChar: space @@ -2963,5 +2963,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +634 31 m 1 + 601 0 l 1 + 128 0 l 1 + 100 31 l 1 + 133 62 l 1 + 606 62 l 1 + 634 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +131 511 m 1 + 128 508 l 1 + 100 508 l 1 + 136 927 l 1 + 170 958 l 1 + 198 927 l 1 + 164 542 l 1 + 131 511 l 1 +182 969 m 1 + 215 1000 l 1 + 688 1000 l 1 + 716 969 l 1 + 683 938 l 1 + 210 938 l 1 + 182 969 l 1 +646 531 m 1 + 675 500 l 1 + 641 469 l 1 + 169 469 l 1 + 141 500 l 1 + 175 531 l 1 + 646 531 l 1 +726 958 m 1 + 754 927 l 1 + 718 508 l 1 + 690 508 l 1 + 687 511 l 1 + 659 541 l 1 + 693 927 l 1 + 726 958 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Classic-Light.sfd fonts-dseg-0.46/src/DSEG7Classic-Light.sfd --- fonts-dseg-0.45/src/DSEG7Classic-Light.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Classic-Light.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514873897 +ModificationTime: 1584214682 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,18 +43,18 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 16 16 4 +WinInfo: 32 16 4 BeginPrivate: 0 EndPrivate TeXData: 1 0 0 346030 173015 115343 516202 1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2897,5 +2898,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +675 31 m 1 + 644 0 l 1 + 172 0 l 1 + 141 31 l 1 + 172 62 l 1 + 644 62 l 1 + 675 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +130 511 m 1 + 127 508 l 1 + 99 508 l 1 + 99 927 l 1 + 130 958 l 1 + 161 927 l 1 + 161 542 l 1 + 130 511 l 1 +141 969 m 1 + 172 1000 l 1 + 644 1000 l 1 + 675 969 l 1 + 644 938 l 1 + 172 938 l 1 + 141 969 l 1 +644 531 m 1 + 675 500 l 1 + 644 469 l 1 + 172 469 l 1 + 141 500 l 1 + 172 531 l 1 + 644 531 l 1 +686 958 m 1 + 717 927 l 1 + 717 508 l 1 + 689 508 l 1 + 686 511 l 1 + 655 541 l 1 + 655 927 l 1 + 686 958 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ClassicMini-BoldItalic.sfd fonts-dseg-0.46/src/DSEG7ClassicMini-BoldItalic.sfd --- fonts-dseg-0.45/src/DSEG7ClassicMini-BoldItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ClassicMini-BoldItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Mini Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514873989 +ModificationTime: 1584231254 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DIGINUM-7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DIGINUM-7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 24 24 9 +WinInfo: 0 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2857,9 +2858,9 @@ StartChar: period Encoding: 46 46 64 -Width: -44 +Width: 0 VWidth: 0 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -2898,5 +2899,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 233 124 l 1 + 517 124 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 252 833 l 1 + 235 636 l 1 + 134 544 l 1 +586 562 m 1 + 642 500 l 1 + 575 438 l 1 + 230 438 l 1 + 174 500 l 1 + 241 562 l 1 + 586 562 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 583 876 l 1 + 299 876 l 1 + 215 969 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 605 636 l 1 + 623 833 l 1 + 723 925 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ClassicMini-Bold.sfd fonts-dseg-0.46/src/DSEG7ClassicMini-Bold.sfd --- fonts-dseg-0.45/src/DSEG7ClassicMini-Bold.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ClassicMini-Bold.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Mini Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514873974 +ModificationTime: 1584214771 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2896,5 +2897,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +642 31 m 1 + 612 0 l 1 + 204 0 l 1 + 174 31 l 1 + 266 124 l 1 + 550 124 l 1 + 642 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +130 544 m 1 + 117 531 l 1 + 99 531 l 1 + 99 894 l 1 + 130 925 l 1 + 223 833 l 1 + 223 636 l 1 + 130 544 l 1 +581 562 m 1 + 642 500 l 1 + 581 438 l 1 + 235 438 l 1 + 174 500 l 1 + 235 562 l 1 + 581 562 l 1 +174 969 m 1 + 204 1000 l 1 + 612 1000 l 1 + 642 969 l 1 + 550 876 l 1 + 266 876 l 1 + 174 969 l 1 +686 925 m 1 + 717 895 l 1 + 717 531 l 1 + 699 531 l 1 + 686 544 l 1 + 593 636 l 1 + 593 833 l 1 + 686 925 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ClassicMini-Italic.sfd fonts-dseg-0.46/src/DSEG7ClassicMini-Italic.sfd --- fonts-dseg-0.45/src/DSEG7ClassicMini-Italic.sfd 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ClassicMini-Italic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,2962 @@ +SplineFontDB: 3.0 +FontName: DSEG7ClassicMini-Italic +FullName: DSEG7 Classic Mini-Italic +FamilyName: DSEG7 Classic Mini +Weight: Regular +Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) +UComments: "2014-8-31: Created." +Version: 0.46 +ItalicAngle: -5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 1000 +Descent: 0 +InvalidEm: 0 +LayerCount: 2 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 +XUID: [1021 682 390630330 14528854] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1409488158 +ModificationTime: 1584231294 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +Encoding: ISO8859-1 +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 24 9 +BeginPrivate: 0 +EndPrivate +BeginChars: 256 69 + +StartChar: zero +Encoding: 48 48 0 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 1 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 2 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 3 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 4 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 5 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 6 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 7 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 8 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 10 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 11 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 12 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 13 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 14 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 15 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 16 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 17 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 18 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 19 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 20 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 21 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 22 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 23 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 24 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 25 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 26 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 27 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 28 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 29 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 30 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 31 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 32 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 33 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 34 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 35 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 36 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 37 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 38 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 39 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 40 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 41 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 42 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 43 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 44 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 45 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 46 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 47 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 48 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 49 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 50 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 51 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 52 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 53 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 54 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 55 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 56 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 57 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 58 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 59 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 60 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +682 456 m 1 + 696 469 l 1 + 714 469 l 1 + 683 105 l 1 + 649 75 l 1 + 593 136 l 1 + 615 394 l 1 + 682 456 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 61 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +93 75 m 1 + 64 105 l 1 + 96 469 l 1 + 114 469 l 1 + 126 456 l 1 + 182 395 l 1 + 160 136 l 1 + 93 75 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 62 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 63 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 486 m 1 + 100 486 l 1 +180 693 m 0 + 180 684 178 676 175 669 c 0 + 172 662 168 655 162 649 c 0 + 156 643 149 639 142 636 c 0 + 135 633 127 631 118 631 c 0 + 109 631 101 633 94 636 c 0 + 87 639 80 643 74 649 c 0 + 68 655 64 662 61 669 c 0 + 58 676 56 684 56 693 c 0 + 56 702 58 710 61 717 c 0 + 64 724 68 730 74 736 c 0 + 80 742 87 747 94 750 c 0 + 101 753 109 754 118 754 c 0 + 127 754 135 753 142 750 c 0 + 149 747 156 742 162 736 c 0 + 168 730 172 724 175 717 c 0 + 178 710 180 702 180 693 c 0 +144 281 m 0 + 144 272 142 264 139 257 c 0 + 136 250 132 243 126 237 c 0 + 120 231 113 227 106 224 c 0 + 99 221 91 219 82 219 c 0 + 73 219 65 221 58 224 c 0 + 51 227 44 231 38 237 c 0 + 32 243 28 250 25 257 c 0 + 22 264 20 272 20 281 c 0 + 20 290 22 298 25 305 c 0 + 28 312 32 318 38 324 c 0 + 44 330 51 335 58 338 c 0 + 65 341 73 342 82 342 c 0 + 91 342 99 341 106 338 c 0 + 113 335 120 330 126 324 c 0 + 132 318 136 312 139 305 c 0 + 142 298 144 290 144 281 c 0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 64 +Width: 0 +VWidth: 0 +Flags: HWO +LayerCount: 2 +Fore +SplineSet +18 62 m 0 + 18 53 16 45 13 38 c 0 + 10 31 6 24 0 18 c 0 + -6 12 -13 8 -20 5 c 0 + -27 2 -35 0 -44 0 c 0 + -53 0 -61 2 -68 5 c 0 + -75 8 -82 12 -88 18 c 0 + -94 24 -98 31 -101 38 c 0 + -104 45 -106 53 -106 62 c 0 + -106 71 -104 79 -101 86 c 0 + -98 93 -94 100 -88 106 c 0 + -82 112 -75 116 -68 119 c 0 + -61 122 -53 124 -44 124 c 0 + -35 124 -27 122 -20 119 c 0 + -13 116 -6 112 0 106 c 0 + 6 100 10 93 13 86 c 0 + 16 79 18 71 18 62 c 0 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 65 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 66 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +601 31 m 1 + 568 0 l 1 + 161 0 l 1 + 133 31 l 1 + 200 93 l 1 + 545 93 l 1 + 601 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +134 544 m 1 + 120 531 l 1 + 102 531 l 1 + 133 894 l 1 + 167 925 l 1 + 223 864 l 1 + 201 605 l 1 + 134 544 l 1 +215 969 m 1 + 248 1000 l 1 + 655 1000 l 1 + 683 969 l 1 + 616 907 l 1 + 271 907 l 1 + 215 969 l 1 +600 546 m 1 + 642 500 l 1 + 592 454 l 1 + 216 454 l 1 + 174 500 l 1 + 224 546 l 1 + 600 546 l 1 +723 925 m 1 + 752 895 l 1 + 720 531 l 1 + 702 531 l 1 + 690 544 l 1 + 634 605 l 1 + 656 864 l 1 + 723 925 l 1 +EndSplineSet +EndChar +EndChars +EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ClassicMini-LightItalic.sfd fonts-dseg-0.46/src/DSEG7ClassicMini-LightItalic.sfd --- fonts-dseg-0.45/src/DSEG7ClassicMini-LightItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ClassicMini-LightItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Mini Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874026 +ModificationTime: 1584231314 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 48 24 9 +WinInfo: 0 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2857,9 +2858,9 @@ StartChar: period Encoding: 46 46 64 -Width: -44 +Width: 0 VWidth: 0 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -2898,5 +2899,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +612 31 m 1 + 579 0 l 1 + 150 0 l 1 + 122 31 l 1 + 155 62 l 1 + 584 62 l 1 + 612 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +163 500 m 1 + 196 531 l 1 + 625 531 l 1 + 653 500 l 1 + 620 469 l 1 + 191 469 l 1 + 163 500 l 1 +232 938 m 1 + 204 969 l 1 + 237 1000 l 1 + 666 1000 l 1 + 694 969 l 1 + 661 938 l 1 + 232 938 l 1 +133 533 m 1 + 122 523 l 1 + 101 523 l 1 + 134 905 l 1 + 168 936 l 1 + 196 905 l 1 + 166 564 l 1 + 133 533 l 1 +724 936 m 1 + 752 905 l 1 + 719 523 l 1 + 698 523 l 1 + 689 533 l 1 + 661 564 l 1 + 691 905 l 1 + 724 936 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ClassicMini-Light.sfd fonts-dseg-0.46/src/DSEG7ClassicMini-Light.sfd --- fonts-dseg-0.45/src/DSEG7ClassicMini-Light.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ClassicMini-Light.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Mini Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874004 +ModificationTime: 1584214801 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2896,5 +2897,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +653 31 m 1 + 622 0 l 1 + 194 0 l 1 + 163 31 l 1 + 194 62 l 1 + 622 62 l 1 + 653 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +163 500 m 1 + 194 531 l 1 + 622 531 l 1 + 653 500 l 1 + 622 469 l 1 + 194 469 l 1 + 163 500 l 1 +194 938 m 1 + 163 969 l 1 + 194 1000 l 1 + 622 1000 l 1 + 653 969 l 1 + 622 938 l 1 + 194 938 l 1 +130 533 m 1 + 120 523 l 1 + 99 523 l 1 + 99 905 l 1 + 130 936 l 1 + 161 905 l 1 + 161 564 l 1 + 130 533 l 1 +686 936 m 1 + 717 905 l 1 + 717 523 l 1 + 696 523 l 1 + 686 533 l 1 + 655 564 l 1 + 655 905 l 1 + 686 936 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ClassicMini-RegularItalic.sfd fonts-dseg-0.46/src/DSEG7ClassicMini-RegularItalic.sfd --- fonts-dseg-0.45/src/DSEG7ClassicMini-RegularItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ClassicMini-RegularItalic.sfd 1970-01-01 00:00:00.000000000 +0000 @@ -1,2902 +0,0 @@ -SplineFontDB: 3.0 -FontName: DSEG7ClassicMini-Italic -FullName: DSEG7 Classic Mini-Italic -FamilyName: DSEG7 Classic Mini -Weight: Regular -Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 -ItalicAngle: -5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 1000 -Descent: 0 -LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 -XUID: [1021 682 390630330 14528854] -FSType: 8 -OS2Version: 0 -OS2_WeightWidthSlopeOnly: 0 -OS2_UseTypoMetrics: 1 -CreationTime: 1409488158 -ModificationTime: 1514874065 -PfmFamily: 17 -TTFWeight: 400 -TTFWidth: 5 -LineGap: 90 -VLineGap: 0 -OS2TypoAscent: 0 -OS2TypoAOffset: 1 -OS2TypoDescent: 0 -OS2TypoDOffset: 1 -OS2TypoLinegap: 90 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -OS2Vendor: 'PfEd' -MarkAttachClasses: 1 -DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" -Encoding: ISO8859-1 -UnicodeInterp: none -NameList: Adobe Glyph List -DisplaySize: -24 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 48 24 9 -BeginPrivate: 0 -EndPrivate -BeginChars: 256 67 - -StartChar: zero -Encoding: 48 48 0 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: eight -Encoding: 56 56 1 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: one -Encoding: 49 49 2 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: two -Encoding: 50 50 3 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: three -Encoding: 51 51 4 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: four -Encoding: 52 52 5 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: five -Encoding: 53 53 6 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: six -Encoding: 54 54 7 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: seven -Encoding: 55 55 8 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: nine -Encoding: 57 57 9 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: a -Encoding: 97 97 10 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: b -Encoding: 98 98 11 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: c -Encoding: 99 99 12 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: d -Encoding: 100 100 13 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: e -Encoding: 101 101 14 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: f -Encoding: 102 102 15 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -EndSplineSet -EndChar - -StartChar: g -Encoding: 103 103 16 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: h -Encoding: 104 104 17 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: i -Encoding: 105 105 18 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: j -Encoding: 106 106 19 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: k -Encoding: 107 107 20 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: l -Encoding: 108 108 21 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: m -Encoding: 109 109 22 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: n -Encoding: 110 110 23 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: o -Encoding: 111 111 24 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: p -Encoding: 112 112 25 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -EndSplineSet -EndChar - -StartChar: q -Encoding: 113 113 26 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: r -Encoding: 114 114 27 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -EndSplineSet -EndChar - -StartChar: s -Encoding: 115 115 28 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: t -Encoding: 116 116 29 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: u -Encoding: 117 117 30 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: v -Encoding: 118 118 31 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: w -Encoding: 119 119 32 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: x -Encoding: 120 120 33 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: y -Encoding: 121 121 34 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: z -Encoding: 122 122 35 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: A -Encoding: 65 65 36 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: B -Encoding: 66 66 37 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: C -Encoding: 67 67 38 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: D -Encoding: 68 68 39 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: E -Encoding: 69 69 40 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: F -Encoding: 70 70 41 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -EndSplineSet -EndChar - -StartChar: G -Encoding: 71 71 42 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: H -Encoding: 72 72 43 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: I -Encoding: 73 73 44 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: J -Encoding: 74 74 45 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: K -Encoding: 75 75 46 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: L -Encoding: 76 76 47 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: M -Encoding: 77 77 48 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: N -Encoding: 78 78 49 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: O -Encoding: 79 79 50 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: P -Encoding: 80 80 51 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -EndSplineSet -EndChar - -StartChar: Q -Encoding: 81 81 52 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: R -Encoding: 82 82 53 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -EndSplineSet -EndChar - -StartChar: S -Encoding: 83 83 54 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: T -Encoding: 84 84 55 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: U -Encoding: 85 85 56 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: V -Encoding: 86 86 57 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: W -Encoding: 87 87 58 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: X -Encoding: 88 88 59 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: Y -Encoding: 89 89 60 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -134 544 m 1 - 120 531 l 1 - 102 531 l 1 - 133 894 l 1 - 167 925 l 1 - 223 864 l 1 - 201 605 l 1 - 134 544 l 1 -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -682 456 m 1 - 696 469 l 1 - 714 469 l 1 - 683 105 l 1 - 649 75 l 1 - 593 136 l 1 - 615 394 l 1 - 682 456 l 1 -EndSplineSet -EndChar - -StartChar: Z -Encoding: 90 90 61 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -93 75 m 1 - 64 105 l 1 - 96 469 l 1 - 114 469 l 1 - 126 456 l 1 - 182 395 l 1 - 160 136 l 1 - 93 75 l 1 -215 969 m 1 - 248 1000 l 1 - 655 1000 l 1 - 683 969 l 1 - 616 907 l 1 - 271 907 l 1 - 215 969 l 1 -723 925 m 1 - 752 895 l 1 - 720 531 l 1 - 702 531 l 1 - 690 544 l 1 - 634 605 l 1 - 656 864 l 1 - 723 925 l 1 -601 31 m 1 - 568 0 l 1 - 161 0 l 1 - 133 31 l 1 - 200 93 l 1 - 545 93 l 1 - 601 31 l 1 -EndSplineSet -EndChar - -StartChar: hyphen -Encoding: 45 45 62 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -600 546 m 1 - 642 500 l 1 - 592 454 l 1 - 216 454 l 1 - 174 500 l 1 - 224 546 l 1 - 600 546 l 1 -EndSplineSet -EndChar - -StartChar: colon -Encoding: 58 58 63 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 486 m 1 - 100 486 l 1 -180 693 m 0 - 180 684 178 676 175 669 c 0 - 172 662 168 655 162 649 c 0 - 156 643 149 639 142 636 c 0 - 135 633 127 631 118 631 c 0 - 109 631 101 633 94 636 c 0 - 87 639 80 643 74 649 c 0 - 68 655 64 662 61 669 c 0 - 58 676 56 684 56 693 c 0 - 56 702 58 710 61 717 c 0 - 64 724 68 730 74 736 c 0 - 80 742 87 747 94 750 c 0 - 101 753 109 754 118 754 c 0 - 127 754 135 753 142 750 c 0 - 149 747 156 742 162 736 c 0 - 168 730 172 724 175 717 c 0 - 178 710 180 702 180 693 c 0 -144 281 m 0 - 144 272 142 264 139 257 c 0 - 136 250 132 243 126 237 c 0 - 120 231 113 227 106 224 c 0 - 99 221 91 219 82 219 c 0 - 73 219 65 221 58 224 c 0 - 51 227 44 231 38 237 c 0 - 32 243 28 250 25 257 c 0 - 22 264 20 272 20 281 c 0 - 20 290 22 298 25 305 c 0 - 28 312 32 318 38 324 c 0 - 44 330 51 335 58 338 c 0 - 65 341 73 342 82 342 c 0 - 91 342 99 341 106 338 c 0 - 113 335 120 330 126 324 c 0 - 132 318 136 312 139 305 c 0 - 142 298 144 290 144 281 c 0 -EndSplineSet -EndChar - -StartChar: period -Encoding: 46 46 64 -Width: -44 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -18 62 m 0 - 18 53 16 45 13 38 c 0 - 10 31 6 24 0 18 c 0 - -6 12 -13 8 -20 5 c 0 - -27 2 -35 0 -44 0 c 0 - -53 0 -61 2 -68 5 c 0 - -75 8 -82 12 -88 18 c 0 - -94 24 -98 31 -101 38 c 0 - -104 45 -106 53 -106 62 c 0 - -106 71 -104 79 -101 86 c 0 - -98 93 -94 100 -88 106 c 0 - -82 112 -75 116 -68 119 c 0 - -61 122 -53 124 -44 124 c 0 - -35 124 -27 122 -20 119 c 0 - -13 116 -6 112 0 106 c 0 - 6 100 10 93 13 86 c 0 - 16 79 18 71 18 62 c 0 -EndSplineSet -EndChar - -StartChar: space -Encoding: 32 32 65 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -EndChar - -StartChar: exclam -Encoding: 33 33 66 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -EndChar -EndChars -EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ClassicMini-Regular.sfd fonts-dseg-0.46/src/DSEG7ClassicMini-Regular.sfd --- fonts-dseg-0.45/src/DSEG7ClassicMini-Regular.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ClassicMini-Regular.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Mini Weight: Regular Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874038 +ModificationTime: 1584214820 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2896,5 +2897,64 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +642 31 m 1 + 612 0 l 1 + 204 0 l 1 + 174 31 l 1 + 235 93 l 1 + 581 93 l 1 + 642 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +130 544 m 1 + 117 531 l 1 + 99 531 l 1 + 99 894 l 1 + 130 925 l 1 + 192 864 l 1 + 192 605 l 1 + 130 544 l 1 +174 969 m 1 + 204 1000 l 1 + 612 1000 l 1 + 642 969 l 1 + 581 907 l 1 + 235 907 l 1 + 174 969 l 1 +596 546 m 1 + 642 500 l 1 + 596 454 l 1 + 220 454 l 1 + 174 500 l 1 + 220 546 l 1 + 596 546 l 1 +686 925 m 1 + 717 895 l 1 + 717 531 l 1 + 699 531 l 1 + 686 544 l 1 + 624 605 l 1 + 624 864 l 1 + 686 925 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Classic-RegularItalic.sfd fonts-dseg-0.46/src/DSEG7Classic-RegularItalic.sfd --- fonts-dseg-0.45/src/DSEG7Classic-RegularItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Classic-RegularItalic.sfd 1970-01-01 00:00:00.000000000 +0000 @@ -1,3035 +0,0 @@ -SplineFontDB: 3.0 -FontName: DSEG7Classic-Italic -FullName: DSEG7 Classic-Italic -FamilyName: DSEG7 Classic -Weight: Regular -Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 -ItalicAngle: -5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 1000 -Descent: 0 -LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 -XUID: [1021 682 390630330 14528854] -FSType: 8 -OS2Version: 0 -OS2_WeightWidthSlopeOnly: 0 -OS2_UseTypoMetrics: 1 -CreationTime: 1409488158 -ModificationTime: 1514874101 -PfmFamily: 17 -TTFWeight: 400 -TTFWidth: 5 -LineGap: 90 -VLineGap: 0 -OS2TypoAscent: 0 -OS2TypoAOffset: 1 -OS2TypoDescent: 0 -OS2TypoDOffset: 1 -OS2TypoLinegap: 90 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -OS2Vendor: 'PfEd' -MarkAttachClasses: 1 -DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" -Encoding: ISO8859-1 -UnicodeInterp: none -NameList: Adobe Glyph List -DisplaySize: -24 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 48 24 9 -BeginPrivate: 0 -EndPrivate -TeXData: 1 0 -1005505 346030 173015 115343 513481 1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 67 - -StartChar: zero -Encoding: 48 48 0 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: eight -Encoding: 56 56 1 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: one -Encoding: 49 49 2 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: two -Encoding: 50 50 3 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: three -Encoding: 51 51 4 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: four -Encoding: 52 52 5 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: five -Encoding: 53 53 6 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: six -Encoding: 54 54 7 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: seven -Encoding: 55 55 8 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: nine -Encoding: 57 57 9 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: a -Encoding: 97 97 10 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: b -Encoding: 98 98 11 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: c -Encoding: 99 99 12 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: d -Encoding: 100 100 13 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: e -Encoding: 101 101 14 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: f -Encoding: 102 102 15 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -EndSplineSet -EndChar - -StartChar: g -Encoding: 103 103 16 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: h -Encoding: 104 104 17 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -EndSplineSet -EndChar - -StartChar: i -Encoding: 105 105 18 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -EndSplineSet -EndChar - -StartChar: j -Encoding: 106 106 19 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: k -Encoding: 107 107 20 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -EndSplineSet -EndChar - -StartChar: l -Encoding: 108 108 21 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: m -Encoding: 109 109 22 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: n -Encoding: 110 110 23 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -EndSplineSet -EndChar - -StartChar: o -Encoding: 111 111 24 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: p -Encoding: 112 112 25 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: q -Encoding: 113 113 26 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: r -Encoding: 114 114 27 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -EndSplineSet -EndChar - -StartChar: s -Encoding: 115 115 28 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: t -Encoding: 116 116 29 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: u -Encoding: 117 117 30 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: v -Encoding: 118 118 31 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: w -Encoding: 119 119 32 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: x -Encoding: 120 120 33 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: y -Encoding: 121 121 34 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: z -Encoding: 122 122 35 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: A -Encoding: 65 65 36 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: B -Encoding: 66 66 37 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: C -Encoding: 67 67 38 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: D -Encoding: 68 68 39 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: E -Encoding: 69 69 40 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: F -Encoding: 70 70 41 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -EndSplineSet -EndChar - -StartChar: G -Encoding: 71 71 42 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: H -Encoding: 72 72 43 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -EndSplineSet -EndChar - -StartChar: I -Encoding: 73 73 44 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -EndSplineSet -EndChar - -StartChar: J -Encoding: 74 74 45 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: K -Encoding: 75 75 46 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -EndSplineSet -EndChar - -StartChar: L -Encoding: 76 76 47 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: M -Encoding: 77 77 48 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: N -Encoding: 78 78 49 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -EndSplineSet -EndChar - -StartChar: O -Encoding: 79 79 50 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: P -Encoding: 80 80 51 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: Q -Encoding: 81 81 52 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: R -Encoding: 82 82 53 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -EndSplineSet -EndChar - -StartChar: S -Encoding: 83 83 54 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: T -Encoding: 84 84 55 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: U -Encoding: 85 85 56 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: V -Encoding: 86 86 57 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: W -Encoding: 87 87 58 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: X -Encoding: 88 88 59 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -EndSplineSet -EndChar - -StartChar: Y -Encoding: 89 89 60 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -131 515 m 1 - 127 510 l 1 - 100 510 l 1 - 136 924 l 1 - 170 955 l 1 - 226 893 l 1 - 198 576 l 1 - 131 515 l 1 -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -684 485 m 1 - 689 489 l 1 - 716 489 l 1 - 680 76 l 1 - 646 45 l 1 - 590 107 l 1 - 618 424 l 1 - 684 485 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: Z -Encoding: 90 90 61 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -90 45 m 1 - 62 76 l 1 - 98 490 l 1 - 125 490 l 1 - 129 485 l 1 - 185 424 l 1 - 157 107 l 1 - 90 45 l 1 -185 969 m 1 - 219 1000 l 1 - 684 1000 l 1 - 713 969 l 1 - 645 907 l 1 - 242 907 l 1 - 185 969 l 1 -726 955 m 1 - 754 924 l 1 - 718 510 l 1 - 691 510 l 1 - 687 514 l 1 - 631 575 l 1 - 659 893 l 1 - 726 955 l 1 -631 31 m 1 - 597 0 l 1 - 132 0 l 1 - 103 31 l 1 - 171 93 l 1 - 574 93 l 1 - 631 31 l 1 -EndSplineSet -EndChar - -StartChar: hyphen -Encoding: 45 45 62 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -671 499 m 1 - 620 453 l 1 - 620 454 l 1 - 188 454 l 1 - 188 453 l 1 - 144 500 l 1 - 196 547 l 1 - 196 546 l 1 - 628 546 l 1 - 671 499 l 1 -EndSplineSet -EndChar - -StartChar: colon -Encoding: 58 58 63 -Width: 200 -VWidth: 0 -Flags: HWO -LayerCount: 2 -Fore -SplineSet -100 486 m 1 - 100 486 l 1 -180 693 m 0 - 180 684 178 676 175 669 c 0 - 172 662 168 655 162 649 c 0 - 156 643 149 639 142 636 c 0 - 135 633 127 631 118 631 c 0 - 109 631 101 633 94 636 c 0 - 87 639 80 643 74 649 c 0 - 68 655 64 662 61 669 c 0 - 58 676 56 684 56 693 c 0 - 56 702 58 710 61 717 c 0 - 64 724 68 730 74 736 c 0 - 80 742 87 747 94 750 c 0 - 101 753 109 754 118 754 c 0 - 127 754 135 753 142 750 c 0 - 149 747 156 742 162 736 c 0 - 168 730 172 724 175 717 c 0 - 178 710 180 702 180 693 c 0 -144 281 m 0 - 144 272 142 264 139 257 c 0 - 136 250 132 243 126 237 c 0 - 120 231 113 227 106 224 c 0 - 99 221 91 219 82 219 c 0 - 73 219 65 221 58 224 c 0 - 51 227 44 231 38 237 c 0 - 32 243 28 250 25 257 c 0 - 22 264 20 272 20 281 c 0 - 20 290 22 298 25 305 c 0 - 28 312 32 318 38 324 c 0 - 44 330 51 335 58 338 c 0 - 65 341 73 342 82 342 c 0 - 91 342 99 341 106 338 c 0 - 113 335 120 330 126 324 c 0 - 132 318 136 312 139 305 c 0 - 142 298 144 290 144 281 c 0 -EndSplineSet -EndChar - -StartChar: period -Encoding: 46 46 64 -Width: -44 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -18 62 m 0 - 18 53 16 45 13 38 c 0 - 10 31 6 24 0 18 c 0 - -6 12 -13 8 -20 5 c 0 - -27 2 -35 0 -44 0 c 0 - -53 0 -61 2 -68 5 c 0 - -75 8 -82 12 -88 18 c 0 - -94 24 -98 31 -101 38 c 0 - -104 45 -106 53 -106 62 c 0 - -106 71 -104 79 -101 86 c 0 - -98 93 -94 100 -88 106 c 0 - -82 112 -75 116 -68 119 c 0 - -61 122 -53 124 -44 124 c 0 - -35 124 -27 122 -20 119 c 0 - -13 116 -6 112 0 106 c 0 - 6 100 10 93 13 86 c 0 - 16 79 18 71 18 62 c 0 -EndSplineSet -EndChar - -StartChar: space -Encoding: 32 32 65 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -EndChar - -StartChar: exclam -Encoding: 33 33 66 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -EndChar -EndChars -EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Classic-Regular.sfd fonts-dseg-0.46/src/DSEG7Classic-Regular.sfd --- fonts-dseg-0.45/src/DSEG7Classic-Regular.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Classic-Regular.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Classic Weight: Regular Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874079 +ModificationTime: 1584214715 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,8 @@ WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +TeXData: 1 0 0 209715 104857 69905 513802 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -3028,5 +3030,67 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +672 31 m 1 + 641 0 l 1 + 175 0 l 1 + 144 31 l 1 + 206 93 l 1 + 610 93 l 1 + 672 31 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +130 515 m 1 + 126 510 l 1 + 99 510 l 1 + 99 924 l 1 + 130 955 l 1 + 192 893 l 1 + 192 576 l 1 + 130 515 l 1 +144 969 m 1 + 175 1000 l 1 + 641 1000 l 1 + 672 969 l 1 + 610 907 l 1 + 206 907 l 1 + 144 969 l 1 +671 499 m 1 + 624 453 l 1 + 624 454 l 1 + 192 454 l 1 + 192 453 l 1 + 144 500 l 1 + 192 547 l 1 + 192 546 l 1 + 624 546 l 1 + 671 499 l 1 +686 955 m 1 + 717 924 l 1 + 717 510 l 1 + 690 510 l 1 + 685 514 l 1 + 624 575 l 1 + 624 893 l 1 + 686 955 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Modern-BoldItalic.sfd fonts-dseg-0.46/src/DSEG7Modern-BoldItalic.sfd --- fonts-dseg-0.45/src/DSEG7Modern-BoldItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Modern-BoldItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874780 +ModificationTime: 1584231344 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -43,18 +44,18 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)+AAoA" "" "Bold Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)+AAoA" "" "Bold Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 44 22 7 +WinInfo: 0 22 7 BeginPrivate: 0 EndPrivate TeXData: 1 0 -1005505 209715 104857 69905 556794 1048576 69905 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -110,7 +111,7 @@ Encoding: 56 56 1 Width: 816 VWidth: 200 -Flags: HWO +Flags: HW LayerCount: 2 Fore SplineSet @@ -2594,7 +2595,7 @@ StartChar: period Encoding: 46 46 64 -Width: -44 +Width: 0 VWidth: 0 Flags: HW LayerCount: 2 @@ -2635,5 +2636,59 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +519 124 m 1 + 674 29 l 1 + 667 12 651 0 632 0 c 2 + 107 0 l 1 + 190 124 l 1 + 519 124 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +633 541 m 1 + 564 438 l 1 + 217 438 l 1 + 183 459 l 1 + 252 562 l 1 + 599 562 l 1 + 633 541 l 1 +166 469 m 1 + 100 510 l 1 + 138 948 l 1 + 256 876 l 1 + 228 562 l 1 + 166 469 l 1 +731 998 m 1 + 748 993 759 978 757 959 c 2 + 718 514 l 1 + 601 586 l 1 + 623 838 l 1 + 624 838 l 1 + 731 998 l 1 +297 876 m 1 + 142 971 l 1 + 149 988 165 1000 184 1000 c 2 + 709 1000 l 1 + 626 876 l 1 + 297 876 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Modern-Bold.sfd fonts-dseg-0.46/src/DSEG7Modern-Bold.sfd --- fonts-dseg-0.45/src/DSEG7Modern-Bold.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Modern-Bold.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874491 +ModificationTime: 1584214829 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 0 22 7 +WinInfo: 44 22 7 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -108,7 +109,7 @@ Encoding: 56 56 1 Width: 816 VWidth: 200 -Flags: HWO +Flags: HW LayerCount: 2 Fore SplineSet @@ -2631,5 +2632,59 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +552 124 m 1 + 715 29 l 1 + 710 12 695 0 676 0 c 2 + 151 0 l 1 + 223 124 l 1 + 552 124 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +629 541 m 1 + 570 438 l 1 + 223 438 l 1 + 187 459 l 1 + 246 562 l 1 + 593 562 l 1 + 629 541 l 1 +169 469 m 1 + 99 510 l 1 + 99 948 l 1 + 223 876 l 1 + 223 562 l 1 + 169 469 l 1 +688 998 m 1 + 705 993 717 978 717 959 c 2 + 717 514 l 1 + 593 586 l 1 + 593 838 l 1 + 595 838 l 1 + 688 998 l 1 +264 876 m 1 + 101 971 l 1 + 106 988 121 1000 140 1000 c 2 + 665 1000 l 1 + 593 876 l 1 + 264 876 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Modern-Italic.sfd fonts-dseg-0.46/src/DSEG7Modern-Italic.sfd --- fonts-dseg-0.45/src/DSEG7Modern-Italic.sfd 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Modern-Italic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,2679 @@ +SplineFontDB: 3.0 +FontName: DSEG7Modern-Italic +FullName: DSEG7 Modern-Italic +FamilyName: DSEG7 Modern +Weight: Regular +Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) +UComments: "2014-8-31: Created." +Version: 0.46 +ItalicAngle: -5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 1000 +Descent: 0 +InvalidEm: 0 +LayerCount: 2 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 +XUID: [1021 682 390630330 14528854] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1409488158 +ModificationTime: 1584231368 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +Encoding: ISO8859-1 +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 24 9 +BeginPrivate: 0 +EndPrivate +BeginChars: 256 69 + +StartChar: zero +Encoding: 48 48 0 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 1 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 2 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 3 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 4 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 5 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 6 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 7 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 8 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 10 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 11 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 12 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 13 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 14 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 15 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 16 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 17 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 18 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 19 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 20 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 21 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 22 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 23 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 24 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 25 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 26 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 27 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 28 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 29 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 30 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 31 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 32 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 33 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 34 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 35 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 36 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 37 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 38 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 39 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 40 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 41 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 42 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 43 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 44 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 45 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 46 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 47 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 48 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 49 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 50 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 51 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 52 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 53 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 54 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 55 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 56 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 57 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 58 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 59 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 60 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +666 523 m 1 + 716 493 l 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 61 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 98 483 l 1 + 186 430 l 1 + 156 93 l 1 + 94 0 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 62 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 63 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 486 m 1 + 100 486 l 1 +180 693 m 0 + 180 684 178 676 175 669 c 0 + 172 662 168 655 162 649 c 0 + 156 643 149 639 142 636 c 0 + 135 633 127 631 118 631 c 0 + 109 631 101 633 94 636 c 0 + 87 639 80 643 74 649 c 0 + 68 655 64 662 61 669 c 0 + 58 676 56 684 56 693 c 0 + 56 702 58 710 61 717 c 0 + 64 724 68 730 74 736 c 0 + 80 742 87 747 94 750 c 0 + 101 753 109 754 118 754 c 0 + 127 754 135 753 142 750 c 0 + 149 747 156 742 162 736 c 0 + 168 730 172 724 175 717 c 0 + 178 710 180 702 180 693 c 0 +144 281 m 0 + 144 272 142 264 139 257 c 0 + 136 250 132 243 126 237 c 0 + 120 231 113 227 106 224 c 0 + 99 221 91 219 82 219 c 0 + 73 219 65 221 58 224 c 0 + 51 227 44 231 38 237 c 0 + 32 243 28 250 25 257 c 0 + 22 264 20 272 20 281 c 0 + 20 290 22 298 25 305 c 0 + 28 312 32 318 38 324 c 0 + 44 330 51 335 58 338 c 0 + 65 341 73 342 82 342 c 0 + 91 342 99 341 106 338 c 0 + 113 335 120 330 126 324 c 0 + 132 318 136 312 139 305 c 0 + 142 298 144 290 144 281 c 0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 64 +Width: 0 +VWidth: 0 +Flags: HWO +LayerCount: 2 +Fore +SplineSet +18 62 m 0 + 18 53 16 45 13 38 c 0 + 10 31 6 24 0 18 c 0 + -6 12 -13 8 -20 5 c 0 + -27 2 -35 0 -44 0 c 0 + -53 0 -61 2 -68 5 c 0 + -75 8 -82 12 -88 18 c 0 + -94 24 -98 31 -101 38 c 0 + -104 45 -106 53 -106 62 c 0 + -106 71 -104 79 -101 86 c 0 + -98 93 -94 100 -88 106 c 0 + -82 112 -75 116 -68 119 c 0 + -61 122 -53 124 -44 124 c 0 + -35 124 -27 122 -20 119 c 0 + -13 116 -6 112 0 106 c 0 + 6 100 10 93 13 86 c 0 + 16 79 18 71 18 62 c 0 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 65 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 66 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +548 93 m 1 + 668 19 l 1 + 660 8 647 0 632 0 c 2 + 118 0 l 1 + 180 93 l 1 + 548 93 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +149 477 m 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 + 149 477 l 1 +650 533 m 1 + 596 454 l 1 + 188 454 l 1 + 166 467 l 1 + 220 546 l 1 + 628 546 l 1 + 650 533 l 1 +741 994 m 1 + 752 987 758 974 757 959 c 2 + 718 517 l 1 + 630 570 l 1 + 656 866 l 1 + 741 994 l 1 +269 907 m 1 + 148 981 l 1 + 156 992 169 1000 184 1000 c 2 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 269 907 l 1 +EndSplineSet +EndChar +EndChars +EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Modern-LightItalic.sfd fonts-dseg-0.46/src/DSEG7Modern-LightItalic.sfd --- fonts-dseg-0.45/src/DSEG7Modern-LightItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Modern-LightItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874944 +ModificationTime: 1584231400 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,18 +43,18 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 48 24 9 +WinInfo: 0 24 9 BeginPrivate: 0 EndPrivate TeXData: 1 0 -1005505 346030 173015 115343 529302 1048576 115343 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -3255,9 +3256,9 @@ StartChar: period Encoding: 46 46 64 -Width: -44 +Width: 0 VWidth: 0 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -3279,7 +3280,6 @@ 6 100 10 93 13 86 c 0 16 79 18 71 18 62 c 0 EndSplineSet -Validated: 1 EndChar StartChar: space @@ -3297,5 +3297,71 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +576 62 m 1 + 660 10 l 1 + 652 4 642 0 632 0 c 2 + 364 0 l 1 + 105 0 l 1 + 146 62 l 1 + 370 62 l 1 + 576 62 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +181 735 m 1 + 163 531 l 1 + 145 502 l 1 + 101 529 l 1 + 139 959 l 2 + 139 964 141 968 143 972 c 1 + 199 938 l 1 + 181 735 l 1 +757 959 m 2 + 717 500 l 1 + 717 495 l 1 + 683 515 l 1 + 673 522 l 1 + 658 531 l 1 + 676 735 l 1 + 690 897 l 1 + 749 986 l 1 + 755 979 758 969 757 959 c 2 +629 469 m 1 + 405 469 l 1 + 199 469 l 1 + 161 492 l 1 + 187 531 l 1 + 411 531 l 1 + 617 531 l 1 + 655 508 l 1 + 629 469 l 1 +240 938 m 1 + 156 990 l 1 + 164 996 174 1000 184 1000 c 2 + 452 1000 l 1 + 720 1000 l 2 + 725 1000 729 1000 733 998 c 1 + 694 938 l 1 + 446 938 l 1 + 240 938 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Modern-Light.sfd fonts-dseg-0.46/src/DSEG7Modern-Light.sfd --- fonts-dseg-0.45/src/DSEG7Modern-Light.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Modern-Light.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874912 +ModificationTime: 1584214859 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -3229,5 +3230,71 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +614 62 m 1 + 703 10 l 1 + 696 4 686 0 676 0 c 2 + 408 0 l 1 + 149 0 l 1 + 185 62 l 1 + 408 62 l 1 + 614 62 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +161 735 m 1 + 161 531 l 1 + 144 502 l 1 + 99 529 l 1 + 99 959 l 2 + 99 964 99 968 101 972 c 1 + 161 938 l 1 + 161 735 l 1 +717 959 m 2 + 717 500 l 1 + 717 495 l 1 + 682 515 l 1 + 671 522 l 1 + 655 531 l 1 + 655 735 l 1 + 655 897 l 1 + 707 986 l 1 + 713 979 717 969 717 959 c 2 +631 469 m 1 + 408 469 l 1 + 202 469 l 1 + 162 492 l 1 + 185 531 l 1 + 408 531 l 1 + 614 531 l 1 + 654 508 l 1 + 631 469 l 1 +202 938 m 1 + 113 990 l 1 + 120 996 130 1000 140 1000 c 2 + 408 1000 l 1 + 676 1000 l 2 + 681 1000 686 1000 690 998 c 1 + 655 938 l 1 + 408 938 l 1 + 202 938 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ModernMini-BoldItalic.sfd fonts-dseg-0.46/src/DSEG7ModernMini-BoldItalic.sfd --- fonts-dseg-0.45/src/DSEG7ModernMini-BoldItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ModernMini-BoldItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Mini Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875246 +ModificationTime: 1584231432 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -43,7 +44,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Bold Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -53,7 +54,7 @@ WinInfo: 0 28 8 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2379,9 +2380,9 @@ StartChar: period Encoding: 46 46 64 -Width: -44 +Width: 0 VWidth: 0 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -2420,5 +2421,56 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +437 124 m 1 + 639 1 l 1 + 637 1 634 0 632 0 c 2 + 107 0 l 1 + 190 124 l 1 + 437 124 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +517 438 m 1 + 217 438 l 1 + 299 562 l 1 + 599 562 l 1 + 517 438 l 1 +166 469 m 1 + 100 510 l 1 + 138 948 l 1 + 256 876 l 1 + 228 562 l 1 + 166 469 l 1 +605 633 m 1 + 616 753 l 1 + 757 966 l 1 + 757 959 l 1 + 722 562 l 1 + 605 633 l 1 +379 876 m 1 + 177 999 l 1 + 179 999 182 1000 184 1000 c 2 + 709 1000 l 1 + 626 876 l 1 + 379 876 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ModernMini-Bold.sfd fonts-dseg-0.46/src/DSEG7ModernMini-Bold.sfd --- fonts-dseg-0.45/src/DSEG7ModernMini-Bold.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ModernMini-Bold.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Mini Weight: Bold Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514874990 +ModificationTime: 1584214887 PfmFamily: 17 TTFWeight: 700 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -105,7 +106,7 @@ Encoding: 56 56 1 Width: 816 VWidth: 200 -Flags: HWO +Flags: HW LayerCount: 2 Fore SplineSet @@ -2417,5 +2418,56 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +470 124 m 1 + 683 1 l 1 + 681 1 678 0 676 0 c 2 + 151 0 l 1 + 223 124 l 1 + 470 124 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +522 438 m 1 + 223 438 l 1 + 294 562 l 1 + 593 562 l 1 + 522 438 l 1 +169 469 m 1 + 99 510 l 1 + 99 948 l 1 + 223 876 l 1 + 223 562 l 1 + 169 469 l 1 +593 633 m 1 + 593 753 l 1 + 716 966 l 1 + 716 964 717 961 717 959 c 2 + 717 562 l 1 + 593 633 l 1 +346 876 m 1 + 133 999 l 1 + 135 999 138 1000 140 1000 c 2 + 665 1000 l 1 + 593 876 l 1 + 346 876 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ModernMini-Italic.sfd fonts-dseg-0.46/src/DSEG7ModernMini-Italic.sfd --- fonts-dseg-0.45/src/DSEG7ModernMini-Italic.sfd 1970-01-01 00:00:00.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ModernMini-Italic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -0,0 +1,2493 @@ +SplineFontDB: 3.0 +FontName: DSEG7ModernMini-Italic +FullName: DSEG7 Modern Mini-Italic +FamilyName: DSEG7 Modern Mini +Weight: Regular +Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) +UComments: "2014-8-31: Created." +Version: 0.46 +ItalicAngle: -5 +UnderlinePosition: -100 +UnderlineWidth: 50 +Ascent: 1000 +Descent: 0 +InvalidEm: 0 +LayerCount: 2 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 +XUID: [1021 682 390630330 14528854] +FSType: 8 +OS2Version: 0 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1409488158 +ModificationTime: 1584231440 +PfmFamily: 17 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 90 +VLineGap: 0 +OS2TypoAscent: 0 +OS2TypoAOffset: 1 +OS2TypoDescent: 0 +OS2TypoDOffset: 1 +OS2TypoLinegap: 90 +OS2WinAscent: 0 +OS2WinAOffset: 1 +OS2WinDescent: 0 +OS2WinDOffset: 1 +HheadAscent: 0 +HheadAOffset: 1 +HheadDescent: 0 +HheadDOffset: 1 +OS2Vendor: 'PfEd' +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +Encoding: ISO8859-1 +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 0 24 9 +BeginPrivate: 0 +EndPrivate +BeginChars: 256 69 + +StartChar: zero +Encoding: 48 48 0 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 1 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 2 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 3 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 4 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 5 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 6 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 7 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 8 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 9 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 10 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 11 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 12 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 13 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 14 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: f +Encoding: 102 102 15 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 16 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 17 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 18 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: j +Encoding: 106 106 19 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 20 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 21 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 22 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 23 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 24 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 25 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 26 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 27 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 28 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 29 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 30 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: v +Encoding: 118 118 31 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 32 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 33 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 34 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 35 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 36 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 37 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 38 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 39 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 40 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: F +Encoding: 70 70 41 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 42 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 43 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 44 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 45 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 46 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 47 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 48 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 49 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 50 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 51 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 52 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 53 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 54 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 55 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 56 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 57 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 58 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 59 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 60 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +716 493 m 1 + 677 41 l 1 + 677 39 l 1 + 589 93 l 1 + 620 454 l 1 + 666 523 l 1 + 716 493 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 61 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +94 0 m 1 + 72 1 57 19 59 41 c 2 + 93 436 l 1 + 181 382 l 1 + 156 93 l 1 + 94 0 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 62 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 63 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +Fore +SplineSet +100 486 m 1 + 100 486 l 1 +180 693 m 0 + 180 684 178 676 175 669 c 0 + 172 662 168 655 162 649 c 0 + 156 643 149 639 142 636 c 0 + 135 633 127 631 118 631 c 0 + 109 631 101 633 94 636 c 0 + 87 639 80 643 74 649 c 0 + 68 655 64 662 61 669 c 0 + 58 676 56 684 56 693 c 0 + 56 702 58 710 61 717 c 0 + 64 724 68 730 74 736 c 0 + 80 742 87 747 94 750 c 0 + 101 753 109 754 118 754 c 0 + 127 754 135 753 142 750 c 0 + 149 747 156 742 162 736 c 0 + 168 730 172 724 175 717 c 0 + 178 710 180 702 180 693 c 0 +144 281 m 0 + 144 272 142 264 139 257 c 0 + 136 250 132 243 126 237 c 0 + 120 231 113 227 106 224 c 0 + 99 221 91 219 82 219 c 0 + 73 219 65 221 58 224 c 0 + 51 227 44 231 38 237 c 0 + 32 243 28 250 25 257 c 0 + 22 264 20 272 20 281 c 0 + 20 290 22 298 25 305 c 0 + 28 312 32 318 38 324 c 0 + 44 330 51 335 58 338 c 0 + 65 341 73 342 82 342 c 0 + 91 342 99 341 106 338 c 0 + 113 335 120 330 126 324 c 0 + 132 318 136 312 139 305 c 0 + 142 298 144 290 144 281 c 0 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 64 +Width: 0 +VWidth: 0 +Flags: HWO +LayerCount: 2 +Fore +SplineSet +18 62 m 0 + 18 53 16 45 13 38 c 0 + 10 31 6 24 0 18 c 0 + -6 12 -13 8 -20 5 c 0 + -27 2 -35 0 -44 0 c 0 + -53 0 -61 2 -68 5 c 0 + -75 8 -82 12 -88 18 c 0 + -94 24 -98 31 -101 38 c 0 + -104 45 -106 53 -106 62 c 0 + -106 71 -104 79 -101 86 c 0 + -98 93 -94 100 -88 106 c 0 + -82 112 -75 116 -68 119 c 0 + -61 122 -53 124 -44 124 c 0 + -35 124 -27 122 -20 119 c 0 + -13 116 -6 112 0 106 c 0 + 6 100 10 93 13 86 c 0 + 16 79 18 71 18 62 c 0 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 65 +Width: 200 +VWidth: 0 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 66 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +618 0 m 1 + 166 0 l 1 + 227 93 l 1 + 465 93 l 1 + 618 0 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +205 454 m 1 + 267 546 l 1 + 611 546 l 1 + 549 454 l 1 + 205 454 l 1 +723 564 m 1 + 635 618 l 1 + 649 784 l 1 + 756 944 l 1 + 723 564 l 1 +196 546 m 1 + 149 477 l 1 + 100 507 l 1 + 139 959 l 1 + 139 961 l 1 + 227 907 l 1 + 196 546 l 1 +351 907 m 1 + 198 1000 l 1 + 720 1000 l 1 + 722 1000 l 1 + 660 907 l 1 + 351 907 l 1 +EndSplineSet +EndChar +EndChars +EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ModernMini-LightItalic.sfd fonts-dseg-0.46/src/DSEG7ModernMini-LightItalic.sfd --- fonts-dseg-0.45/src/DSEG7ModernMini-LightItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ModernMini-LightItalic.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Mini Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: -5 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875322 +ModificationTime: 1584231459 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "Light Italic" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 24 24 9 +WinInfo: 0 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2775,9 +2776,9 @@ StartChar: period Encoding: 46 46 64 -Width: -44 +Width: 0 VWidth: 0 -Flags: HW +Flags: HWO LayerCount: 2 Fore SplineSet @@ -2816,5 +2817,63 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +493 62 m 1 + 595 0 l 1 + 364 0 l 1 + 153 0 l 1 + 194 62 l 1 + 370 62 l 1 + 493 62 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +581 469 m 1 + 405 469 l 1 + 194 469 l 1 + 235 531 l 1 + 411 531 l 1 + 622 531 l 1 + 581 469 l 1 +163 531 m 1 + 133 485 l 1 + 99 505 l 1 + 139 959 l 2 + 139 964 141 968 143 972 c 1 + 199 938 l 1 + 181 735 l 1 + 163 531 l 1 +323 938 m 1 + 221 1000 l 1 + 452 1000 l 1 + 720 1000 l 2 + 725 1000 729 1000 733 998 c 1 + 694 938 l 1 + 446 938 l 1 + 323 938 l 1 +683 815 m 1 + 754 922 l 1 + 723 567 l 1 + 664 602 l 1 + 676 735 l 1 + 683 815 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ModernMini-Light.sfd fonts-dseg-0.46/src/DSEG7ModernMini-Light.sfd --- fonts-dseg-0.45/src/DSEG7ModernMini-Light.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ModernMini-Light.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Mini Weight: Light Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875289 +ModificationTime: 1584214927 PfmFamily: 17 TTFWeight: 300 TTFWidth: 5 @@ -42,17 +43,17 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List DisplaySize: -24 AntiAlias: 1 FitToEm: 1 -WinInfo: 0 24 9 +WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -179,7 +180,7 @@ LayerCount: 2 Fore SplineSet -620 531 m 1 +620 531 m 1025 682 515 m 1,1,-1 717 495 l 1,2,-1 717 41 l 2,3,4 @@ -2815,5 +2816,63 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +532 62 m 1 + 639 0 l 1 + 408 0 l 1 + 196 0 l 1 + 232 62 l 1 + 408 62 l 1 + 532 62 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +584 469 m 1 + 408 469 l 1 + 196 469 l 1 + 232 531 l 1 + 408 531 l 1 + 620 531 l 1 + 584 469 l 1 +161 531 m 1 + 134 485 l 1 + 99 505 l 1 + 99 959 l 2 + 99 964 99 968 101 972 c 1 + 161 938 l 1 + 161 735 l 1 + 161 531 l 1 +284 938 m 1 + 177 1000 l 1 + 408 1000 l 1 + 676 1000 l 2 + 681 1000 686 1000 690 998 c 1 + 655 938 l 1 + 408 938 l 1 + 284 938 l 1 +655 815 m 1 + 717 922 l 1 + 717 567 l 1 + 655 602 l 1 + 655 735 l 1 + 655 815 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ModernMini-RegularItalic.sfd fonts-dseg-0.46/src/DSEG7ModernMini-RegularItalic.sfd --- fonts-dseg-0.45/src/DSEG7ModernMini-RegularItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ModernMini-RegularItalic.sfd 1970-01-01 00:00:00.000000000 +0000 @@ -1,2442 +0,0 @@ -SplineFontDB: 3.0 -FontName: DSEG7ModernMini-Italic -FullName: DSEG7 Modern Mini-Italic -FamilyName: DSEG7 Modern Mini -Weight: Regular -Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 -ItalicAngle: -5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 1000 -Descent: 0 -LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 -XUID: [1021 682 390630330 14528854] -FSType: 8 -OS2Version: 0 -OS2_WeightWidthSlopeOnly: 0 -OS2_UseTypoMetrics: 1 -CreationTime: 1409488158 -ModificationTime: 1514875561 -PfmFamily: 17 -TTFWeight: 400 -TTFWidth: 5 -LineGap: 90 -VLineGap: 0 -OS2TypoAscent: 0 -OS2TypoAOffset: 1 -OS2TypoDescent: 0 -OS2TypoDOffset: 1 -OS2TypoLinegap: 90 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -OS2Vendor: 'PfEd' -MarkAttachClasses: 1 -DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" -Encoding: ISO8859-1 -UnicodeInterp: none -NameList: Adobe Glyph List -DisplaySize: -24 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 24 24 9 -BeginPrivate: 0 -EndPrivate -BeginChars: 256 67 - -StartChar: zero -Encoding: 48 48 0 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: eight -Encoding: 56 56 1 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: one -Encoding: 49 49 2 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: two -Encoding: 50 50 3 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: three -Encoding: 51 51 4 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: four -Encoding: 52 52 5 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: five -Encoding: 53 53 6 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: six -Encoding: 54 54 7 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: seven -Encoding: 55 55 8 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: nine -Encoding: 57 57 9 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: a -Encoding: 97 97 10 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: b -Encoding: 98 98 11 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: c -Encoding: 99 99 12 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: d -Encoding: 100 100 13 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: e -Encoding: 101 101 14 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: f -Encoding: 102 102 15 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: g -Encoding: 103 103 16 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: h -Encoding: 104 104 17 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: i -Encoding: 105 105 18 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: j -Encoding: 106 106 19 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: k -Encoding: 107 107 20 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: l -Encoding: 108 108 21 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: m -Encoding: 109 109 22 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: n -Encoding: 110 110 23 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: o -Encoding: 111 111 24 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: p -Encoding: 112 112 25 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: q -Encoding: 113 113 26 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: r -Encoding: 114 114 27 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: s -Encoding: 115 115 28 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: t -Encoding: 116 116 29 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: u -Encoding: 117 117 30 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: v -Encoding: 118 118 31 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: w -Encoding: 119 119 32 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: x -Encoding: 120 120 33 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: y -Encoding: 121 121 34 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: z -Encoding: 122 122 35 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: A -Encoding: 65 65 36 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: B -Encoding: 66 66 37 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: C -Encoding: 67 67 38 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: D -Encoding: 68 68 39 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: E -Encoding: 69 69 40 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: F -Encoding: 70 70 41 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: G -Encoding: 71 71 42 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: H -Encoding: 72 72 43 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: I -Encoding: 73 73 44 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: J -Encoding: 74 74 45 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: K -Encoding: 75 75 46 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: L -Encoding: 76 76 47 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: M -Encoding: 77 77 48 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: N -Encoding: 78 78 49 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: O -Encoding: 79 79 50 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: P -Encoding: 80 80 51 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: Q -Encoding: 81 81 52 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: R -Encoding: 82 82 53 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: S -Encoding: 83 83 54 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: T -Encoding: 84 84 55 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: U -Encoding: 85 85 56 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: V -Encoding: 86 86 57 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: W -Encoding: 87 87 58 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: X -Encoding: 88 88 59 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: Y -Encoding: 89 89 60 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -196 546 m 1 - 149 477 l 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -716 493 m 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 - 716 493 l 1 -EndSplineSet -EndChar - -StartChar: Z -Encoding: 90 90 61 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -723 564 m 1 - 635 618 l 1 - 649 784 l 1 - 756 944 l 1 - 723 564 l 1 -351 907 m 1 - 198 1000 l 1 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 351 907 l 1 -618 0 m 1 - 166 0 l 1 - 227 93 l 1 - 465 93 l 1 - 618 0 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 93 436 l 1 - 181 382 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: hyphen -Encoding: 45 45 62 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -205 454 m 1 - 267 546 l 1 - 611 546 l 1 - 549 454 l 1 - 205 454 l 1 -EndSplineSet -EndChar - -StartChar: colon -Encoding: 58 58 63 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 486 m 1 - 100 486 l 1 -180 693 m 0 - 180 684 178 676 175 669 c 0 - 172 662 168 655 162 649 c 0 - 156 643 149 639 142 636 c 0 - 135 633 127 631 118 631 c 0 - 109 631 101 633 94 636 c 0 - 87 639 80 643 74 649 c 0 - 68 655 64 662 61 669 c 0 - 58 676 56 684 56 693 c 0 - 56 702 58 710 61 717 c 0 - 64 724 68 730 74 736 c 0 - 80 742 87 747 94 750 c 0 - 101 753 109 754 118 754 c 0 - 127 754 135 753 142 750 c 0 - 149 747 156 742 162 736 c 0 - 168 730 172 724 175 717 c 0 - 178 710 180 702 180 693 c 0 -144 281 m 0 - 144 272 142 264 139 257 c 0 - 136 250 132 243 126 237 c 0 - 120 231 113 227 106 224 c 0 - 99 221 91 219 82 219 c 0 - 73 219 65 221 58 224 c 0 - 51 227 44 231 38 237 c 0 - 32 243 28 250 25 257 c 0 - 22 264 20 272 20 281 c 0 - 20 290 22 298 25 305 c 0 - 28 312 32 318 38 324 c 0 - 44 330 51 335 58 338 c 0 - 65 341 73 342 82 342 c 0 - 91 342 99 341 106 338 c 0 - 113 335 120 330 126 324 c 0 - 132 318 136 312 139 305 c 0 - 142 298 144 290 144 281 c 0 -EndSplineSet -EndChar - -StartChar: period -Encoding: 46 46 64 -Width: -44 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -18 62 m 0 - 18 53 16 45 13 38 c 0 - 10 31 6 24 0 18 c 0 - -6 12 -13 8 -20 5 c 0 - -27 2 -35 0 -44 0 c 0 - -53 0 -61 2 -68 5 c 0 - -75 8 -82 12 -88 18 c 0 - -94 24 -98 31 -101 38 c 0 - -104 45 -106 53 -106 62 c 0 - -106 71 -104 79 -101 86 c 0 - -98 93 -94 100 -88 106 c 0 - -82 112 -75 116 -68 119 c 0 - -61 122 -53 124 -44 124 c 0 - -35 124 -27 122 -20 119 c 0 - -13 116 -6 112 0 106 c 0 - 6 100 10 93 13 86 c 0 - 16 79 18 71 18 62 c 0 -EndSplineSet -EndChar - -StartChar: space -Encoding: 32 32 65 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -EndChar - -StartChar: exclam -Encoding: 33 33 66 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -EndChar -EndChars -EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7ModernMini-Regular.sfd fonts-dseg-0.46/src/DSEG7ModernMini-Regular.sfd --- fonts-dseg-0.45/src/DSEG7ModernMini-Regular.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7ModernMini-Regular.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Mini Weight: Regular Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875537 +ModificationTime: 1584214941 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2426,5 +2427,55 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +661 0 m 1 + 210 0 l 1 + 263 93 l 1 + 501 93 l 1 + 661 0 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +210 454 m 1 + 263 546 l 1 + 606 546 l 1 + 553 454 l 1 + 210 454 l 1 +717 564 m 1 + 624 618 l 1 + 624 784 l 1 + 717 944 l 1 + 717 564 l 1 +192 546 m 1 + 152 477 l 1 + 99 507 l 1 + 99 959 l 1 + 99 961 l 1 + 192 907 l 1 + 192 546 l 1 +315 907 m 1 + 155 1000 l 1 + 676 1000 l 1 + 678 1000 l 1 + 624 907 l 1 + 315 907 l 1 +EndSplineSet +EndChar EndChars EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Modern-RegularItalic.sfd fonts-dseg-0.46/src/DSEG7Modern-RegularItalic.sfd --- fonts-dseg-0.45/src/DSEG7Modern-RegularItalic.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Modern-RegularItalic.sfd 1970-01-01 00:00:00.000000000 +0000 @@ -1,2623 +0,0 @@ -SplineFontDB: 3.0 -FontName: DSEG7Modern-Italic -FullName: DSEG7 Modern-Italic -FamilyName: DSEG7 Modern -Weight: Regular -Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 -ItalicAngle: -5 -UnderlinePosition: -100 -UnderlineWidth: 50 -Ascent: 1000 -Descent: 0 -LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 -XUID: [1021 682 390630330 14528854] -FSType: 8 -OS2Version: 0 -OS2_WeightWidthSlopeOnly: 0 -OS2_UseTypoMetrics: 1 -CreationTime: 1409488158 -ModificationTime: 1514875681 -PfmFamily: 17 -TTFWeight: 400 -TTFWidth: 5 -LineGap: 90 -VLineGap: 0 -OS2TypoAscent: 0 -OS2TypoAOffset: 1 -OS2TypoDescent: 0 -OS2TypoDOffset: 1 -OS2TypoLinegap: 90 -OS2WinAscent: 0 -OS2WinAOffset: 1 -OS2WinDescent: 0 -OS2WinDOffset: 1 -HheadAscent: 0 -HheadAOffset: 1 -HheadDescent: 0 -HheadDOffset: 1 -OS2Vendor: 'PfEd' -MarkAttachClasses: 1 -DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DSEG.7 12:34" -Encoding: ISO8859-1 -UnicodeInterp: none -NameList: Adobe Glyph List -DisplaySize: -24 -AntiAlias: 1 -FitToEm: 1 -WinInfo: 48 24 9 -BeginPrivate: 0 -EndPrivate -BeginChars: 256 67 - -StartChar: zero -Encoding: 48 48 0 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: eight -Encoding: 56 56 1 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: one -Encoding: 49 49 2 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: two -Encoding: 50 50 3 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: three -Encoding: 51 51 4 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: four -Encoding: 52 52 5 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: five -Encoding: 53 53 6 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: six -Encoding: 54 54 7 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: seven -Encoding: 55 55 8 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: nine -Encoding: 57 57 9 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: a -Encoding: 97 97 10 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: b -Encoding: 98 98 11 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: c -Encoding: 99 99 12 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: d -Encoding: 100 100 13 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: e -Encoding: 101 101 14 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: f -Encoding: 102 102 15 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: g -Encoding: 103 103 16 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: h -Encoding: 104 104 17 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: i -Encoding: 105 105 18 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -EndSplineSet -EndChar - -StartChar: j -Encoding: 106 106 19 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: k -Encoding: 107 107 20 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: l -Encoding: 108 108 21 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: m -Encoding: 109 109 22 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: n -Encoding: 110 110 23 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: o -Encoding: 111 111 24 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: p -Encoding: 112 112 25 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: q -Encoding: 113 113 26 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: r -Encoding: 114 114 27 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: s -Encoding: 115 115 28 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -EndSplineSet -EndChar - -StartChar: t -Encoding: 116 116 29 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: u -Encoding: 117 117 30 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: v -Encoding: 118 118 31 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: w -Encoding: 119 119 32 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: x -Encoding: 120 120 33 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: y -Encoding: 121 121 34 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: z -Encoding: 122 122 35 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: A -Encoding: 65 65 36 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: B -Encoding: 66 66 37 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: C -Encoding: 67 67 38 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: D -Encoding: 68 68 39 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: E -Encoding: 69 69 40 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: F -Encoding: 70 70 41 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: G -Encoding: 71 71 42 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: H -Encoding: 72 72 43 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: I -Encoding: 73 73 44 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -EndSplineSet -EndChar - -StartChar: J -Encoding: 74 74 45 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: K -Encoding: 75 75 46 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: L -Encoding: 76 76 47 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: M -Encoding: 77 77 48 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: N -Encoding: 78 78 49 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: O -Encoding: 79 79 50 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: P -Encoding: 80 80 51 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: Q -Encoding: 81 81 52 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: R -Encoding: 82 82 53 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: S -Encoding: 83 83 54 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -EndSplineSet -EndChar - -StartChar: T -Encoding: 84 84 55 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: U -Encoding: 85 85 56 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -EndSplineSet -EndChar - -StartChar: V -Encoding: 86 86 57 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: W -Encoding: 87 87 58 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: X -Encoding: 88 88 59 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: Y -Encoding: 89 89 60 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -149 477 m 1 - 100 507 l 1 - 139 959 l 1 - 139 961 l 1 - 227 907 l 1 - 196 546 l 1 - 149 477 l 1 -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -666 523 m 1 - 716 493 l 1 - 677 41 l 1 - 677 39 l 1 - 589 93 l 1 - 620 454 l 1 - 666 523 l 1 -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -EndSplineSet -EndChar - -StartChar: Z -Encoding: 90 90 61 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -548 93 m 1 - 668 19 l 1 - 660 8 647 0 632 0 c 2 - 118 0 l 1 - 180 93 l 1 - 548 93 l 1 -94 0 m 1 - 72 1 57 19 59 41 c 2 - 98 483 l 1 - 186 430 l 1 - 156 93 l 1 - 94 0 l 1 -741 994 m 1 - 752 987 758 974 757 959 c 2 - 718 517 l 1 - 630 570 l 1 - 656 866 l 1 - 741 994 l 1 -269 907 m 1 - 148 981 l 1 - 156 992 169 1000 184 1000 c 2 - 720 1000 l 1 - 722 1000 l 1 - 660 907 l 1 - 269 907 l 1 -EndSplineSet -EndChar - -StartChar: hyphen -Encoding: 45 45 62 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -Fore -SplineSet -650 533 m 1 - 596 454 l 1 - 188 454 l 1 - 166 467 l 1 - 220 546 l 1 - 628 546 l 1 - 650 533 l 1 -EndSplineSet -EndChar - -StartChar: colon -Encoding: 58 58 63 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -100 486 m 1 - 100 486 l 1 -180 693 m 0 - 180 684 178 676 175 669 c 0 - 172 662 168 655 162 649 c 0 - 156 643 149 639 142 636 c 0 - 135 633 127 631 118 631 c 0 - 109 631 101 633 94 636 c 0 - 87 639 80 643 74 649 c 0 - 68 655 64 662 61 669 c 0 - 58 676 56 684 56 693 c 0 - 56 702 58 710 61 717 c 0 - 64 724 68 730 74 736 c 0 - 80 742 87 747 94 750 c 0 - 101 753 109 754 118 754 c 0 - 127 754 135 753 142 750 c 0 - 149 747 156 742 162 736 c 0 - 168 730 172 724 175 717 c 0 - 178 710 180 702 180 693 c 0 -144 281 m 0 - 144 272 142 264 139 257 c 0 - 136 250 132 243 126 237 c 0 - 120 231 113 227 106 224 c 0 - 99 221 91 219 82 219 c 0 - 73 219 65 221 58 224 c 0 - 51 227 44 231 38 237 c 0 - 32 243 28 250 25 257 c 0 - 22 264 20 272 20 281 c 0 - 20 290 22 298 25 305 c 0 - 28 312 32 318 38 324 c 0 - 44 330 51 335 58 338 c 0 - 65 341 73 342 82 342 c 0 - 91 342 99 341 106 338 c 0 - 113 335 120 330 126 324 c 0 - 132 318 136 312 139 305 c 0 - 142 298 144 290 144 281 c 0 -EndSplineSet -EndChar - -StartChar: period -Encoding: 46 46 64 -Width: -44 -VWidth: 0 -Flags: HW -LayerCount: 2 -Fore -SplineSet -18 62 m 0 - 18 53 16 45 13 38 c 0 - 10 31 6 24 0 18 c 0 - -6 12 -13 8 -20 5 c 0 - -27 2 -35 0 -44 0 c 0 - -53 0 -61 2 -68 5 c 0 - -75 8 -82 12 -88 18 c 0 - -94 24 -98 31 -101 38 c 0 - -104 45 -106 53 -106 62 c 0 - -106 71 -104 79 -101 86 c 0 - -98 93 -94 100 -88 106 c 0 - -82 112 -75 116 -68 119 c 0 - -61 122 -53 124 -44 124 c 0 - -35 124 -27 122 -20 119 c 0 - -13 116 -6 112 0 106 c 0 - 6 100 10 93 13 86 c 0 - 16 79 18 71 18 62 c 0 -EndSplineSet -EndChar - -StartChar: space -Encoding: 32 32 65 -Width: 200 -VWidth: 0 -Flags: HW -LayerCount: 2 -EndChar - -StartChar: exclam -Encoding: 33 33 66 -Width: 816 -VWidth: 200 -Flags: HW -LayerCount: 2 -EndChar -EndChars -EndSplineFont diff -Nru fonts-dseg-0.45/src/DSEG7Modern-Regular.sfd fonts-dseg-0.46/src/DSEG7Modern-Regular.sfd --- fonts-dseg-0.45/src/DSEG7Modern-Regular.sfd 2018-01-09 11:07:33.000000000 +0000 +++ fonts-dseg-0.46/src/DSEG7Modern-Regular.sfd 2020-03-15 00:31:53.000000000 +0000 @@ -4,23 +4,24 @@ FamilyName: DSEG7 Modern Weight: Regular Copyright: Created by Keshikan(https://twitter.com/keshinomi_88pro)\nwith FontForge 2.0 (http://fontforge.sf.net) -UComments: "2014-8-31: Created." -Version: 0.3 +UComments: "2014-8-31: Created." +Version: 0.46 ItalicAngle: 0 UnderlinePosition: -100 UnderlineWidth: 50 Ascent: 1000 Descent: 0 +InvalidEm: 0 LayerCount: 2 -Layer: 0 0 "+gMyXYgAA" 1 -Layer: 1 0 "+Uk2XYgAA" 0 +Layer: 0 0 "+gMyXYgAA" 1 +Layer: 1 0 "+Uk2XYgAA" 0 XUID: [1021 682 390630330 14528854] FSType: 8 OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 1 CreationTime: 1409488158 -ModificationTime: 1514875651 +ModificationTime: 1584214877 PfmFamily: 17 TTFWeight: 400 TTFWidth: 5 @@ -42,7 +43,7 @@ OS2Vendor: 'PfEd' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.3" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DIGINUM-7 12:34" +LangName: 1033 "Created by Keshikan+AAoA-with FontForge 2.0 (http://fontforge.sf.net)" "" "" "" "" "Version 0.46" "" "" "" "Keshikan(Twitter:@keshinomi_88pro)" "" "" "http://www.keshikan.net" "Copyright (c) 2018, keshikan (http://www.keshikan.net),+AAoA-with Reserved Font Name +ACIA-DSEG+ACIA.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "" "" "" "DIGINUM-7 12:34" Encoding: ISO8859-1 UnicodeInterp: none NameList: Adobe Glyph List @@ -52,7 +53,7 @@ WinInfo: 48 24 9 BeginPrivate: 0 EndPrivate -BeginChars: 256 67 +BeginChars: 256 69 StartChar: zero Encoding: 48 48 0 @@ -2617,5 +2618,60 @@ Flags: HW LayerCount: 2 EndChar + +StartChar: underscore +Encoding: 95 95 67 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +583 93 m 1 + 711 19 l 1 + 704 8 691 0 676 0 c 2 + 162 0 l 1 + 215 93 l 1 + 583 93 l 1 +EndSplineSet +EndChar + +StartChar: degree +Encoding: 176 176 68 +Width: 816 +VWidth: 200 +Flags: HW +LayerCount: 2 +Fore +SplineSet +152 477 m 1 + 99 507 l 1 + 99 959 l 1 + 99 961 l 1 + 192 907 l 1 + 192 546 l 1 + 152 477 l 1 +647 533 m 1 + 601 454 l 1 + 192 454 l 1 + 169 467 l 1 + 215 546 l 1 + 624 546 l 1 + 647 533 l 1 +698 994 m 1 + 709 987 717 974 717 959 c 2 + 717 517 l 1 + 624 570 l 1 + 624 866 l 1 + 698 994 l 1 +233 907 m 1 + 105 981 l 1 + 112 992 125 1000 140 1000 c 2 + 676 1000 l 1 + 678 1000 l 1 + 624 907 l 1 + 233 907 l 1 +EndSplineSet +EndChar EndChars EndSplineFont