From ba6fc7c7dd3dd7205392d550261d629f176ae415 Mon Sep 17 00:00:00 2001 From: weiweihuanghuang Date: Wed, 7 Nov 2018 17:44:30 +1100 Subject: [PATCH] Updating Repository Layout in Progress --- AUTHORS.txt | 8 + CONTRIBUTORS.txt | 17 + COPYRIGHT.md | 1 - FONTLOG.md => FONTLOG.txt | 35 +- METADATA.yml | 20 - OFL.txt | 2 +- README.md | 10 +- documentation/DESCRIPTION.en_us.html | 8 + old/version-1.060/desktop/OFL.txt | 93 +++ .../version-1.060}/desktop/WorkSans-Black.otf | Bin .../version-1.060}/desktop/WorkSans-Bold.otf | Bin .../desktop/WorkSans-ExtraBold.otf | Bin .../desktop/WorkSans-ExtraLight.otf | Bin .../version-1.060}/desktop/WorkSans-Light.otf | Bin .../desktop/WorkSans-Medium.otf | Bin .../desktop/WorkSans-Regular.otf | Bin .../desktop/WorkSans-SemiBold.otf | Bin .../version-1.060}/desktop/WorkSans-Thin.otf | Bin old/version-1.060/webfonts/ttf/OFL.txt | 93 +++ .../webfonts/ttf/WorkSans-Black.ttf | Bin .../webfonts/ttf/WorkSans-Bold.ttf | Bin .../webfonts/ttf/WorkSans-ExtraBold.ttf | Bin .../webfonts/ttf/WorkSans-ExtraLight.ttf | Bin .../webfonts/ttf/WorkSans-Light.ttf | Bin .../webfonts/ttf/WorkSans-Medium.ttf | Bin .../webfonts/ttf/WorkSans-Regular.ttf | Bin .../webfonts/ttf/WorkSans-SemiBold.ttf | Bin .../webfonts/ttf/WorkSans-Thin.ttf | Bin old/version-1.060/webfonts/woff/OFL.txt | 93 +++ .../webfonts/woff/WorkSans-Black.woff | Bin .../webfonts/woff/WorkSans-Bold.woff | Bin .../webfonts/woff/WorkSans-ExtraBold.woff | Bin .../webfonts/woff/WorkSans-ExtraLight.woff | Bin .../webfonts/woff/WorkSans-Light.woff | Bin .../webfonts/woff/WorkSans-Medium.woff | Bin .../webfonts/woff/WorkSans-Regular.woff | Bin .../webfonts/woff/WorkSans-SemiBold.woff | Bin .../webfonts/woff/WorkSans-Thin.woff | Bin .../webfonts/woff2/WorkSans-Black.woff2 | Bin .../webfonts/woff2/WorkSans-Bold.woff2 | Bin .../webfonts/woff2/WorkSans-ExtraBold.woff2 | Bin .../webfonts/woff2/WorkSans-ExtraLight.woff2 | Bin .../webfonts/woff2/WorkSans-Light.woff2 | Bin .../webfonts/woff2/WorkSans-Medium.woff2 | Bin .../webfonts/woff2/WorkSans-Regular.woff2 | Bin .../webfonts/woff2/WorkSans-SemiBold.woff2 | Bin .../webfonts/woff2/WorkSans-Thin.woff2 | Bin sources/OFL.txt | 2 +- sources/Work Sans Italic.glyphs | 584 +++++++++++------- sources/Work Sans.glyphs | 330 ++++++---- sources/{generatefamily.sh => build.sh} | 0 sources/hinting/WorkSans-Black.ctrl | 42 -- sources/hinting/WorkSans-Bold.ctrl | 45 -- sources/hinting/WorkSans-ExtraBold.ctrl | 43 -- sources/hinting/WorkSans-ExtraLight.ctrl | 47 -- sources/hinting/WorkSans-Light.ctrl | 41 -- sources/hinting/WorkSans-Medium.ctrl | 26 - sources/hinting/WorkSans-Regular.ctrl | 40 -- sources/hinting/WorkSans-SemiBold.ctrl | 14 - 59 files changed, 887 insertions(+), 707 deletions(-) create mode 100755 AUTHORS.txt create mode 100755 CONTRIBUTORS.txt delete mode 100644 COPYRIGHT.md rename FONTLOG.md => FONTLOG.txt (92%) delete mode 100644 METADATA.yml create mode 100755 documentation/DESCRIPTION.en_us.html create mode 100644 old/version-1.060/desktop/OFL.txt rename {fonts => old/version-1.060}/desktop/WorkSans-Black.otf (100%) rename {fonts => old/version-1.060}/desktop/WorkSans-Bold.otf (100%) rename {fonts => old/version-1.060}/desktop/WorkSans-ExtraBold.otf (100%) rename {fonts => old/version-1.060}/desktop/WorkSans-ExtraLight.otf (100%) rename {fonts => old/version-1.060}/desktop/WorkSans-Light.otf (100%) rename {fonts => old/version-1.060}/desktop/WorkSans-Medium.otf (100%) rename {fonts => old/version-1.060}/desktop/WorkSans-Regular.otf (100%) rename {fonts => old/version-1.060}/desktop/WorkSans-SemiBold.otf (100%) rename {fonts => old/version-1.060}/desktop/WorkSans-Thin.otf (100%) create mode 100644 old/version-1.060/webfonts/ttf/OFL.txt rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-Black.ttf (100%) rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-Bold.ttf (100%) rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-ExtraBold.ttf (100%) rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-ExtraLight.ttf (100%) rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-Light.ttf (100%) rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-Medium.ttf (100%) rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-Regular.ttf (100%) rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-SemiBold.ttf (100%) rename {fonts => old/version-1.060}/webfonts/ttf/WorkSans-Thin.ttf (100%) create mode 100644 old/version-1.060/webfonts/woff/OFL.txt rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-Black.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-Bold.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-ExtraBold.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-ExtraLight.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-Light.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-Medium.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-Regular.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-SemiBold.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff/WorkSans-Thin.woff (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-Black.woff2 (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-Bold.woff2 (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-ExtraBold.woff2 (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-ExtraLight.woff2 (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-Light.woff2 (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-Medium.woff2 (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-Regular.woff2 (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-SemiBold.woff2 (100%) rename {fonts => old/version-1.060}/webfonts/woff2/WorkSans-Thin.woff2 (100%) rename sources/{generatefamily.sh => build.sh} (100%) delete mode 100644 sources/hinting/WorkSans-Black.ctrl delete mode 100644 sources/hinting/WorkSans-Bold.ctrl delete mode 100644 sources/hinting/WorkSans-ExtraBold.ctrl delete mode 100644 sources/hinting/WorkSans-ExtraLight.ctrl delete mode 100644 sources/hinting/WorkSans-Light.ctrl delete mode 100644 sources/hinting/WorkSans-Medium.ctrl delete mode 100644 sources/hinting/WorkSans-Regular.ctrl delete mode 100644 sources/hinting/WorkSans-SemiBold.ctrl diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100755 index 0000000..aeb2caf --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,8 @@ +# This is the official list of project authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS.txt file. +# See the latter for an explanation. +# +# Names should be added to this file as: +# Name or Organization + +Wei Huang \ No newline at end of file diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100755 index 0000000..e66207f --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1,17 @@ +# This is the list of people who have contributed to this project, +# and includes those not listed in AUTHORS.txt because they are not +# copyright authors. For example, company employees may be listed +# here because their company holds the copyright and is listed there. +# +# When adding J Random Contributor's name to this file, either J's +# name or J's organization's name should be added to AUTHORS.txt +# +# Names should be added to this file as: +# Name + +CrystalType +Dennis Grauel +Wei Huang +Denis Moyogo Jacquerye +Desmond Wong +Kia Tasbihgou \ No newline at end of file diff --git a/COPYRIGHT.md b/COPYRIGHT.md deleted file mode 100644 index 78426f2..0000000 --- a/COPYRIGHT.md +++ /dev/null @@ -1 +0,0 @@ -Copyright (c) 2014-2015, Wei Huang \ No newline at end of file diff --git a/FONTLOG.md b/FONTLOG.txt similarity index 92% rename from FONTLOG.md rename to FONTLOG.txt index 31bc01b..c995bc0 100755 --- a/FONTLOG.md +++ b/FONTLOG.txt @@ -208,37 +208,4 @@ following the format of the other entries, to the start of this section. - Added some Devanagari characters. 8 July 2014 (Wei Huang) ‘Alice’ v0.01 -- Initial Beta. - - -Acknowledgements ----------------- - -When you make modifications, be sure to add your name (N), email (E), -web-address (W) and description (D). This list is sorted by last name in -alphabetical order. - -N: CrystalType -E: stellarmaris.novachrystalia@gmail.com -W: https://github.com/crystaltype -D: Vietnamese Design and Production - -N: Dennis Grauel -E: dennis@dennisgrauel.com -W: http://dennisgrauel.com -D: Production - -N: Wei Huang -E: wweeiihhuuaanngg@gmail.com -W: https://github.com/weiweihuanghuang -D: Concept, Design and Production - -N: Denis Moyogo Jacquerye -E: -W: https://github.com/moyogo -D: Production - -N: Desmond Wong -E: desmondhwong@gmail.com -W: http://desmondwong.com -D: Production \ No newline at end of file +- Initial Beta. \ No newline at end of file diff --git a/METADATA.yml b/METADATA.yml deleted file mode 100644 index 1bc03d1..0000000 --- a/METADATA.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -unified font repository version: "0.2" -unified font repository url: https://github.com/raphaelbastide/Unified-Font-Repository/ -typeface family: - name: Work Sans - tags: - - sans-serif - - grotesque - repository url: https://github.com/weiweihuanghuang/Work-Sans - project url: http://weiweihuanghuang.github.io/Work-Sans/ - tools: - - Glyphs App - - TTX - - ttfautohint - similar fonts: - - Akzizdenz Grotesk - - FF Bau - sample text: - - en_us: The quick brown fox jumps over the lazy dog -... \ No newline at end of file diff --git a/OFL.txt b/OFL.txt index 413fd21..fb968f4 100644 --- a/OFL.txt +++ b/OFL.txt @@ -1,4 +1,4 @@ -Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans), with Reserved Font Name "(Work Sans)". +Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans) This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/README.md b/README.md index 9e5b5cb..72a8706 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,15 @@ Refer to [BUILD.txt](/sources/BUILD.txt) for documentation on my process for hin Hjerteleg tusen takk til Tone Sjåstad for her suport, patience, encouragement and inspiration throughout the process. Many thanks to the following who provided valuable feedback and encouragement: -Mathieu Cannavo, Vincent Chan, Greg Gazdowicz, Jack Jennings, Seb McLauchlan, Dan Milne, Scott Rankin, Dan Reynolds, David Jonathan Ross, Adam Twardoch, David Wise. Thanks to [Desmond Wong](http://desmondwong.com/) for his assistance. +Mathieu Cannavo, Vincent Chan, Greg Gazdowicz, Jack Jennings, Seb McLauchlan, Dan Milne, Scott Rankin, Dan Reynolds, David Jonathan Ross, Adam Twardoch, David Wise. + +Thanks to the following people for their assitance and contributions + +[CrystalType](https://github.com/crystaltype) +[Dennis Grauel](https://dennisgrauel.com/) +[Denis Moyogo Jacquerye](https://github.com/moyogo) +[Desmond Wong](http://desmondwong.com/) +[Kia Tasbihgou](http://www.kiatas.me/) Thanks to Simon Egli for inviting me to work together on Metapolator in the first place. diff --git a/documentation/DESCRIPTION.en_us.html b/documentation/DESCRIPTION.en_us.html new file mode 100755 index 0000000..540e0a0 --- /dev/null +++ b/documentation/DESCRIPTION.en_us.html @@ -0,0 +1,8 @@ +Work Sans is a typeface family based loosely on early Grotesques, such as those by Stephenson Blake, Miller & Richard and Bauerschen Giesserei. +The Regular weight and others in the middle of the family are optimized for on-screen text usage at medium-sizes (14px-48px) and can also be used in print design. +The fonts closer to the extreme weights are designed more for display use both on the web and in print. +Overall, features are simplified and optimized for screen resolutions; for example, diacritic marks are larger than how they would be in print. +

+

+To contribute, see github.com/weiweihuanghuang/Work-Sans +

< \ No newline at end of file diff --git a/old/version-1.060/desktop/OFL.txt b/old/version-1.060/desktop/OFL.txt new file mode 100644 index 0000000..fb968f4 --- /dev/null +++ b/old/version-1.060/desktop/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/desktop/WorkSans-Black.otf b/old/version-1.060/desktop/WorkSans-Black.otf similarity index 100% rename from fonts/desktop/WorkSans-Black.otf rename to old/version-1.060/desktop/WorkSans-Black.otf diff --git a/fonts/desktop/WorkSans-Bold.otf b/old/version-1.060/desktop/WorkSans-Bold.otf similarity index 100% rename from fonts/desktop/WorkSans-Bold.otf rename to old/version-1.060/desktop/WorkSans-Bold.otf diff --git a/fonts/desktop/WorkSans-ExtraBold.otf b/old/version-1.060/desktop/WorkSans-ExtraBold.otf similarity index 100% rename from fonts/desktop/WorkSans-ExtraBold.otf rename to old/version-1.060/desktop/WorkSans-ExtraBold.otf diff --git a/fonts/desktop/WorkSans-ExtraLight.otf b/old/version-1.060/desktop/WorkSans-ExtraLight.otf similarity index 100% rename from fonts/desktop/WorkSans-ExtraLight.otf rename to old/version-1.060/desktop/WorkSans-ExtraLight.otf diff --git a/fonts/desktop/WorkSans-Light.otf b/old/version-1.060/desktop/WorkSans-Light.otf similarity index 100% rename from fonts/desktop/WorkSans-Light.otf rename to old/version-1.060/desktop/WorkSans-Light.otf diff --git a/fonts/desktop/WorkSans-Medium.otf b/old/version-1.060/desktop/WorkSans-Medium.otf similarity index 100% rename from fonts/desktop/WorkSans-Medium.otf rename to old/version-1.060/desktop/WorkSans-Medium.otf diff --git a/fonts/desktop/WorkSans-Regular.otf b/old/version-1.060/desktop/WorkSans-Regular.otf similarity index 100% rename from fonts/desktop/WorkSans-Regular.otf rename to old/version-1.060/desktop/WorkSans-Regular.otf diff --git a/fonts/desktop/WorkSans-SemiBold.otf b/old/version-1.060/desktop/WorkSans-SemiBold.otf similarity index 100% rename from fonts/desktop/WorkSans-SemiBold.otf rename to old/version-1.060/desktop/WorkSans-SemiBold.otf diff --git a/fonts/desktop/WorkSans-Thin.otf b/old/version-1.060/desktop/WorkSans-Thin.otf similarity index 100% rename from fonts/desktop/WorkSans-Thin.otf rename to old/version-1.060/desktop/WorkSans-Thin.otf diff --git a/old/version-1.060/webfonts/ttf/OFL.txt b/old/version-1.060/webfonts/ttf/OFL.txt new file mode 100644 index 0000000..fb968f4 --- /dev/null +++ b/old/version-1.060/webfonts/ttf/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/webfonts/ttf/WorkSans-Black.ttf b/old/version-1.060/webfonts/ttf/WorkSans-Black.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-Black.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-Black.ttf diff --git a/fonts/webfonts/ttf/WorkSans-Bold.ttf b/old/version-1.060/webfonts/ttf/WorkSans-Bold.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-Bold.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-Bold.ttf diff --git a/fonts/webfonts/ttf/WorkSans-ExtraBold.ttf b/old/version-1.060/webfonts/ttf/WorkSans-ExtraBold.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-ExtraBold.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-ExtraBold.ttf diff --git a/fonts/webfonts/ttf/WorkSans-ExtraLight.ttf b/old/version-1.060/webfonts/ttf/WorkSans-ExtraLight.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-ExtraLight.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-ExtraLight.ttf diff --git a/fonts/webfonts/ttf/WorkSans-Light.ttf b/old/version-1.060/webfonts/ttf/WorkSans-Light.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-Light.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-Light.ttf diff --git a/fonts/webfonts/ttf/WorkSans-Medium.ttf b/old/version-1.060/webfonts/ttf/WorkSans-Medium.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-Medium.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-Medium.ttf diff --git a/fonts/webfonts/ttf/WorkSans-Regular.ttf b/old/version-1.060/webfonts/ttf/WorkSans-Regular.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-Regular.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-Regular.ttf diff --git a/fonts/webfonts/ttf/WorkSans-SemiBold.ttf b/old/version-1.060/webfonts/ttf/WorkSans-SemiBold.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-SemiBold.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-SemiBold.ttf diff --git a/fonts/webfonts/ttf/WorkSans-Thin.ttf b/old/version-1.060/webfonts/ttf/WorkSans-Thin.ttf similarity index 100% rename from fonts/webfonts/ttf/WorkSans-Thin.ttf rename to old/version-1.060/webfonts/ttf/WorkSans-Thin.ttf diff --git a/old/version-1.060/webfonts/woff/OFL.txt b/old/version-1.060/webfonts/woff/OFL.txt new file mode 100644 index 0000000..fb968f4 --- /dev/null +++ b/old/version-1.060/webfonts/woff/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/webfonts/woff/WorkSans-Black.woff b/old/version-1.060/webfonts/woff/WorkSans-Black.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-Black.woff rename to old/version-1.060/webfonts/woff/WorkSans-Black.woff diff --git a/fonts/webfonts/woff/WorkSans-Bold.woff b/old/version-1.060/webfonts/woff/WorkSans-Bold.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-Bold.woff rename to old/version-1.060/webfonts/woff/WorkSans-Bold.woff diff --git a/fonts/webfonts/woff/WorkSans-ExtraBold.woff b/old/version-1.060/webfonts/woff/WorkSans-ExtraBold.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-ExtraBold.woff rename to old/version-1.060/webfonts/woff/WorkSans-ExtraBold.woff diff --git a/fonts/webfonts/woff/WorkSans-ExtraLight.woff b/old/version-1.060/webfonts/woff/WorkSans-ExtraLight.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-ExtraLight.woff rename to old/version-1.060/webfonts/woff/WorkSans-ExtraLight.woff diff --git a/fonts/webfonts/woff/WorkSans-Light.woff b/old/version-1.060/webfonts/woff/WorkSans-Light.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-Light.woff rename to old/version-1.060/webfonts/woff/WorkSans-Light.woff diff --git a/fonts/webfonts/woff/WorkSans-Medium.woff b/old/version-1.060/webfonts/woff/WorkSans-Medium.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-Medium.woff rename to old/version-1.060/webfonts/woff/WorkSans-Medium.woff diff --git a/fonts/webfonts/woff/WorkSans-Regular.woff b/old/version-1.060/webfonts/woff/WorkSans-Regular.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-Regular.woff rename to old/version-1.060/webfonts/woff/WorkSans-Regular.woff diff --git a/fonts/webfonts/woff/WorkSans-SemiBold.woff b/old/version-1.060/webfonts/woff/WorkSans-SemiBold.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-SemiBold.woff rename to old/version-1.060/webfonts/woff/WorkSans-SemiBold.woff diff --git a/fonts/webfonts/woff/WorkSans-Thin.woff b/old/version-1.060/webfonts/woff/WorkSans-Thin.woff similarity index 100% rename from fonts/webfonts/woff/WorkSans-Thin.woff rename to old/version-1.060/webfonts/woff/WorkSans-Thin.woff diff --git a/fonts/webfonts/woff2/WorkSans-Black.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-Black.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-Black.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-Black.woff2 diff --git a/fonts/webfonts/woff2/WorkSans-Bold.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-Bold.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-Bold.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-Bold.woff2 diff --git a/fonts/webfonts/woff2/WorkSans-ExtraBold.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-ExtraBold.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-ExtraBold.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-ExtraBold.woff2 diff --git a/fonts/webfonts/woff2/WorkSans-ExtraLight.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-ExtraLight.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-ExtraLight.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-ExtraLight.woff2 diff --git a/fonts/webfonts/woff2/WorkSans-Light.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-Light.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-Light.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-Light.woff2 diff --git a/fonts/webfonts/woff2/WorkSans-Medium.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-Medium.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-Medium.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-Medium.woff2 diff --git a/fonts/webfonts/woff2/WorkSans-Regular.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-Regular.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-Regular.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-Regular.woff2 diff --git a/fonts/webfonts/woff2/WorkSans-SemiBold.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-SemiBold.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-SemiBold.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-SemiBold.woff2 diff --git a/fonts/webfonts/woff2/WorkSans-Thin.woff2 b/old/version-1.060/webfonts/woff2/WorkSans-Thin.woff2 similarity index 100% rename from fonts/webfonts/woff2/WorkSans-Thin.woff2 rename to old/version-1.060/webfonts/woff2/WorkSans-Thin.woff2 diff --git a/sources/OFL.txt b/sources/OFL.txt index 413fd21..fb968f4 100644 --- a/sources/OFL.txt +++ b/sources/OFL.txt @@ -1,4 +1,4 @@ -Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans), with Reserved Font Name "(Work Sans)". +Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans) This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/sources/Work Sans Italic.glyphs b/sources/Work Sans Italic.glyphs index dc34887..fb02c55 100644 --- a/sources/Work Sans Italic.glyphs +++ b/sources/Work Sans Italic.glyphs @@ -4,8 +4,7 @@ DisplayStrings = ( "/Uhorn/Ohorn/uhorn/ohorn/Ahookabove/ahookabove \012/Acircumflexacute/Acircumflexgrave/Acircumflexhookabove/Acircumflextilde/acircumflexacute/acircumflexgrave/acircumflexhookabove/acircumflextilde \012/circumflexcomb_acutecomb/circumflexcomb_gravecomb/circumflexcomb_hookabovecomb/circumflexcomb_tildecomb \012/Ohornacute/Ohorngrave/Ohornhookabove/Ohorntilde \012/Uhornacute/Uhorngrave/Uhornhookabove/Uhorntilde \012/Abreveacute/Abrevegrave/Abrevehookabove/Abrevetilde \012/Acircumflexacute/Acircumflexgrave/Acircumflexhookabove/Acircumflextilde \012/Etilde/Ecircumflexacute/Ecircumflexgrave/Ecircumflexhookabove/Ecircumflextilde \012/Ocircumflexacute/Ocircumflexgrave/Ocircumflexhookabove/Ocircumflextilde \012/ohornacute/ohorngrave/ohornhookabove/ohorntilde \012/uhornacute/uhorngrave/uhornhookabove/uhorntilde \012/abreveacute/abrevegrave/abrevehookabove/abrevetilde \012/acircumflexacute/acircumflexgrave/acircumflexhookabove/acircumflextilde \012/ecircumflexacute/ecircumflexgrave/ecircumflexhookabove/ecircumflextilde \012/ocircumflexacute/ocircumflexgrave/ocircumflexhookabove/ocircumflextilde \012\012/Abreveacute/Abrevegrave/Abrevehookabove/Abrevetilde/abreveacute/abrevegrave/abrevehookabove/abrevetilde \012/Ohorn/Ohornacute/Ohorngrave/Ohornhookabove/Ohorntilde/ohorn/ohornacute/ohorngrave/ohornhookabove/ohorntilde \012/Uhorn/Uhornacute/Uhorngrave/Uhornhookabove/Uhorntilde/uhorn/uhornacute/uhorngrave/uhornhookabove/uhorntilde \012/Acircumflexacute/Acircumflexgrave/Acircumflexhookabove/Acircumflextilde/acircumflexacute/acircumflexgrave/acircumflexhookabove/acircumflextilde \012/Ecircumflexacute/Ecircumflexgrave/Ecircumflexhookabove/Ecircumflextilde/ecircumflexacute/ecircumflexgrave/ecircumflexhookabove/ecircumflextilde \012/Ocircumflexacute/Ocircumflexgrave/Ocircumflexhookabove/Ocircumflextilde/ocircumflexacute/ocircumflexgrave/ocircumflexhookabove/ocircumflextilde", "/ldot/lslash //space\012\012\012L\012HUB/Germandbls EL/Lslash ZFPÞT/Tbar YVWARKXOØQGCS\012naqgudlijfrtoecðsßkxvz\0120917426583\012/zero.osf/one.osf/two.osf/four.osf/seven.osf/five.osf/three.osf/nine.osf/six.osf/eight.osf \012/zerosuperior ¹/foursuperior/sevensuperior/ninesuperior ²/sixsuperior/fivesuperior/eightsuperior ³/zeroinferior/oneinferior/fourinferior/seveninferior/nineinferior/twoinferior/sixinferior/fiveinferior/eightinferior/threeinferior/zerosuperior/sevensuperior/zeroinferior/seveninferior \012.,/quotesinglbase/quoteleft/quoteright ':;-/endash *!?¡¿/exclamdown.case/questiondown.case \012///backslash {}[]()/guilsinglleft/guilsinglright \012#/dagger \012\012R\012HUTZAÆYVWXOØSJ\012hlnijpuaoøðßftgsyvwxz\0120617238954\012/zero.osf/one.osf/two.osf/three.osf/nine.osf/five.osf/four.osf/seven.osf/six.osf/eight.osf \012.,/quotesinglbase/quoteleft/quoteright ':-*!?\012///backslash {}[]()/guilsinglleft/guilsinglright \012#/dagger °\012\012.,:;-/endash/guilsinglleft/guilsinglright {}[]()///backslash *!?&@#\012H, /quoteleft H/quoteright /quoteleft H/quoteleft /quoteright H/quoteright /quotesinglbase H/quoteright /quotesinglbase H/quoteleft 'H'\012\012L /leftArrow/rightArrow/northEastArrow/southWestArrow/downArrow/upArrow/southEastArrow/northWestArrow/leftHookArrow/anticlockwiseOpenCircleArrow/clockwiseOpenCircleArrow \012R /leftArrow/rightArrow/northEastArrow/southWestArrow/upArrow/downArrow/southEastArrow/northWestArrow/anticlockwiseOpenCircleArrow/clockwiseOpenCircleArrow \012\012Triple:\012h/hbar blnijpruoødqecðagsßftvywxkz\012HOTYAVWXZ", "JGCOQSU/OE \012BPRÞGCOQDS/OE \012AÆEFCGJLPRSYVWMKXZ\012AÆKXZYVWMNR (diag)\012sðoceaæ/oe bpdqßgt \012ltfjy (bot top tail)\012kxzyvw (diag)\012", -"17425738096\012111714121513181019161\012717774727573787079767\012414744424543484049464\012212724222523282029262\012515754525553585059565\012313734323533383039363\012818784828583888089868\012010704020503080009060\012919794929593989099969\012616764626563686069666\0121 11 71 41 21 51 31 81 01 91 61\0127 17 77 47 27 57 37 87 07 97 67\0124 14 74 44 24 54 34 84 04 94 64\0122 12 72 42 22 52 32 82 02 92 62\0125 15 75 45 25 55 35 85 05 95 65\0123 13 73 43 23 53 33 83 03 93 63\0128 18 78 48 28 58 38 88 08 98 68\0120 10 70 40 20 50 30 80 00 90 60\0129 19 79 49 29 59 39 89 09 99 69\0126 16 76 46 26 56 36 86 06 96 66\012000 101 202 303 404 505 606 707 808 909 \012010 111 212 313 414 515 616 717 818 919\012070 171 272 373 474 575 676 777 878 979\012040 141 242 343 444 545 646 747 848 949\012020 121 222 323 424 525 626 727 828 929\012050 151 252 353 454 555 656 757 858 959\012030 131 232 333 434 535 636 737 838 939\012080 181 282 383 484 585 686 787 888 989\012000 101 202 303 404 505 606 707 808 909\012090 191 292 393 494 595 696 797 898 999\012060 161 262 363 464 565 666 767 868 969\01200000 11011 22022 33033 44044 55055 66066 77077 88088 99099 \01200100 11111 22122 33133 44144 55155 66166 77177 88188 99199 \01200200 11211 22222 33233 44244 55255 66266 77277 88288 99299 \01200300 11311 22322 33333 44344 55355 66366 77377 88388 99399 \01200400 11411 22422 33433 44444 55455 66466 77477 88488 99499 \01200500 11511 22522 33533 44544 55555 66566 77577 88588 99599 \01200600 11611 22622 33633 44644 55655 66666 77677 88688 99699 \01200700 11711 22722 33733 44744 55755 66766 77777 88788 99799 \01200800 11811 22822 33833 44844 55855 66866 77877 88888 99899 \01200900 11911 22922 33933 44944 55955 66966 77977 88988 99999", -"Done:\012/cedi/cedi.201_230 ¢/cent.201_230/colonsign/colonsign.201_230 $/dollar.2013_230/guarani/guarani.201_230/naira/naira.169_239/peseta/peseta.169_230/peso/peso.136_230/won/won.169_230/dollar.tf/dollar.tf.201_230/curvedStemParagraphSignOrnament/curvedStemParagraphSignOrnament.79_230 ¶/paragraph.79_230 ©®/cent.tf/cent.tf.201_230 \012\012Brace:\012æes" +"Done:\012/apple/apple.001 \012/cedi/cedi.201_230 ¢/cent.201_230/colonsign/colonsign.201_230 $/dollar.2013_230/guarani/guarani.201_230/naira/naira.169_239/peseta/peseta.169_230/peso/peso.136_230/won/won.169_230/dollar.tf/dollar.tf.201_230/curvedStemParagraphSignOrnament/curvedStemParagraphSignOrnament.79_230 ¶/paragraph.79_230 ©®/cent.tf/cent.tf.201_230 \012\012Brace:\012æes" ); classes = ( { @@ -30,7 +29,7 @@ code = "gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb name = combaccents; } ); -copyright = "Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans), with Reserved Font Name \"(Work Sans)\"."; +copyright = "Copyright 2018 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans)"; customParameters = ( { name = license; @@ -1462,13 +1461,13 @@ position = "{-196, -100}"; filter = "name CONTAINS \"horn\""; locked = 1; name = horncomb; -position = "{-263, 758}"; +position = "{-260, 768}"; }, { filter = "name CONTAINS \"horn\""; locked = 1; name = horncomb; -position = "{-324, 588}"; +position = "{-84, 608}"; } ); horizontalStems = ( @@ -1587,15 +1586,13 @@ position = "{-98, -80}"; }, { filter = "name CONTAINS \"horn\""; -locked = 1; name = horncomb; -position = "{-263, 585}"; +position = "{203, 595}"; }, { filter = "name CONTAINS \"horn\""; -locked = 1; name = horncomb.case; -position = "{108, 754}"; +position = "{-291, 764}"; } ); horizontalStems = ( @@ -10347,7 +10344,6 @@ width = 714; } ); leftKerningGroup = I; -rightKerningGroup = j; unicode = 01C8; }, { @@ -11594,7 +11590,6 @@ width = 862; } ); leftKerningGroup = I; -rightKerningGroup = I; unicode = 01CB; }, { @@ -34814,7 +34809,7 @@ layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; width = 527; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EBF; }, @@ -34876,7 +34871,7 @@ layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; width = 527; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EC7; }, @@ -34926,7 +34921,7 @@ layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; width = 527; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EC1; }, @@ -34976,7 +34971,7 @@ layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; width = 527; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EC3; }, @@ -35026,7 +35021,7 @@ layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; width = 527; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EC5; }, @@ -35326,7 +35321,7 @@ layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; width = 527; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EBB; }, @@ -39132,7 +39127,6 @@ width = 366; } ); leftKerningGroup = i; -rightKerningGroup = i; unicode = 0133; }, { @@ -40851,7 +40845,7 @@ name = l; }, { name = periodcentered.loclCAT; -transform = "{1, 0, 0, 1, 401, 0}"; +transform = "{1, 0, 0, 1, 351, 0}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; @@ -40974,7 +40968,6 @@ width = 414; } ); leftKerningGroup = l; -rightKerningGroup = j; unicode = 01C9; }, { @@ -42405,7 +42398,6 @@ width = 744; } ); leftKerningGroup = n; -rightKerningGroup = n; unicode = 01CC; }, { @@ -44314,7 +44306,7 @@ layers = ( anchors = ( { name = top; -position = "{323, 500}"; +position = "{293, 500}"; }, { name = top_tilde; @@ -44398,7 +44390,7 @@ name = ohorn; }, { name = acutecomb; -transform = "{1, 0, 0, 1, 265, 0}"; +transform = "{1, 0, 0, 1, 235, 0}"; } ); layerId = "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301"; @@ -44498,7 +44490,7 @@ name = ohorn; }, { name = gravecomb; -transform = "{1, 0, 0, 1, 265, 0}"; +transform = "{1, 0, 0, 1, 235, 0}"; } ); layerId = "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301"; @@ -44548,7 +44540,7 @@ name = ohorn; }, { name = hookabovecomb; -transform = "{1, 0, 0, 1, -21, 0}"; +transform = "{1, 0, 0, 1, -51, 0}"; } ); layerId = "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301"; @@ -44598,7 +44590,7 @@ name = ohorn; }, { name = tildecomb; -transform = "{1, 0, 0, 1, 265, 0}"; +transform = "{1, 0, 0, 1, 235, 0}"; } ); layerId = "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301"; @@ -51213,7 +51205,7 @@ nodes = ( ); } ); -width = 404; +width = 402; }, { color = 6; @@ -51814,7 +51806,7 @@ position = "{324, 480}"; }, { name = topright; -position = "{589, 500}"; +position = "{578, 500}"; } ); background = { @@ -52331,6 +52323,7 @@ width = 598; color = 6; components = ( { +alignment = -1; name = u; }, { @@ -52339,25 +52332,27 @@ transform = "{1, 0, 0, 1, 206, 0}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; -width = 618; +width = 638; }, { color = 5; components = ( { +alignment = -1; name = u; }, { name = horncomb; -transform = "{1, 0, 0, 1, 213, 0}"; +transform = "{1, 0, 0, 1, 202, 0}"; } ); layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; -width = 562; +width = 572; } ); leftKerningGroup = u; -rightKerningGroup = u; +leftMetricsKey = u; +rightKerningGroup = uhorn; unicode = 01B0; }, { @@ -52389,7 +52384,7 @@ transform = "{1, 0, 0, 1, 303, 0}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; -width = 618; +width = 638; }, { color = 5; @@ -52403,11 +52398,13 @@ transform = "{1, 0, 0, 1, 266, -20}"; } ); layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; -width = 562; +width = 572; } ); leftKerningGroup = u; -rightKerningGroup = u; +leftMetricsKey = u; +rightKerningGroup = uhorn; +rightMetricsKey = uhorn; unicode = 1EE9; }, { @@ -52439,7 +52436,7 @@ transform = "{1, 0, 0, 1, 303, 0}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; -width = 618; +width = 638; }, { color = 5; @@ -52453,11 +52450,12 @@ transform = "{1, 0, 0, 1, 283, 0}"; } ); layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; -width = 562; +width = 572; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; +rightMetricsKey = uhorn; unicode = 1EF1; }, { @@ -52489,7 +52487,7 @@ transform = "{1, 0, 0, 1, 303, 0}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; -width = 618; +width = 638; }, { color = 5; @@ -52503,11 +52501,12 @@ transform = "{1, 0, 0, 1, 266, -20}"; } ); layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; -width = 562; +width = 572; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; +rightMetricsKey = uhorn; unicode = 1EEB; }, { @@ -52539,7 +52538,7 @@ transform = "{1, 0, 0, 1, 19, 0}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; -width = 618; +width = 638; }, { color = 5; @@ -52553,11 +52552,12 @@ transform = "{1, 0, 0, 1, -7, -20}"; } ); layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; -width = 562; +width = 572; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; +rightMetricsKey = uhorn; unicode = 1EED; }, { @@ -52589,7 +52589,7 @@ transform = "{1, 0, 0, 1, 303, 0}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; -width = 618; +width = 638; }, { color = 5; @@ -52603,11 +52603,12 @@ transform = "{1, 0, 0, 1, 266, -20}"; } ); layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; -width = 562; +width = 572; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; +rightMetricsKey = uhorn; unicode = 1EEF; }, { @@ -54828,7 +54829,7 @@ width = 472; } ); leftKerningGroup = y; -rightKerningGroup = y; +rightKerningGroup = v; unicode = 1EF5; }, { @@ -54931,7 +54932,7 @@ width = 472; } ); leftKerningGroup = y; -rightKerningGroup = y; +rightKerningGroup = v; unicode = 1EF7; }, { @@ -56459,6 +56460,8 @@ layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; width = 306; } ); +leftKerningGroup = h; +rightKerningGroup = d; }, { color = 5; @@ -56504,6 +56507,7 @@ layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; width = 614; } ); +leftKerningGroup = h; }, { color = 5; @@ -56549,6 +56553,8 @@ layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; width = 306; } ); +leftKerningGroup = h; +rightKerningGroup = d; }, { glyphname = lslash.ss02; @@ -56934,7 +56940,9 @@ layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; width = 1150; } ); +leftKerningGroup = f; leftMetricsKey = f; +rightKerningGroup = d; rightMetricsKey = l; }, { @@ -97269,7 +97277,7 @@ color = 3; components = ( { name = period; -transform = "{1, 0, 0, 1, -202, 287}"; +transform = "{1, 0, 0, 1, -201, 307}"; } ); layerId = "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301"; @@ -97280,7 +97288,7 @@ color = 5; components = ( { name = period; -transform = "{1, 0, 0, 1, -195, 265}"; +transform = "{1, 0, 0, 1, -195, 295}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; @@ -97291,7 +97299,7 @@ color = 5; components = ( { name = period; -transform = "{1, 0, 0, 1, -160, 318}"; +transform = "{1, 0, 0, 1, -152, 348}"; } ); layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; @@ -97339,7 +97347,7 @@ color = 5; components = ( { name = period; -transform = "{1, 0, 0, 1, -60, 253}"; +transform = "{1, 0, 0, 1, -10, 253}"; } ); layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; @@ -102084,7 +102092,7 @@ color = 5; components = ( { name = period; -transform = "{1, 0, 0, 1, -245, 240}"; +transform = "{1, 0, 0, 1, -210, 258}"; } ); layerId = "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301"; @@ -102106,7 +102114,7 @@ color = 5; components = ( { name = period; -transform = "{1, 0, 0, 1, -155, 279}"; +transform = "{1, 0, 0, 1, -160, 290}"; } ); layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; @@ -102525,6 +102533,24 @@ width = 302; ); }, { +glyphname = CR; +layers = ( +{ +layerId = "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301"; +width = 336; +}, +{ +layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; +width = 250; +}, +{ +layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; +width = 278; +} +); +unicode = 000D; +}, +{ color = 9; glyphname = .notdef; layers = ( @@ -102606,25 +102632,6 @@ width = 500; ); }, { -export = 0; -glyphname = CR; -layers = ( -{ -layerId = "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301"; -width = 336; -}, -{ -layerId = "EA77C764-8343-414A-A941-E69667BA8F3A"; -width = 250; -}, -{ -layerId = "F97236B5-7CBD-4FD1-81B0-6670342ADB4E"; -width = 278; -} -); -unicode = 000D; -}, -{ glyphname = cedi; layers = ( { @@ -133492,12 +133499,12 @@ paths = ( { closed = 1; nodes = ( -"380 454 OFFCURVE", -"441 491 OFFCURVE", -"448 588 CURVE", -"380 588 LINE", -"372 530 OFFCURVE", -"338 500 OFFCURVE", +"384 454 OFFCURVE", +"450 491 OFFCURVE", +"467 618 CURVE", +"399 618 LINE", +"380 530 OFFCURVE", +"342 500 OFFCURVE", "298 500 CURVE", "322 454 LINE" ); @@ -133522,14 +133529,14 @@ paths = ( { closed = 1; nodes = ( -"457 389 OFFCURVE", +"457 399 OFFCURVE", "529 447 OFFCURVE", -"547 585 CURVE", -"400 585 LINE", +"554 605 CURVE", +"407 605 LINE", "394 526 OFFCURVE", "371 500 OFFCURVE", "340 500 CURVE", -"368 388 LINE" +"368 398 LINE" ); } ); @@ -136993,8 +137000,8 @@ closed = 1; nodes = ( "387 587 OFFCURVE", "468 650 OFFCURVE", -"486 758 CURVE", -"405 758 LINE", +"486 768 CURVE", +"405 768 LINE", "393 692 OFFCURVE", "352 660 OFFCURVE", "308 660 CURVE", @@ -137023,8 +137030,8 @@ closed = 1; nodes = ( "473 548 OFFCURVE", "553 610 OFFCURVE", -"571 754 CURVE", -"421 754 LINE", +"571 764 CURVE", +"421 764 LINE", "413 689 OFFCURVE", "388 660 OFFCURVE", "354 660 CURVE", @@ -137821,8 +137828,8 @@ closed = 1; nodes = ( "392 584 OFFCURVE", "477 654 OFFCURVE", -"496 758 CURVE", -"414 758 LINE", +"496 768 CURVE", +"414 768 LINE", "404 693 OFFCURVE", "357 641 OFFCURVE", "232 662 CURVE", @@ -137864,8 +137871,8 @@ closed = 1; nodes = ( "530 551 OFFCURVE", "605 622 OFFCURVE", -"615 754 CURVE", -"467 754 LINE", +"615 764 CURVE", +"467 764 LINE", "466 693 OFFCURVE", "433 643 OFFCURVE", "343 659 CURVE", @@ -138281,8 +138288,8 @@ closed = 1; nodes = ( "370 428 OFFCURVE", "457 482 OFFCURVE", -"464 588 CURVE", -"395 588 LINE", +"474 618 CURVE", +"405 618 LINE", "388 531 OFFCURVE", "353 483 OFFCURVE", "259 501 CURVE", @@ -138310,10 +138317,10 @@ paths = ( closed = 1; nodes = ( "461 393 OFFCURVE", -"521 449 OFFCURVE", -"546 585 CURVE", -"399 585 LINE", -"391 532 OFFCURVE", +"523 449 OFFCURVE", +"549 605 CURVE", +"402 605 LINE", +"393 532 OFFCURVE", "361 483 OFFCURVE", "307 499 CURVE", "334 401 LINE" @@ -140533,7 +140540,6 @@ width = 600; ); }, { -export = 0; glyphname = NULL; layers = ( { @@ -142657,6 +142663,7 @@ width = 399; ); }, { +export = 0; glyphname = indexring; layers = ( { @@ -144101,6 +144108,8 @@ v.sc = -59; "@MMK_R_hyphen" = -28; "@MMK_R_o" = -10; "@MMK_R_period" = -19; +"@MMK_R_quoteleft" = -20; +"@MMK_R_quoteright" = -15; "@MMK_R_seven" = -12; AE = -16; V = -10; @@ -144259,7 +144268,7 @@ lslash = -43; lslash.ss02 = -15; ordmasculine = -86; periodcentered = -144; -question = -50; +question = -70; space = -26; trademark = -148; v = -107; @@ -144624,8 +144633,8 @@ v.sc = -49; "@MMK_R_Z" = -12; "@MMK_R_hyphen" = -24; "@MMK_R_period" = 1; -"@MMK_R_quoteleft" = -30; -"@MMK_R_quoteright" = -27; +"@MMK_R_quoteleft" = -35; +"@MMK_R_quoteright" = -47; "@MMK_R_quotesingle" = -26; "@MMK_R_w" = -16; "@MMK_R_y" = -10; @@ -144667,6 +144676,7 @@ eth = -17; j.sc = -14; lslash = -21; lslash.ss02 = -11; +space = -20; v.sc = -13; }; "@MMK_L_copyright" = { @@ -144744,7 +144754,8 @@ one.sc = -15; "@MMK_R_Y" = -16; "@MMK_R_five" = -10; "@MMK_R_one" = -20; -"@MMK_R_period" = 15; +"@MMK_R_period" = 20; +"@MMK_R_quoteright" = -20; V = -10; braceright = -15; braceright.case = -15; @@ -145028,9 +145039,9 @@ zero.sc = -22; "@MMK_R_Y" = -58; "@MMK_R_Z" = -8; "@MMK_R_f" = -10; -"@MMK_R_quoteleft" = -30; -"@MMK_R_quoteright" = -28; -"@MMK_R_quotesingle" = -26; +"@MMK_R_quoteleft" = -50; +"@MMK_R_quoteright" = -53; +"@MMK_R_quotesingle" = -56; "@MMK_R_s" = -5; "@MMK_R_t" = -20; "@MMK_R_w" = -10; @@ -145052,7 +145063,7 @@ v = -11; "@MMK_R_one" = -20; "@MMK_R_period" = -21; "@MMK_R_quoteleft" = -30; -"@MMK_R_quoteright" = -10; +"@MMK_R_quoteright" = -25; V = -11; braceright = -17; braceright.case = -17; @@ -145073,10 +145084,10 @@ seven = -20; "@MMK_R_colon" = -12; "@MMK_R_f" = -5; "@MMK_R_period" = 2; -"@MMK_R_quoteleft" = -28; -"@MMK_R_quoteright" = -35; +"@MMK_R_quoteleft" = -43; +"@MMK_R_quoteright" = -95; "@MMK_R_quoteright.sc" = -10; -"@MMK_R_quotesingle" = -34; +"@MMK_R_quotesingle" = -74; "@MMK_R_t" = -10; "@MMK_R_w" = -34; "@MMK_R_y" = -19; @@ -145123,7 +145134,7 @@ periodcentered = -10; "@MMK_L_period" = { "@MMK_R_A" = 30; "@MMK_R_J" = -30; -"@MMK_R_O" = -100; +"@MMK_R_O" = -85; "@MMK_R_S" = -58; "@MMK_R_T" = -104; "@MMK_R_U" = -69; @@ -145142,20 +145153,20 @@ periodcentered = -10; "@MMK_R_nine" = -30; "@MMK_R_o" = -58; "@MMK_R_o.sc" = -40; -"@MMK_R_one" = -87; -"@MMK_R_quoteleft" = -84; +"@MMK_R_one" = -107; +"@MMK_R_quoteleft" = -94; "@MMK_R_quoteleft.sc" = -84; -"@MMK_R_quoteright" = -84; +"@MMK_R_quoteright" = -104; "@MMK_R_quoteright.sc" = -84; "@MMK_R_quotesingle" = -75; "@MMK_R_quotesingle.sc" = -75; "@MMK_R_s" = -20; "@MMK_R_s.sc" = -13; "@MMK_R_seven" = -87; -"@MMK_R_six" = -59; +"@MMK_R_six" = -64; "@MMK_R_t" = -45; "@MMK_R_t.sc" = -84; -"@MMK_R_three" = -30; +"@MMK_R_three" = -35; "@MMK_R_two" = -10; "@MMK_R_u" = -15; "@MMK_R_u.sc" = -29; @@ -145184,6 +145195,7 @@ seven.osf = -70; seven.sc = -47; six.osf = -20; six.sc = -19; +space = -25; v = -72; v.sc = -64; x.sc = 30; @@ -145191,26 +145203,29 @@ zero.sc = -20; }; "@MMK_L_quoteleft" = { "@MMK_R_A" = -113; -"@MMK_R_O" = -24; +"@MMK_R_O" = -14; "@MMK_R_S" = -8; "@MMK_R_a" = -31; -"@MMK_R_four" = -90; +"@MMK_R_four" = -50; "@MMK_R_g" = -40; -"@MMK_R_n" = -11; -"@MMK_R_o" = -39; -"@MMK_R_period" = -84; -"@MMK_R_s" = -47; +"@MMK_R_n" = -1; +"@MMK_R_nine" = 10; +"@MMK_R_o" = -4; +"@MMK_R_period" = -64; +"@MMK_R_s" = -12; "@MMK_R_seven" = 20; -"@MMK_R_six" = -50; -"@MMK_R_three" = 20; -"@MMK_R_two" = 30; -"@MMK_R_u" = -9; +"@MMK_R_six" = -10; +"@MMK_R_three" = 40; +"@MMK_R_two" = 25; +"@MMK_R_u" = 6; "@MMK_R_w" = 20; "@MMK_R_y" = 10; +"@MMK_R_zero" = -5; AE = -71; -J = -87; +J = -47; +V = 15; eth = -47; -four.osf = -100; +four.osf = -60; icircumflex = 50; idieresis = 10; imacron = 20; @@ -145247,16 +145262,19 @@ three.sc = -10; "@MMK_R_hyphen" = -86; "@MMK_R_i" = 0; "@MMK_R_n" = -11; -"@MMK_R_o" = -31; -"@MMK_R_period" = -84; -"@MMK_R_s" = -65; +"@MMK_R_o" = -21; +"@MMK_R_period" = -24; +"@MMK_R_s" = -45; "@MMK_R_seven" = 30; -"@MMK_R_six" = -50; +"@MMK_R_six" = -10; +"@MMK_R_t" = 10; "@MMK_R_three" = 20; "@MMK_R_two" = 30; "@MMK_R_u" = -9; +"@MMK_R_zero" = 5; AE = -70; J = -86; +V = 10; ampersand = -22; at = -36; eth = -43; @@ -145298,11 +145316,15 @@ two.sc = 30; "@MMK_R_guilsinglleft" = -75; "@MMK_R_guilsinglright" = -48; "@MMK_R_hyphen" = -75; -"@MMK_R_o" = -34; +"@MMK_R_o" = 6; "@MMK_R_period" = -75; "@MMK_R_s" = -25; +"@MMK_R_three" = 20; +"@MMK_R_two" = 5; +"@MMK_R_zero" = 20; AE = -59; J = -75; +V = 10; ampersand = -22; at = -30; eth = -43; @@ -145380,7 +145402,7 @@ v.sc = -13; "@MMK_R_hyphen" = -23; "@MMK_R_period" = 10; "@MMK_R_quoteleft" = -36; -"@MMK_R_quoteright" = -59; +"@MMK_R_quoteright" = -84; "@MMK_R_quotesingle" = -22; "@MMK_R_w" = -9; "@MMK_R_y" = -13; @@ -145426,7 +145448,7 @@ x.sc = -10; "@MMK_R_one" = 25; "@MMK_R_period" = -22; "@MMK_R_quoteleft" = 60; -"@MMK_R_quoteright" = 49; +"@MMK_R_quoteright" = 39; "@MMK_R_quotesingle" = 50; "@MMK_R_seven" = 25; "@MMK_R_three" = 25; @@ -145505,6 +145527,9 @@ zero.sc = -21; "@MMK_L_three" = { "@MMK_R_Y" = -14; "@MMK_R_one" = -15; +"@MMK_R_quoteleft" = -20; +"@MMK_R_quoteright" = -30; +"@MMK_R_quotesingle" = -25; "@MMK_R_seven" = -65; braceright = -14; braceright.case = -14; @@ -145524,6 +145549,9 @@ periodcentered = -10; "@MMK_R_five" = -10; "@MMK_R_hyphen" = -26; "@MMK_R_one" = -20; +"@MMK_R_quoteleft" = -25; +"@MMK_R_quoteright" = -45; +"@MMK_R_quotesingle" = -40; "@MMK_R_seven" = -60; bracketright = -28; bracketright.case = -28; @@ -145550,6 +145578,7 @@ bracketright = -42; parenright = -30; question = -50; trademark = -19; +"@MMK_R_n" = 0; }; "@MMK_L_u.sc" = { "@MMK_R_a.sc" = -13; @@ -145699,6 +145728,9 @@ periodcentered.sc = -30; "@MMK_R_Z" = -10; "@MMK_R_five" = -10; "@MMK_R_period" = -15; +"@MMK_R_quoteleft" = -45; +"@MMK_R_quoteright" = -70; +"@MMK_R_quotesingle" = -40; V = -11; braceright = -17; braceright.case = -17; @@ -145771,7 +145803,7 @@ F = { "@MMK_R_o" = -40; "@MMK_R_o.sc" = -39; "@MMK_R_one" = -10; -"@MMK_R_period" = -64; +"@MMK_R_period" = -34; "@MMK_R_s" = -50; "@MMK_R_s.sc" = -29; "@MMK_R_t" = -18; @@ -145846,7 +145878,7 @@ P = { "@MMK_R_guilsinglleft" = -21; "@MMK_R_hyphen" = -37; "@MMK_R_o" = -11; -"@MMK_R_period" = -84; +"@MMK_R_period" = -69; "@MMK_R_s" = -5; AE = -82; J = -83; @@ -145876,6 +145908,8 @@ germandbls = -37; iacute = -38; idieresis = -8; idotless = -103; +"@MMK_R_o" = -83; +ecircumflex = -53; }; Thorn = { "@MMK_R_A" = -19; @@ -145926,6 +145960,8 @@ V = { "@MMK_R_o" = -22; "@MMK_R_o.sc" = -29; "@MMK_R_period" = -54; +"@MMK_R_quoteleft" = 10; +"@MMK_R_quoteright" = 15; "@MMK_R_s" = -33; "@MMK_R_s.sc" = -20; "@MMK_R_six" = -12; @@ -146101,7 +146137,7 @@ backslash = { "@MMK_R_quoteright.sc" = -52; "@MMK_R_quotesingle" = -52; "@MMK_R_quotesingle.sc" = -52; -"@MMK_R_seven" = -41; +"@MMK_R_seven" = -56; "@MMK_R_t" = -17; "@MMK_R_t.sc" = -51; "@MMK_R_u.sc" = -12; @@ -146252,7 +146288,7 @@ icircumflex.sc = 20; igrave = 24; iogonek = 5; iogonek.sc = 7; -j = 50; +j = 90; j.sc = -40; lslash = -17; lslash.ss02 = -13; @@ -146577,6 +146613,7 @@ nine = { "@MMK_R_seven" = -60; }; nine.osf = { +"@MMK_R_quoteright" = -80; seven.osf = -40; three.osf = -20; }; @@ -146670,7 +146707,7 @@ icircumflex.sc = 46; igrave = 30; iogonek = 7; iogonek.sc = 10; -j = 60; +j = 105; j.sc = -32; lslash = -17; lslash.ss02 = -12; @@ -146944,6 +146981,7 @@ v.sc = -17; x.sc = -49; }; three.osf = { +"@MMK_R_quoteright" = -60; seven.osf = -10; }; three.sc = { @@ -147045,6 +147083,14 @@ parenright = -31; seven.sc = -20; v.sc = -11; }; +"@MMK_L_uhorn" = { +"@MMK_R_u" = 0; +u = 20; +n = 15; +"@MMK_R_i" = 0; +i = 20; +"@MMK_R_n" = 35; +}; }; "DBFAC7D3-9CB2-48DD-9F53-AD59A4BD1301" = { "@MMK_L_A" = { @@ -147063,7 +147109,7 @@ v.sc = -11; "@MMK_R_o" = -9; "@MMK_R_one" = -67; "@MMK_R_period" = 10; -"@MMK_R_quoteleft" = -105; +"@MMK_R_quoteleft" = -85; "@MMK_R_quoteright" = -109; "@MMK_R_quotesingle" = -102; "@MMK_R_s" = -5; @@ -147109,6 +147155,8 @@ v.sc = -50; "@MMK_R_l" = 0; "@MMK_R_o" = -5; "@MMK_R_period" = -9; +"@MMK_R_quoteleft" = 0; +"@MMK_R_quoteright" = -10; AE = -15; V = -5; braceright = -15; @@ -147262,7 +147310,8 @@ v.sc = -70; "@MMK_R_i" = -5; "@MMK_R_j.short" = 20; "@MMK_R_n" = -5; -"@MMK_R_period" = -2; +"@MMK_R_period" = 3; +"@MMK_R_quoteleft" = -30; "@MMK_R_quoteright" = -10; "@MMK_R_seven" = -15; "@MMK_R_w" = -10; @@ -147372,7 +147421,7 @@ x = -11; "@MMK_R_n" = -69; "@MMK_R_o" = -90; "@MMK_R_o.sc" = -60; -"@MMK_R_period" = -89; +"@MMK_R_period" = -79; "@MMK_R_s" = -80; "@MMK_R_s.sc" = -60; "@MMK_R_six" = -11; @@ -147400,6 +147449,7 @@ space = -27; v = -43; x = -68; x.sc = -40; +ecircumflex = -90; }; "@MMK_L_U" = { "@MMK_R_A" = -23; @@ -147413,7 +147463,7 @@ x.sc = -40; "@MMK_R_l" = -6; "@MMK_R_n" = -5; "@MMK_R_o" = -8; -"@MMK_R_period" = -13; +"@MMK_R_period" = -8; "@MMK_R_s" = -9; "@MMK_R_u" = -9; "@MMK_R_z" = -7; @@ -147609,8 +147659,8 @@ x.sc = -20; "@MMK_R_hyphen" = -16; "@MMK_R_o" = -5; "@MMK_R_period" = 25; -"@MMK_R_quoteleft" = -13; -"@MMK_R_quoteright" = -10; +"@MMK_R_quoteleft" = -23; +"@MMK_R_quoteright" = -20; "@MMK_R_quotesingle" = -12; "@MMK_R_seven" = -30; "@MMK_R_u" = -5; @@ -147647,6 +147697,7 @@ parenright = -28; V = -34; lslash = -19; lslash.ss02 = -12; +space = -40; v.sc = -14; }; "@MMK_L_copyright" = { @@ -147689,7 +147740,7 @@ trademark = 35; "@MMK_R_f" = -10; "@MMK_R_o" = -5; "@MMK_R_quoteleft" = -27; -"@MMK_R_quoteright" = -37; +"@MMK_R_quoteright" = -67; "@MMK_R_quotesingle" = -15; "@MMK_R_seven" = -30; "@MMK_R_t" = -25; @@ -147719,6 +147770,7 @@ j.sc = -10; "@MMK_R_Y" = -17; "@MMK_R_five" = -10; "@MMK_R_period" = 10; +"@MMK_R_quoteright" = -10; V = -10; backslash = -14; braceright = -18; @@ -147738,7 +147790,9 @@ three = -20; "@MMK_R_eight" = -10; "@MMK_R_five" = -20; "@MMK_R_nine" = -15; -"@MMK_R_period" = 5; +"@MMK_R_period" = -5; +"@MMK_R_quoteright" = -15; +"@MMK_R_quotesingle" = -20; "@MMK_R_seven" = -40; "@MMK_R_six" = -5; "@MMK_R_two" = -5; @@ -147999,9 +148053,9 @@ zero.sc = -10; "@MMK_R_Z" = -9; "@MMK_R_f" = -7; "@MMK_R_o" = -5; -"@MMK_R_quoteleft" = -32; -"@MMK_R_quoteright" = -50; -"@MMK_R_quotesingle" = -24; +"@MMK_R_quoteleft" = -57; +"@MMK_R_quoteright" = -70; +"@MMK_R_quotesingle" = -49; "@MMK_R_s" = -5; "@MMK_R_seven" = -50; "@MMK_R_t" = -7; @@ -148024,6 +148078,7 @@ v = -18; "@MMK_R_five" = -10; "@MMK_R_one" = -10; "@MMK_R_period" = -14; +"@MMK_R_quoteright" = -40; "@MMK_R_two" = -25; V = -11; X = -10; @@ -148049,11 +148104,11 @@ three = -20; "@MMK_R_Z" = -23; "@MMK_R_f" = -34; "@MMK_R_period" = -10; -"@MMK_R_quoteleft" = -39; +"@MMK_R_quoteleft" = -84; "@MMK_R_quoteleft.sc" = -10; -"@MMK_R_quoteright" = -46; +"@MMK_R_quoteright" = -86; "@MMK_R_quoteright.sc" = -10; -"@MMK_R_quotesingle" = -18; +"@MMK_R_quotesingle" = -58; "@MMK_R_seven" = -70; "@MMK_R_t" = -19; "@MMK_R_u" = -5; @@ -148097,7 +148152,7 @@ x.sc = -25; "@MMK_R_O" = -77; "@MMK_R_S" = -45; "@MMK_R_T" = -119; -"@MMK_R_U" = -58; +"@MMK_R_U" = -63; "@MMK_R_W" = -85; "@MMK_R_Y" = -135; "@MMK_R_Z" = 20; @@ -148114,9 +148169,9 @@ x.sc = -25; "@MMK_R_o" = -50; "@MMK_R_o.sc" = -32; "@MMK_R_one" = -113; -"@MMK_R_quoteleft" = -125; +"@MMK_R_quoteleft" = -145; "@MMK_R_quoteleft.sc" = -125; -"@MMK_R_quoteright" = -124; +"@MMK_R_quoteright" = -154; "@MMK_R_quoteright.sc" = -124; "@MMK_R_quotesingle" = -119; "@MMK_R_quotesingle.sc" = -119; @@ -148129,12 +148184,12 @@ x.sc = -25; "@MMK_R_two" = -10; "@MMK_R_u" = -39; "@MMK_R_u.sc" = -23; -"@MMK_R_w" = -80; +"@MMK_R_w" = -85; "@MMK_R_w.sc" = -75; "@MMK_R_y" = -85; "@MMK_R_y.sc" = -125; "@MMK_R_z.sc" = 20; -"@MMK_R_zero" = -74; +"@MMK_R_zero" = -69; AE = 18; V = -117; X = 20; @@ -148153,32 +148208,40 @@ seven.osf = -80; seven.sc = -47; six.osf = -40; six.sc = -15; +space = -40; two.osf = -10; -v = -74; +v = -84; v.sc = -117; x.sc = 20; zero.sc = -14; }; "@MMK_L_quoteleft" = { -"@MMK_R_A" = -107; -"@MMK_R_O" = -10; +"@MMK_R_A" = -67; +"@MMK_R_O" = 10; "@MMK_R_W" = 20; "@MMK_R_a" = -27; -"@MMK_R_four" = -110; +"@MMK_R_five" = 0; +"@MMK_R_four" = -70; "@MMK_R_g" = -40; "@MMK_R_hyphen" = -70; -"@MMK_R_n" = -10; -"@MMK_R_o" = -36; -"@MMK_R_period" = -125; -"@MMK_R_s" = -25; +"@MMK_R_n" = -5; +"@MMK_R_nine" = 5; +"@MMK_R_o" = -16; +"@MMK_R_period" = -75; +"@MMK_R_s" = -15; +"@MMK_R_six" = 10; +"@MMK_R_three" = 5; +"@MMK_R_two" = 35; +"@MMK_R_u" = 10; "@MMK_R_w" = 10; "@MMK_R_z" = 10; +"@MMK_R_zero" = 0; AE = -179; -J = -132; +J = -92; Lslash = -20; -V = 15; +V = 25; eth = -40; -four.osf = -130; +four.osf = -110; icircumflex = 70; idieresis = 50; imacron = 30; @@ -148186,6 +148249,7 @@ lslash = -36; lslash.ss02 = -22; questiondown = -100; slash = -30; +three.osf = 10; v = 30; }; "@MMK_L_quoteleft.sc" = { @@ -148203,7 +148267,7 @@ v.sc = 15; x.sc = -17; }; "@MMK_L_quoteright" = { -"@MMK_R_A" = -128; +"@MMK_R_A" = -98; "@MMK_R_O" = -11; "@MMK_R_W" = 10; "@MMK_R_a" = -33; @@ -148212,14 +148276,17 @@ x.sc = -17; "@MMK_R_guilsinglleft" = -47; "@MMK_R_hyphen" = -80; "@MMK_R_n" = -10; -"@MMK_R_o" = -39; -"@MMK_R_period" = -133; -"@MMK_R_s" = -47; +"@MMK_R_nine" = 10; +"@MMK_R_o" = -24; +"@MMK_R_period" = -73; +"@MMK_R_s" = -27; +"@MMK_R_t" = 10; +"@MMK_R_two" = 25; "@MMK_R_w" = 10; AE = -115; J = -136; Lslash = -20; -V = 10; +V = 20; ampersand = -16; at = -23; eth = -52; @@ -148254,9 +148321,12 @@ v.sc = 10; "@MMK_R_g" = -38; "@MMK_R_guilsinglleft" = -34; "@MMK_R_hyphen" = -90; -"@MMK_R_o" = -21; +"@MMK_R_o" = -1; "@MMK_R_period" = -119; "@MMK_R_s" = -13; +"@MMK_R_three" = 5; +"@MMK_R_two" = 10; +"@MMK_R_zero" = 10; AE = -140; J = -119; Lslash = -20; @@ -148336,7 +148406,7 @@ v.sc = -20; "@MMK_R_o" = -10; "@MMK_R_period" = 20; "@MMK_R_quoteleft" = -22; -"@MMK_R_quoteright" = -35; +"@MMK_R_quoteright" = -50; "@MMK_R_quotesingle" = -10; "@MMK_R_seven" = -50; "@MMK_R_t" = -5; @@ -148457,6 +148527,9 @@ slash = -61; "@MMK_R_eight" = -5; "@MMK_R_nine" = -5; "@MMK_R_period" = 15; +"@MMK_R_quoteleft" = -35; +"@MMK_R_quoteright" = -25; +"@MMK_R_quotesingle" = -20; braceright = -15; braceright.case = -15; bracketright = -22; @@ -148470,6 +148543,8 @@ seven = -40; "@MMK_R_eight" = -15; "@MMK_R_hyphen" = -20; "@MMK_R_period" = 15; +"@MMK_R_quoteright" = -50; +"@MMK_R_quotesingle" = -40; bracketright = -21; bracketright.case = -21; four = -30; @@ -148490,7 +148565,7 @@ seven = -20; "@MMK_R_W" = -22; "@MMK_R_Y" = -57; "@MMK_R_Z" = -10; -"@MMK_R_quoteright" = 0; +"@MMK_R_quoteright" = -20; V = -35; backslash = -25; braceright = -20; @@ -148498,6 +148573,7 @@ bracketright = -43; j = 0; parenright = -35; trademark = -16; +"@MMK_R_n" = 0; }; "@MMK_L_u.sc" = { "@MMK_R_a.sc" = -23; @@ -148506,6 +148582,9 @@ ae.sc = -24; parenright = -13; slash = -16; }; +"@MMK_L_uhorn" = { +"@MMK_R_n" = 5; +}; "@MMK_L_v" = { "@MMK_R_A" = -33; "@MMK_R_T" = -63; @@ -148515,7 +148594,7 @@ slash = -16; "@MMK_R_guilsinglleft" = -16; "@MMK_R_hyphen" = -24; "@MMK_R_o" = 20; -"@MMK_R_period" = -64; +"@MMK_R_period" = -59; "@MMK_R_quoteleft" = 30; "@MMK_R_quoteright" = 30; "@MMK_R_s" = 7; @@ -148545,7 +148624,7 @@ trademark = -9; "@MMK_R_guilsinglleft" = -14; "@MMK_R_hyphen" = -16; "@MMK_R_o" = -1; -"@MMK_R_period" = -80; +"@MMK_R_period" = -70; "@MMK_R_quoteleft" = 10; "@MMK_R_quoteright" = 10; "@MMK_R_s" = -11; @@ -148640,6 +148719,8 @@ periodcentered.sc = -20; "@MMK_R_Y" = -19; "@MMK_R_five" = -20; "@MMK_R_period" = -9; +"@MMK_R_quoteright" = -35; +"@MMK_R_quotesingle" = -35; V = -10; backslash = -14; braceright = -19; @@ -148701,7 +148782,7 @@ F = { "@MMK_R_n" = -41; "@MMK_R_o" = -50; "@MMK_R_o.sc" = -30; -"@MMK_R_period" = -113; +"@MMK_R_period" = -98; "@MMK_R_s" = -51; "@MMK_R_s.sc" = -40; "@MMK_R_t" = -11; @@ -148764,7 +148845,7 @@ P = { "@MMK_R_hyphen" = -24; "@MMK_R_o" = -9; "@MMK_R_o.sc" = -10; -"@MMK_R_period" = -119; +"@MMK_R_period" = -109; AE = -90; J = -62; V = -28; @@ -148793,6 +148874,7 @@ germandbls = -30; iacute = -26; idieresis = -3; idotless = -69; +ecircumflex = -60; }; Thorn = { "@MMK_R_A" = -20; @@ -148993,7 +149075,7 @@ backslash = { "@MMK_R_quoteright.sc" = -51; "@MMK_R_quotesingle" = -64; "@MMK_R_quotesingle.sc" = -51; -"@MMK_R_seven" = -43; +"@MMK_R_seven" = -78; "@MMK_R_six" = -15; "@MMK_R_t" = -27; "@MMK_R_t.sc" = -62; @@ -149118,7 +149200,7 @@ braceleft = -12; eight.sc = -25; eth = -43; four.sc = -40; -j = 59; +j = 69; j.sc = -42; lslash = -22; lslash.ss02 = -19; @@ -149389,6 +149471,9 @@ nine = { "@MMK_R_seven" = -40; "@MMK_R_three" = -20; }; +nine.osf = { +"@MMK_R_quoteright" = -25; +}; nine.sc = { "@MMK_R_period" = -14; "@MMK_R_t.sc" = -12; @@ -149593,7 +149678,7 @@ quotesinglbase = { "@MMK_R_g" = 50; "@MMK_R_i" = 0; "@MMK_R_y" = -10; -V = -150; +V = -140; j = 70; }; seven = { @@ -149732,6 +149817,7 @@ three = { }; three.osf = { "@MMK_R_period" = 10; +"@MMK_R_quoteright" = -20; seven.osf = -10; }; three.sc = { @@ -149897,6 +149983,8 @@ v.sc = -70; "@MMK_R_l" = -5; "@MMK_R_n" = -5; "@MMK_R_o" = -5; +"@MMK_R_quoteleft" = -5; +"@MMK_R_quoteright" = -20; "@MMK_R_u" = 0; V = -20; X = -20; @@ -149957,12 +150045,12 @@ v.sc = -30; "@MMK_R_Y" = -137; "@MMK_R_guilsinglleft" = -20; "@MMK_R_hyphen" = -20; -"@MMK_R_o" = 10; +"@MMK_R_o" = 0; "@MMK_R_o.sc" = -10; "@MMK_R_one" = -90; "@MMK_R_period" = 18; "@MMK_R_quoteleft" = -70; -"@MMK_R_quoteright" = -160; +"@MMK_R_quoteright" = -140; "@MMK_R_quotesingle" = -80; "@MMK_R_seven" = -120; "@MMK_R_six" = -10; @@ -149974,8 +150062,10 @@ v.sc = -30; "@MMK_R_y.sc" = -150; V = -103; asterisk = -60; +backslash = -100; periodcentered = -60; periodcentered.case = -277; +question = -100; space = -20; trademark = -80; v = -45; @@ -149989,7 +150079,8 @@ v.sc = -80; "@MMK_R_Y" = -100; "@MMK_R_a" = -10; "@MMK_R_j.short" = 30; -"@MMK_R_period" = -11; +"@MMK_R_period" = -6; +"@MMK_R_quoteleft" = -20; "@MMK_R_seven" = -30; "@MMK_R_y.sc" = -20; AE = -26; @@ -150048,7 +150139,7 @@ slash = -30; "@MMK_R_n" = -30; "@MMK_R_o" = -55; "@MMK_R_o.sc" = -50; -"@MMK_R_period" = -144; +"@MMK_R_period" = -134; "@MMK_R_quoteright" = 10; "@MMK_R_s" = -50; "@MMK_R_s.sc" = -40; @@ -150104,6 +150195,7 @@ slash = -60; "@MMK_R_o" = -36; "@MMK_R_o.sc" = -28; "@MMK_R_period" = -96; +"@MMK_R_quoteright" = 25; "@MMK_R_s" = -29; "@MMK_R_s.sc" = -20; "@MMK_R_t" = 5; @@ -150158,7 +150250,7 @@ space = -14; "@MMK_R_o" = -103; "@MMK_R_o.sc" = -100; "@MMK_R_one" = -40; -"@MMK_R_period" = -157; +"@MMK_R_period" = -147; "@MMK_R_s" = -97; "@MMK_R_six" = -50; "@MMK_R_t" = -30; @@ -150267,7 +150359,8 @@ zero.sc = -10; "@MMK_R_hyphen" = -20; "@MMK_R_l" = -5; "@MMK_R_period" = 10; -"@MMK_R_quoteleft" = -9; +"@MMK_R_quoteleft" = -24; +"@MMK_R_quoteright" = -20; "@MMK_R_t" = -5; "@MMK_R_w" = -10; "@MMK_R_y" = -17; @@ -150299,7 +150392,7 @@ V = -40; X = -10; j = 60; seven.sc = -30; -space = 40; +space = 20; v.sc = -20; x.sc = -10; }; @@ -150368,7 +150461,8 @@ x = -31; "@MMK_L_eight" = { "@MMK_R_Y" = -50; "@MMK_R_one" = -20; -"@MMK_R_period" = 5; +"@MMK_R_period" = 10; +"@MMK_R_quoteright" = -10; V = -10; X = -30; seven = -30; @@ -150382,9 +150476,11 @@ seven = -30; "@MMK_R_n" = 10; "@MMK_R_o" = 20; "@MMK_R_w" = 20; +question = 10; }; "@MMK_L_five" = { -"@MMK_R_period" = 30; +"@MMK_R_period" = 40; +"@MMK_R_quoteright" = -10; Lslash = 40; seven = -50; }; @@ -150468,6 +150564,8 @@ x.sc = -60; "@MMK_R_nine" = -30; "@MMK_R_one" = -40; "@MMK_R_period" = -50; +"@MMK_R_quoteleft" = -20; +"@MMK_R_quoteright" = -20; "@MMK_R_quotesingle" = -40; "@MMK_R_quotesingle.sc" = -40; "@MMK_R_s.sc" = -20; @@ -150572,8 +150670,9 @@ v.sc = -93; }; "@MMK_L_n" = { "@MMK_R_Y" = -110; -"@MMK_R_quoteleft" = -5; +"@MMK_R_quoteleft" = -25; "@MMK_R_quoteright" = -30; +"@MMK_R_quotesingle" = -15; "@MMK_R_w" = -5; "@MMK_R_y" = -26; parenright = -20; @@ -150587,6 +150686,7 @@ x = -20; "@MMK_R_Y" = -50; "@MMK_R_nine" = -10; "@MMK_R_one" = -25; +"@MMK_R_quoteright" = -10; AE = -10; V = -10; X = -40; @@ -150604,8 +150704,9 @@ slash = -30; "@MMK_R_f" = -10; "@MMK_R_g" = -11; "@MMK_R_period" = 2; -"@MMK_R_quoteright" = -10; -"@MMK_R_quotesingle" = -30; +"@MMK_R_quoteleft" = -45; +"@MMK_R_quoteright" = -40; +"@MMK_R_quotesingle" = -50; "@MMK_R_t" = -10; "@MMK_R_w" = -23; "@MMK_R_y" = -46; @@ -150640,7 +150741,7 @@ x.sc = -30; "@MMK_L_period" = { "@MMK_R_A" = 30; "@MMK_R_J" = -30; -"@MMK_R_O" = -66; +"@MMK_R_O" = -71; "@MMK_R_S" = 0; "@MMK_R_T" = -144; "@MMK_R_U" = -52; @@ -150659,9 +150760,9 @@ x.sc = -30; "@MMK_R_o" = -38; "@MMK_R_o.sc" = -26; "@MMK_R_one" = -90; -"@MMK_R_quoteleft" = -90; +"@MMK_R_quoteleft" = -120; "@MMK_R_quoteleft.sc" = -90; -"@MMK_R_quoteright" = -100; +"@MMK_R_quoteright" = -120; "@MMK_R_quoteright.sc" = -100; "@MMK_R_quotesingle" = -100; "@MMK_R_quotesingle.sc" = -100; @@ -150678,7 +150779,7 @@ x.sc = -30; "@MMK_R_y" = -70; "@MMK_R_y.sc" = -157; "@MMK_R_z.sc" = 10; -"@MMK_R_zero" = -45; +"@MMK_R_zero" = -55; AE = 30; Eth = -20; Lslash = 10; @@ -150697,6 +150798,7 @@ question.sc = -120; seven.sc = -130; six.osf = -55; slash = 30; +space = -25; two.osf = -10; v = -64; v.sc = -120; @@ -150704,19 +150806,31 @@ x = 15; }; "@MMK_L_quoteleft" = { "@MMK_R_A" = -70; +"@MMK_R_O" = 10; "@MMK_R_T" = 10; +"@MMK_R_W" = 10; "@MMK_R_f" = 40; +"@MMK_R_five" = 5; "@MMK_R_four" = -51; -"@MMK_R_period" = -90; +"@MMK_R_n" = 0; +"@MMK_R_nine" = 20; +"@MMK_R_o" = 25; +"@MMK_R_period" = -50; "@MMK_R_quoteleft" = 10; -"@MMK_R_s" = -10; +"@MMK_R_s" = 10; +"@MMK_R_six" = 10; "@MMK_R_t" = 40; +"@MMK_R_three" = 15; +"@MMK_R_two" = 40; +"@MMK_R_u" = 10; "@MMK_R_w" = 30; "@MMK_R_z" = 19; +"@MMK_R_zero" = 5; AE = -70; -J = -90; +J = -30; +V = 15; backslash = 30; -four.osf = -120; +four.osf = -95; icircumflex = 50; idieresis = 41; questiondown = -172; @@ -150740,15 +150854,18 @@ v.sc = 20; "@MMK_L_quoteright" = { "@MMK_R_A" = -90; "@MMK_R_S" = -8; +"@MMK_R_W" = 5; "@MMK_R_a" = -22; "@MMK_R_four" = -88; "@MMK_R_g" = -30; -"@MMK_R_o" = -40; -"@MMK_R_period" = -90; +"@MMK_R_nine" = 15; +"@MMK_R_o" = -20; +"@MMK_R_period" = -80; "@MMK_R_quoteleft" = 11; "@MMK_R_quoteright" = 40; -"@MMK_R_s" = -38; -"@MMK_R_t" = 10; +"@MMK_R_s" = -18; +"@MMK_R_t" = 15; +"@MMK_R_two" = 40; AE = -90; backslash = 30; eth = -60; @@ -150781,9 +150898,12 @@ v.sc = 20; "@MMK_R_guilsinglleft" = -10; "@MMK_R_hyphen" = -50; "@MMK_R_i" = 30; -"@MMK_R_o" = -40; +"@MMK_R_o" = -10; "@MMK_R_period" = -95; +"@MMK_R_three" = 25; +"@MMK_R_two" = 30; "@MMK_R_u" = -30; +"@MMK_R_zero" = 10; AE = -50; J = -80; ampersand = -14; @@ -150819,7 +150939,7 @@ slash = -40; "@MMK_R_f" = 17; "@MMK_R_hyphen" = -20; "@MMK_R_n" = 5; -"@MMK_R_period" = -111; +"@MMK_R_period" = -51; "@MMK_R_u" = 5; "@MMK_R_w" = 20; eth = -20; @@ -150893,6 +151013,7 @@ zero = -30; "@MMK_L_six" = { "@MMK_R_Y" = -25; "@MMK_R_period" = 40; +"@MMK_R_quoteright" = -20; X = -20; backslash = -10; one = -30; @@ -150939,12 +151060,16 @@ slash = -100; "@MMK_L_three" = { "@MMK_R_Y" = -40; "@MMK_R_period" = 20; +"@MMK_R_quoteright" = -20; +"@MMK_R_quotesingle" = -15; X = -30; seven = -20; }; "@MMK_L_two" = { "@MMK_R_Y" = -18; "@MMK_R_period" = 20; +"@MMK_R_quoteright" = -10; +"@MMK_R_quotesingle" = -15; seven = -17; }; "@MMK_L_u" = { @@ -150952,6 +151077,9 @@ seven = -17; "@MMK_R_f" = 5; "@MMK_R_t" = 5; V = -8; +ohorndotbelow = 0; +i = 0; +"@MMK_R_n" = 0; }; "@MMK_L_u.sc" = { "@MMK_R_a.sc" = -25; @@ -150959,6 +151087,18 @@ V = -8; ae.sc = -25; slash = -60; }; +"@MMK_L_uhorn" = { +ohorndotbelow = 20; +"@MMK_R_o" = 0; +ohornacute = 25; +"@MMK_R_u" = 0; +u = 35; +n = 35; +a = 20; +"@MMK_R_n" = 50; +i = 45; +"@MMK_R_h" = 40; +}; "@MMK_L_v" = { "@MMK_R_A" = -60; "@MMK_R_T" = -10; @@ -151066,6 +151206,9 @@ j.sc = -10; "@MMK_R_Y" = -50; "@MMK_R_nine" = -10; "@MMK_R_period" = 15; +"@MMK_R_quoteleft" = -5; +"@MMK_R_quoteright" = -25; +"@MMK_R_quotesingle" = -10; "@MMK_R_seven" = -55; AE = -10; V = -10; @@ -151098,7 +151241,7 @@ F = { "@MMK_R_i.sc" = -10; "@MMK_R_o" = -16; "@MMK_R_o.sc" = -20; -"@MMK_R_period" = -110; +"@MMK_R_period" = -85; "@MMK_R_quoteright" = 18; "@MMK_R_t" = 10; "@MMK_R_w" = 25; @@ -151150,7 +151293,7 @@ P = { "@MMK_R_g" = -20; "@MMK_R_hyphen" = -20; "@MMK_R_o" = -5; -"@MMK_R_period" = -160; +"@MMK_R_period" = -125; "@MMK_R_quoteleft" = 18; "@MMK_R_t" = 10; AE = -80; @@ -151173,6 +151316,10 @@ Q = { "@MMK_R_period" = -22; j = 65; }; +T = { +"@MMK_R_o" = -55; +ecircumflex = -45; +}; Thorn = { "@MMK_R_A" = -33; "@MMK_R_W" = -25; @@ -151210,6 +151357,7 @@ V = { "@MMK_R_o" = -41; "@MMK_R_o.sc" = -37; "@MMK_R_period" = -105; +"@MMK_R_quoteright" = 25; "@MMK_R_s" = -31; "@MMK_R_s.sc" = -30; "@MMK_R_six" = -10; @@ -151360,6 +151508,7 @@ backslash = { "@MMK_R_quoteright.sc" = -60; "@MMK_R_quotesingle" = -40; "@MMK_R_quotesingle.sc" = -40; +"@MMK_R_seven" = -60; "@MMK_R_six" = -30; "@MMK_R_t.sc" = -100; "@MMK_R_u.sc" = -30; @@ -151449,7 +151598,7 @@ f = { "@MMK_R_hyphen" = -30; "@MMK_R_period" = -65; "@MMK_R_quoteleft" = 20; -"@MMK_R_quoteright" = 10; +"@MMK_R_quoteright" = 15; "@MMK_R_quotesingle" = 20; "@MMK_R_t" = -25; ampersand = -23; @@ -151613,6 +151762,10 @@ slash = -30; v.sc = -10; x.sc = -40; }; +ocircumflexacute = { +"@MMK_R_i" = 0; +i = 30; +}; p.sc = { "@MMK_R_a.sc" = -50; "@MMK_R_hyphen" = -20; @@ -151883,6 +152036,9 @@ slash = -50; three = { "@MMK_R_seven" = -35; }; +three.osf = { +"@MMK_R_quoteright" = -20; +}; three.sc = { "@MMK_R_y.sc" = -40; seven.sc = -20; diff --git a/sources/Work Sans.glyphs b/sources/Work Sans.glyphs index f1b9d20..48dc3c9 100644 --- a/sources/Work Sans.glyphs +++ b/sources/Work Sans.glyphs @@ -8,7 +8,7 @@ DisplayStrings = ( classes = ( { automatic = 1; -code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adblgrave Adieresis Adotbelow Agrave Ahookabove Ainvertedbreve Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccedillaacute Ccircumflex Cdotaccent D DZ DZcaron Eth Dcaron Dcroat Ddotbelow Dlinebelow Dz Dzcaron E Eacute Ebreve Ecaron Ecedillabreve Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edblgrave Edieresis Edotaccent Edotbelow Egrave Ehookabove Einvertedbreve Emacron Emacronacute Emacrongrave Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gmacron H Hbar Hbrevebelow Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idblgrave Idieresis Idieresisacute Idotaccent Idotbelow Igrave Ihookabove Iinvertedbreve Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L LJ Lacute Lcaron Lcommaaccent Ldot Ldotbelow Lj Llinebelow Lslash M Mdotbelow N NJ Nacute Ncaron Ncommaaccent Ndotaccent Ndotbelow Eng Nj Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odblgrave Odieresis Odieresismacron Odotaccentmacron Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Oinvertedbreve Omacron Omacronacute Omacrongrave Oogonek Oslash Oslashacute Otilde Otildeacute Otildedieresis Otildemacron OE P Thorn Q R Racute Rcaron Rcommaaccent Rdblgrave Rdotbelow Rinvertedbreve Rlinebelow S Sacute Sacutedotaccent Scaron Scarondotaccent Scedilla Scircumflex Scommaaccent Sdotaccent Sdotbelow Sdotbelowdotaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdotbelow Tlinebelow U Uacute Ubreve Ucircumflex Udblgrave Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Uinvertedbreve Umacron Umacrondieresis Uogonek Uring Utilde Utildeacute V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotaccent Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Zdotbelow E.swsh.001 Eacute.swsh.001 Ecaron.swsh.001 Ecircumflex.swsh.001 Edieresis.swsh.001 Edotaccent.swsh.001 Egrave.swsh.001 Emacron.swsh.001 M.swsh.001 R.swsh.001 Racute.swsh.001 Rcaron.swsh.001 Rcommaaccent.swsh.001 Adieresis.titl.001 Odieresis.titl.001 Iacute_J.loclNLD R.ss03 Racute.ss03 Rcaron.ss03 Rcommaaccent.ss03 Rdblgrave.ss03 Rdotbelow.ss03 Rinvertedbreve.ss03 Rlinebelow.ss03 G.ss04 Gbreve.ss04 Gcaron.ss04 Gcircumflex.ss04 Gcommaaccent.ss04 Gdotaccent.ss04 Gmacron.ss04 IJ.ss05 Iacute_J.loclNLD.ss05 A.swsh Aacute.swsh Abreve.swsh Acircumflex.swsh Adieresis.swsh Agrave.swsh Amacron.swsh Aogonek.swsh Atilde.swsh E.swsh Eacute.swsh Ecaron.swsh Ecircumflex.swsh Edieresis.swsh Edotaccent.swsh Egrave.swsh Emacron.swsh Eogonek.swsh F.swsh L.swsh Lacute.swsh Lcaron.swsh Lcommaaccent.swsh Lslash.swsh M.swsh N.swsh Nacute.swsh Ncaron.swsh Ncommaaccent.swsh Ntilde.swsh R.swsh Racute.swsh Rcaron.swsh Rcommaaccent.swsh S.swsh Sacute.swsh Scaron.swsh Scedilla.swsh Scommaaccent.swsh T.swsh Tcaron.swsh Tcedilla.swsh Tcommaaccent.swsh W.swsh Adieresis.titl Odieresis.titl Udieresis.titl"; +code = "A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adblgrave Adieresis Adotbelow Agrave Ahookabove Ainvertedbreve Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccedillaacute Ccircumflex Cdotaccent D DZ DZcaron Eth Dcaron Dcroat Ddotbelow Dlinebelow Dz Dzcaron E Eacute Ebreve Ecaron Ecedillabreve Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edblgrave Edieresis Edotaccent Edotbelow Egrave Ehookabove Einvertedbreve Emacron Emacronacute Emacrongrave Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gmacron H Hbar Hbrevebelow Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idblgrave Idieresis Idieresisacute Idotaccent Idotbelow Igrave Ihookabove Iinvertedbreve Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L LJ Lacute Lcaron Lcommaaccent Ldot Ldotbelow Lj Llinebelow Lslash M Mdotbelow N NJ Nacute Ncaron Ncommaaccent Ndotaccent Ndotbelow Eng Nj Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odblgrave Odieresis Odieresismacron Odotaccentmacron Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Oinvertedbreve Omacron Omacronacute Omacrongrave Oogonek Oslash Oslashacute Otilde Otildeacute Otildedieresis Otildemacron OE P Thorn Q R Racute Rcaron Rcommaaccent Rdblgrave Rdotbelow Rinvertedbreve Rlinebelow S Sacute Sacutedotaccent Scaron Scarondotaccent Scedilla Scircumflex Scommaaccent Sdotaccent Sdotbelow Sdotbelowdotaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdotbelow Tlinebelow U Uacute Ubreve Ucircumflex Udblgrave Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Uinvertedbreve Umacron Umacrondieresis Uogonek Uring Utilde Utildeacute V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotaccent Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Zdotbelow E.swsh.001 Eacute.swsh.001 Ecaron.swsh.001 Ecircumflex.swsh.001 Edieresis.swsh.001 Edotaccent.swsh.001 Egrave.swsh.001 Emacron.swsh.001 M.swsh.001 R.swsh.001 Racute.swsh.001 Rcaron.swsh.001 Rcommaaccent.swsh.001 Adieresis.titl.136_230 Odieresis.titl.136_230 Iacute_J.loclNLD R.ss03 Racute.ss03 Rcaron.ss03 Rcommaaccent.ss03 Rdblgrave.ss03 Rdotbelow.ss03 Rinvertedbreve.ss03 Rlinebelow.ss03 G.ss04 Gbreve.ss04 Gcaron.ss04 Gcircumflex.ss04 Gcommaaccent.ss04 Gdotaccent.ss04 Gmacron.ss04 IJ.ss05 Iacute_J.loclNLD.ss05 A.swsh Aacute.swsh Abreve.swsh Acircumflex.swsh Adieresis.swsh Agrave.swsh Amacron.swsh Aogonek.swsh Atilde.swsh E.swsh Eacute.swsh Ecaron.swsh Ecircumflex.swsh Edieresis.swsh Edotaccent.swsh Egrave.swsh Emacron.swsh Eogonek.swsh F.swsh L.swsh Lacute.swsh Lcaron.swsh Lcommaaccent.swsh Lslash.swsh M.swsh N.swsh Nacute.swsh Ncaron.swsh Ncommaaccent.swsh Ntilde.swsh R.swsh Racute.swsh Rcaron.swsh Rcommaaccent.swsh S.swsh Sacute.swsh Scaron.swsh Scedilla.swsh Scommaaccent.swsh T.swsh Tcaron.swsh Tcedilla.swsh Tcommaaccent.swsh W.swsh Adieresis.titl Odieresis.titl Udieresis.titl"; name = Uppercase; }, { @@ -137,6 +137,7 @@ feature case; feature zero; feature cswh; feature swsh; +feature calt; feature titl; feature salt; feature hist; @@ -1640,13 +1641,13 @@ position = "{-196, -100}"; filter = "name CONTAINS \"horn\""; locked = 1; name = horncomb; -position = "{-263, 758}"; +position = "{-359, 768}"; }, { filter = "name CONTAINS \"horn\""; locked = 1; name = horncomb; -position = "{-324, 588}"; +position = "{-282, 608}"; } ); horizontalStems = ( @@ -1765,14 +1766,14 @@ position = "{-98, -80}"; }, { filter = "name CONTAINS \"horn\""; +locked = 1; name = horncomb.case; -position = "{73, 754}"; +position = "{-452, 764}"; }, { filter = "name CONTAINS \"horn\""; -locked = 1; name = horncomb; -position = "{-263, 585}"; +position = "{-269, 595}"; } ); horizontalStems = ( @@ -3537,6 +3538,13 @@ name = top; position = "{491, 660}"; } ); +background = { +components = ( +{ +name = A; +} +); +}; color = -1; layerId = "4A17B37A-CBFD-40E5-9E02-2080A0E1F76C"; paths = ( @@ -9585,7 +9593,6 @@ width = 913; } ); leftKerningGroup = I; -rightKerningGroup = j; unicode = 01C8; }, { @@ -10539,7 +10546,6 @@ width = 1054; } ); leftKerningGroup = I; -rightKerningGroup = I; unicode = 01CB; }, { @@ -37269,7 +37275,7 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 583; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EBF; }, @@ -37329,7 +37335,7 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 583; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EC7; }, @@ -37377,7 +37383,7 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 583; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EC1; }, @@ -37425,7 +37431,7 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 583; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EC3; }, @@ -37473,7 +37479,7 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 583; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EC5; }, @@ -37761,7 +37767,7 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 583; } ); -leftKerningGroup = e; +leftKerningGroup = o; rightKerningGroup = e; unicode = 1EBB; }, @@ -40972,7 +40978,6 @@ width = 617; } ); leftKerningGroup = i; -rightKerningGroup = i; unicode = 0133; }, { @@ -42354,7 +42359,6 @@ width = 649; } ); leftKerningGroup = l; -rightKerningGroup = j; unicode = 01C9; }, { @@ -43613,7 +43617,6 @@ width = 928; } ); leftKerningGroup = n; -rightKerningGroup = n; unicode = 01CC; }, { @@ -51009,7 +51012,7 @@ position = "{280, 480}"; }, { name = topright; -position = "{527, 500}"; +position = "{524, 506}"; } ); background = { @@ -51486,15 +51489,16 @@ transform = "{1, 0, 0, 1, 211, 0}"; }; components = ( { +alignment = -1; name = u; }, { name = horncomb; -transform = "{1, 0, 0, 1, 211, 0}"; +transform = "{1, 0, 0, 1, 208, 6}"; } ); layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; -width = 564; +width = 566; }, { background = { @@ -51535,6 +51539,7 @@ transform = "{1, 0, 0, 1, 215, 0}"; }; components = ( { +alignment = -1; name = u; }, { @@ -51543,11 +51548,12 @@ transform = "{1, 0, 0, 1, 215, 0}"; } ); layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; -width = 620; +width = 641; } ); leftKerningGroup = u; -rightKerningGroup = u; +leftMetricsKey = u; +rightKerningGroup = uhorn; unicode = 01B0; }, { @@ -51564,7 +51570,7 @@ transform = "{1, 0, 0, 1, 280, -20}"; } ); layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; -width = 564; +width = 566; }, { color = -1; @@ -51591,11 +51597,11 @@ transform = "{1, 0, 0, 1, 304, 0}"; } ); layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; -width = 620; +width = 641; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; unicode = 1EE9; }, { @@ -51612,7 +51618,7 @@ transform = "{1, 0, 0, 1, 280, 0}"; } ); layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; -width = 564; +width = 566; }, { color = -1; @@ -51639,11 +51645,11 @@ transform = "{1, 0, 0, 1, 304, 0}"; } ); layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; -width = 620; +width = 641; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; unicode = 1EF1; }, { @@ -51660,7 +51666,7 @@ transform = "{1, 0, 0, 1, 280, -20}"; } ); layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; -width = 564; +width = 566; }, { color = -1; @@ -51687,11 +51693,11 @@ transform = "{1, 0, 0, 1, 304, 0}"; } ); layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; -width = 620; +width = 641; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; unicode = 1EEB; }, { @@ -51708,7 +51714,7 @@ transform = "{1, 0, 0, 1, 7, -20}"; } ); layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; -width = 564; +width = 566; }, { color = -1; @@ -51735,11 +51741,11 @@ transform = "{1, 0, 0, 1, 20, 0}"; } ); layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; -width = 620; +width = 641; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; unicode = 1EED; }, { @@ -51756,7 +51762,7 @@ transform = "{1, 0, 0, 1, 280, -20}"; } ); layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; -width = 564; +width = 566; }, { color = -1; @@ -51783,11 +51789,11 @@ transform = "{1, 0, 0, 1, 304, 0}"; } ); layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; -width = 620; +width = 641; } ); leftKerningGroup = u; -rightKerningGroup = u; +rightKerningGroup = uhorn; unicode = 1EEF; }, { @@ -53693,7 +53699,7 @@ width = 594; } ); leftKerningGroup = y; -rightKerningGroup = y; +rightKerningGroup = v; unicode = 1EF5; }, { @@ -53792,7 +53798,7 @@ width = 594; } ); leftKerningGroup = y; -rightKerningGroup = y; +rightKerningGroup = v; unicode = 1EF7; }, { @@ -56961,7 +56967,7 @@ width = 630; } ); leftKerningGroup = o; -rightKerningGroup = u; +rightKerningGroup = g; rightMetricsKey = u; }, { @@ -57010,7 +57016,7 @@ width = 585; } ); leftKerningGroup = o; -rightKerningGroup = u; +rightKerningGroup = g; }, { color = 5; @@ -57057,7 +57063,7 @@ width = 627; } ); leftKerningGroup = o; -rightKerningGroup = u; +rightKerningGroup = g; }, { color = 5; @@ -57104,7 +57110,7 @@ width = 627; } ); leftKerningGroup = o; -rightKerningGroup = u; +rightKerningGroup = g; }, { color = 9; @@ -57175,7 +57181,7 @@ width = 585; ); leftKerningGroup = o; leftMetricsKey = g.ss01; -rightKerningGroup = u; +rightKerningGroup = g; rightMetricsKey = g.ss01; }, { @@ -57223,7 +57229,7 @@ width = 627; } ); leftKerningGroup = o; -rightKerningGroup = u; +rightKerningGroup = g; }, { color = 5; @@ -57270,7 +57276,7 @@ width = 627; } ); leftKerningGroup = o; -rightKerningGroup = u; +rightKerningGroup = g; }, { glyphname = l.ss02; @@ -57773,6 +57779,8 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 308; } ); +leftKerningGroup = h; +rightKerningGroup = d; }, { color = 5; @@ -57863,6 +57871,8 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 308; } ); +leftKerningGroup = h; +rightKerningGroup = d; }, { glyphname = lslash.ss02; @@ -62017,7 +62027,9 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 1146; } ); +leftKerningGroup = f; leftMetricsKey = f; +rightKerningGroup = d; rightMetricsKey = l; }, { @@ -85612,8 +85624,8 @@ layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; width = 632; } ); -leftKerningGroup = u.sc; -rightKerningGroup = u.sc; +leftKerningGroup = i.sc; +rightKerningGroup = i.sc; }, { glyphname = ij.sc.ss05; @@ -102664,7 +102676,7 @@ layers = ( components = ( { name = period; -transform = "{1, 0, 0, 1, -224, 318}"; +transform = "{1, 0, 0, 1, -220, 348}"; } ); layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; @@ -102675,7 +102687,7 @@ color = -1; components = ( { name = period; -transform = "{1, 0, 0, 1, -270, 287}"; +transform = "{1, 0, 0, 1, -270, 307}"; } ); layerId = "4A17B37A-CBFD-40E5-9E02-2080A0E1F76C"; @@ -102685,7 +102697,7 @@ width = 20; components = ( { name = period; -transform = "{1, 0, 0, 1, -254, 265}"; +transform = "{1, 0, 0, 1, -254, 295}"; } ); layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; @@ -106048,7 +106060,7 @@ layers = ( components = ( { name = period; -transform = "{1, 0, 0, 1, -155, 279}"; +transform = "{1, 0, 0, 1, -206, 290}"; } ); layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; @@ -106059,7 +106071,7 @@ color = -1; components = ( { name = period; -transform = "{1, 0, 0, 1, -245, 240}"; +transform = "{1, 0, 0, 1, -284, 265}"; } ); layerId = "4A17B37A-CBFD-40E5-9E02-2080A0E1F76C"; @@ -106492,6 +106504,25 @@ width = 302; ); }, { +glyphname = CR; +layers = ( +{ +layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; +width = 281; +}, +{ +color = -1; +layerId = "4A17B37A-CBFD-40E5-9E02-2080A0E1F76C"; +width = 341; +}, +{ +layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; +width = 250; +} +); +unicode = 000D; +}, +{ color = 9; glyphname = .notdef; layers = ( @@ -106571,26 +106602,6 @@ width = 500; ); }, { -export = 0; -glyphname = CR; -layers = ( -{ -layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; -width = 281; -}, -{ -color = -1; -layerId = "4A17B37A-CBFD-40E5-9E02-2080A0E1F76C"; -width = 341; -}, -{ -layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; -width = 250; -} -); -unicode = 000D; -}, -{ glyphname = cedi; layers = ( { @@ -135293,12 +135304,12 @@ paths = ( { closed = 1; nodes = ( -"338 486 OFFCURVE", -"376 531 OFFCURVE", -"376 607 CURVE", -"362 607 LINE", -"362 542 OFFCURVE", -"328 500 OFFCURVE", +"336 486 OFFCURVE", +"374 531 OFFCURVE", +"374 607 CURVE", +"360 607 LINE", +"360 542 OFFCURVE", +"326 500 OFFCURVE", "255 500 CURVE", "255 486 LINE" ); @@ -135323,12 +135334,12 @@ paths = ( { closed = 1; nodes = ( -"338 441 OFFCURVE", -"401 499 OFFCURVE", -"401 588 CURVE", -"332 588 LINE", -"332 534 OFFCURVE", -"297 500 OFFCURVE", +"348 441 OFFCURVE", +"411 499 OFFCURVE", +"411 618 CURVE", +"342 618 LINE", +"342 534 OFFCURVE", +"307 500 OFFCURVE", "250 500 CURVE", "250 441 LINE" ); @@ -135352,14 +135363,14 @@ paths = ( { closed = 1; nodes = ( -"406 382 OFFCURVE", -"473 456 OFFCURVE", -"473 585 CURVE", -"326 585 LINE", -"326 529 OFFCURVE", +"406 390 OFFCURVE", +"479 456 OFFCURVE", +"479 605 CURVE", +"332 605 LINE", +"332 529 OFFCURVE", "312 500 OFFCURVE", "282 500 CURVE", -"282 382 LINE" +"282 390 LINE" ); } ); @@ -138387,14 +138398,14 @@ paths = ( { closed = 1; nodes = ( -"339 758 LINE", +"339 768 LINE", "339 699 OFFCURVE", "313 660 OFFCURVE", "230 660 CURVE", "250 597 LINE", "354 597 OFFCURVE", "415 660 OFFCURVE", -"415 758 CURVE" +"415 768 CURVE" ); } ); @@ -138443,14 +138454,14 @@ paths = ( { closed = 1; nodes = ( -"347 754 LINE", +"347 764 LINE", "347 689 OFFCURVE", "322 660 OFFCURVE", "269 660 CURVE", "269 542 LINE", "419 542 OFFCURVE", "494 622 OFFCURVE", -"494 754 CURVE" +"494 764 CURVE" ); } ); @@ -139283,14 +139294,14 @@ paths = ( { closed = 1; nodes = ( -"350 758 LINE", +"350 768 LINE", "350 699 OFFCURVE", "324 660 OFFCURVE", "230 660 CURVE", "250 597 LINE", "365 597 OFFCURVE", "426 660 OFFCURVE", -"426 758 CURVE" +"426 768 CURVE" ); } ); @@ -139339,14 +139350,14 @@ paths = ( { closed = 1; nodes = ( -"350 754 LINE", +"350 764 LINE", "350 689 OFFCURVE", "322 660 OFFCURVE", "262 660 CURVE", "262 542 LINE", "419 542 OFFCURVE", "497 622 OFFCURVE", -"497 754 CURVE" +"497 764 CURVE" ); } ); @@ -141430,6 +141441,25 @@ width = 600; ); }, { +glyphname = NULL; +layers = ( +{ +layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; +width = 0; +}, +{ +layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; +width = 0; +}, +{ +color = -1; +layerId = "4A17B37A-CBFD-40E5-9E02-2080A0E1F76C"; +width = 0; +} +); +unicode = 0000; +}, +{ export = 0; glyphname = uniE0FF; layers = ( @@ -143132,6 +143162,7 @@ width = 530; ); }, { +export = 0; glyphname = indexring; layers = ( { @@ -145471,26 +145502,6 @@ width = 507; }, { export = 0; -glyphname = NULL; -layers = ( -{ -layerId = "1C7CD022-87C7-4E11-B656-E47B18819458"; -width = 0; -}, -{ -layerId = "99EB5860-B45A-4B60-BB0B-F826C8F71D42"; -width = 0; -}, -{ -color = -1; -layerId = "4A17B37A-CBFD-40E5-9E02-2080A0E1F76C"; -width = 0; -} -); -unicode = 0000; -}, -{ -export = 0; glyphname = Napostrophe; layers = ( { @@ -146050,7 +146061,7 @@ v.sc = -20; "@MMK_R_zero" = -22; V = -114; asterisk = -146; -backslash = -59; +backslash = -79; bracketright = -32; bracketright.case = -32; eth = -53; @@ -146461,6 +146472,7 @@ V = -13; eth = -17; lslash = -21; lslash.ss02 = -11; +space = -20; v.sc = -13; }; "@MMK_L_copyright" = { @@ -146629,7 +146641,6 @@ seven.dnom = 60; "@MMK_R_W" = -5; "@MMK_R_Y" = -5; "@MMK_R_f" = -4; -"@MMK_R_j.short" = 30; "@MMK_R_quoteleft" = 29; "@MMK_R_quoteright" = 10; "@MMK_R_t" = -4; @@ -146964,7 +146975,7 @@ periodcentered = -10; "@MMK_R_nine" = -10; "@MMK_R_o" = -23; "@MMK_R_o.sc" = -40; -"@MMK_R_one" = -47; +"@MMK_R_one" = -82; "@MMK_R_quoteleft" = -84; "@MMK_R_quoteleft.sc" = -84; "@MMK_R_quoteright" = -84; @@ -147000,6 +147011,7 @@ ordmasculine = -30; seven.osf = -70; seven.sc = -47; six.sc = -19; +space = -25; v = -72; v.sc = -64; x.sc = 30; @@ -147021,7 +147033,7 @@ zero.sc = -20; "@MMK_R_seven" = 20; "@MMK_R_six" = -50; "@MMK_R_three" = 20; -"@MMK_R_two" = 30; +"@MMK_R_two" = 10; "@MMK_R_u" = -9; "@MMK_R_w" = 20; "@MMK_R_y" = 10; @@ -147061,6 +147073,7 @@ three.sc = -10; "@MMK_R_S" = -8; "@MMK_R_a" = -32; "@MMK_R_copyright" = -18; +"@MMK_R_five" = -5; "@MMK_R_four" = -90; "@MMK_R_g" = -41; "@MMK_R_guilsinglleft" = -86; @@ -147074,7 +147087,7 @@ three.sc = -10; "@MMK_R_seven" = 30; "@MMK_R_six" = -50; "@MMK_R_three" = 20; -"@MMK_R_two" = 30; +"@MMK_R_two" = 20; "@MMK_R_u" = -9; ampersand = -22; at = -36; @@ -147247,7 +147260,7 @@ x.sc = -10; "@MMK_R_o" = -70; "@MMK_R_period" = -67; "@MMK_R_quoteleft" = 60; -"@MMK_R_quoteright" = 50; +"@MMK_R_quoteright" = 40; "@MMK_R_quotesingle" = 50; "@MMK_R_sterling" = -30; V = 6; @@ -147350,7 +147363,6 @@ periodcentered = -33; "@MMK_R_W" = -26; "@MMK_R_Y" = -51; "@MMK_R_Z" = -11; -"@MMK_R_j.short" = 10; "@MMK_R_quoteleft" = -9; "@MMK_R_quoteright" = -9; V = -30; @@ -147509,6 +147521,7 @@ periodcentered.sc = -30; "@MMK_R_Y" = -20; "@MMK_R_Z" = -10; "@MMK_R_period" = -20; +"@MMK_R_quoteright" = -20; V = -11; braceright = -17; braceright.case = -17; @@ -148327,6 +148340,7 @@ nine = { "@MMK_R_seven" = -20; }; nine.osf = { +"@MMK_R_quoteright" = -40; seven.osf = -40; three.osf = -20; }; @@ -148792,6 +148806,9 @@ parenright = -31; seven.sc = -20; v.sc = -11; }; +"@MMK_L_uhorn" = { +"@MMK_R_n" = 15; +}; }; "4A17B37A-CBFD-40E5-9E02-2080A0E1F76C" = { "@MMK_L_A" = { @@ -149377,6 +149394,7 @@ parenright = -28; V = -14; lslash = -19; lslash.ss02 = -12; +space = -40; v.sc = -14; }; "@MMK_L_copyright" = { @@ -149491,6 +149509,9 @@ threesuperior = 30; twosuperior = 40; zerosuperior = 20; }; +"@MMK_L_five" = { +"@MMK_R_quoteright" = -5; +}; "@MMK_L_fivesuperior" = { "@MMK_R_sevensuperior" = 10; }; @@ -149524,7 +149545,6 @@ seven.dnom = 40; }; "@MMK_L_g" = { "@MMK_R_J" = -6; -"@MMK_R_j.short" = 20; "@MMK_R_quoteleft" = 40; "@MMK_R_quoteright" = 30; "@MMK_R_quotesingle" = 10; @@ -149770,6 +149790,7 @@ v = -13; "@MMK_R_T" = -12; "@MMK_R_Y" = -22; "@MMK_R_period" = -14; +"@MMK_R_quoteright" = -10; V = -11; X = -10; backslash = -17; @@ -149853,14 +149874,14 @@ x.sc = -25; "@MMK_R_l" = -20; "@MMK_R_o" = -20; "@MMK_R_o.sc" = -32; -"@MMK_R_one" = -93; +"@MMK_R_one" = -118; "@MMK_R_quoteleft" = -125; "@MMK_R_quoteleft.sc" = -125; "@MMK_R_quoteright" = -124; "@MMK_R_quoteright.sc" = -124; "@MMK_R_quotesingle" = -119; "@MMK_R_quotesingle.sc" = -119; -"@MMK_R_seven" = -47; +"@MMK_R_seven" = -87; "@MMK_R_six" = -15; "@MMK_R_t" = -55; "@MMK_R_t.sc" = -104; @@ -149886,6 +149907,7 @@ ordmasculine = -10; seven.osf = -80; seven.sc = -47; six.sc = -15; +space = -40; v = -74; v.sc = -117; x.sc = 20; @@ -149907,6 +149929,7 @@ zero.sc = -14; "@MMK_R_s" = -25; "@MMK_R_w" = 10; "@MMK_R_z" = 10; +"@MMK_R_zero" = -10; Lslash = -20; V = 15; eth = -40; @@ -149941,6 +149964,7 @@ x.sc = -17; "@MMK_R_O" = -11; "@MMK_R_W" = 10; "@MMK_R_a" = -33; +"@MMK_R_five" = -20; "@MMK_R_four" = -120; "@MMK_R_g" = -60; "@MMK_R_guilsinglleft" = -47; @@ -150103,7 +150127,7 @@ x.sc = -12; "@MMK_R_a" = -30; "@MMK_R_hyphen" = -52; "@MMK_R_o" = -40; -"@MMK_R_period" = -66; +"@MMK_R_period" = -96; "@MMK_R_s" = -20; "@MMK_R_sterling" = -50; ampersand = -80; @@ -150210,7 +150234,6 @@ seven = -20; "@MMK_R_W" = -22; "@MMK_R_Y" = -57; "@MMK_R_Z" = -10; -"@MMK_R_j.short" = 10; "@MMK_R_quoteright" = 0; V = -35; backslash = -25; @@ -150356,6 +150379,7 @@ periodcentered.sc = -20; "@MMK_L_zero" = { "@MMK_R_Y" = -19; "@MMK_R_period" = -24; +"@MMK_R_quoteright" = -15; V = -10; backslash = -14; braceright = -19; @@ -150686,7 +150710,7 @@ backslash = { "@MMK_R_quoteright.sc" = -51; "@MMK_R_quotesingle" = -64; "@MMK_R_quotesingle.sc" = -51; -"@MMK_R_seven" = -43; +"@MMK_R_seven" = -68; "@MMK_R_six" = -15; "@MMK_R_t" = -27; "@MMK_R_t.sc" = -62; @@ -151040,6 +151064,9 @@ nine = { "@MMK_R_seven" = -20; "@MMK_R_three" = -20; }; +nine.osf = { +"@MMK_R_quoteright" = -20; +}; nine.sc = { "@MMK_R_period" = -14; "@MMK_R_t.sc" = -12; @@ -151605,8 +151632,10 @@ v.sc = -30; "@MMK_R_y.sc" = -150; V = -103; asterisk = -60; +backslash = -100; periodcentered = -60; periodcentered.case = -278; +question = -100; space = -20; trademark = -80; v = -20; @@ -151906,7 +151935,7 @@ V = -30; X = -10; j = 60; seven.sc = -30; -space = 40; +space = 20; v.sc = -20; x.sc = -10; }; @@ -152020,7 +152049,6 @@ seven.dnom = 30; "@MMK_L_g" = { "@MMK_R_g" = 8; "@MMK_R_hyphen" = -20; -"@MMK_R_j.short" = 45; braceright = 40; bracketright = 40; j = 100; @@ -152079,6 +152107,8 @@ x.sc = -60; "@MMK_R_nine" = -30; "@MMK_R_one" = -40; "@MMK_R_period" = -50; +"@MMK_R_quoteleft" = -20; +"@MMK_R_quoteright" = -20; "@MMK_R_quotesingle" = -40; "@MMK_R_quotesingle.sc" = -40; "@MMK_R_s.sc" = -20; @@ -152197,6 +152227,7 @@ x = -20; "@MMK_R_A" = -10; "@MMK_R_AE" = -10; "@MMK_R_Y" = -50; +"@MMK_R_quoteright" = -10; "@MMK_R_seven" = -30; V = -10; X = -40; @@ -152294,6 +152325,7 @@ question.sc = -120; seven.sc = -130; six.osf = -30; slash = 30; +space = -25; v = -64; v.sc = -120; }; @@ -152337,8 +152369,11 @@ v.sc = 20; "@MMK_R_AE" = -90; "@MMK_R_S" = -8; "@MMK_R_a" = -22; +"@MMK_R_five" = -10; "@MMK_R_four" = -88; "@MMK_R_g" = -30; +"@MMK_R_hyphen" = -20; +"@MMK_R_nine" = 5; "@MMK_R_o" = -40; "@MMK_R_period" = -90; "@MMK_R_quoteleft" = 11; @@ -152413,7 +152448,7 @@ slash = -40; "@MMK_R_colon" = 10; "@MMK_R_f" = 17; "@MMK_R_hyphen" = -20; -"@MMK_R_period" = -111; +"@MMK_R_period" = -71; eth = -20; slash = -76; space = -10; @@ -152455,7 +152490,7 @@ slash = -30; "@MMK_R_copyright" = -20; "@MMK_R_hyphen" = -61; "@MMK_R_o" = -70; -"@MMK_R_period" = -140; +"@MMK_R_period" = -135; Lslash = -30; ampersand = -40; at = -60; @@ -152529,7 +152564,6 @@ seven = -17; }; "@MMK_L_u" = { "@MMK_R_W" = -23; -"@MMK_R_j.short" = 30; V = -8; }; "@MMK_L_u.sc" = { @@ -152538,6 +152572,13 @@ V = -8; "@MMK_R_period" = -22; slash = -60; }; +"@MMK_L_uhorn" = { +"@MMK_R_h" = 45; +"@MMK_R_i" = 0; +"@MMK_R_n" = 40; +i = 50; +n = 35; +}; "@MMK_L_v" = { "@MMK_R_A" = -60; "@MMK_R_AE" = -60; @@ -152642,6 +152683,7 @@ backslash = -20; "@MMK_R_A" = -10; "@MMK_R_AE" = -10; "@MMK_R_Y" = -50; +"@MMK_R_quoteright" = -20; "@MMK_R_seven" = -30; V = -10; X = -40; @@ -152915,6 +152957,7 @@ backslash = { "@MMK_R_quoteright.sc" = -60; "@MMK_R_quotesingle" = -40; "@MMK_R_quotesingle.sc" = -40; +"@MMK_R_seven" = -40; "@MMK_R_six" = -30; "@MMK_R_t.sc" = -100; "@MMK_R_u.sc" = -30; @@ -153130,6 +153173,9 @@ lslash.ss02 = { nine = { "@MMK_R_five" = -10; }; +nine.osf = { +"@MMK_R_quoteright" = -10; +}; nine.sc = { "@MMK_R_a.sc" = -10; "@MMK_R_ae.sc" = -10; @@ -153141,6 +153187,10 @@ slash = -30; v.sc = -10; x.sc = -40; }; +ocircumflexacute = { +"@MMK_R_i" = 0; +i = 30; +}; p.sc = { "@MMK_R_a.sc" = -50; "@MMK_R_ae.sc" = -50; @@ -153424,6 +153474,12 @@ two.sc = { "@MMK_R_y.sc" = -18; seven.sc = -17; }; +uhorn = { +"@MMK_R_n" = 0; +n = 30; +"@MMK_R_u" = 0; +u = 30; +}; underscore = { "@MMK_R_g" = 60; "@MMK_R_y" = 70; diff --git a/sources/generatefamily.sh b/sources/build.sh similarity index 100% rename from sources/generatefamily.sh rename to sources/build.sh diff --git a/sources/hinting/WorkSans-Black.ctrl b/sources/hinting/WorkSans-Black.ctrl deleted file mode 100644 index 0fa130f..0000000 --- a/sources/hinting/WorkSans-Black.ctrl +++ /dev/null @@ -1,42 +0,0 @@ -Q left 25 (-75, 10) -Ccedilla left 17 (-50, 10) -ccedilla left 22 (-50, 10) - -# Middle of g too thick -g touch 36 yshift 0.375 @23,24 #bot of bot of top bowl -g touch 40-43 yshift -0.375 @23,24 #top of mid-stroke -g touch 59-64 yshift 0.25 @23,24 #bot of mid-stroke -g touch 56,57,66,67 yshift -0.5 @23,24 #top of bot-stroke -g touch 68 yshift -0.75 @23,24 #mid-point of top of bot-stroke -gbreve touch 37 yshift 0.375 @23,24 #bot of bot of top bowl -gbreve touch 51-54 yshift -0.375 @23,24 #top of mid-stroke -gbreve touch 70-75 yshift 0.25 @23,24 #bot of mid-stroke -gbreve touch 67,68,77,78 yshift -0.5 @23,24 #top of bot-stroke -gbreve touch 79 yshift -0.75 @23,24 #mid-point of top of bot-stroke -uni0123 touch 40 yshift 0.375 @23,24 #bot of bot of top bowl -uni0123 touch 44-47 yshift -0.375 @23,24 #top of mid-stroke -uni0123 touch 63-68 yshift 0.25 @23,24 #bot of mid-stroke -uni0123 touch 60,61,70,71 yshift -0.5 @23,24 #top of bot-stroke -uni0123 touch 72 yshift -0.75 @23,24 #mid-point of top of bot-stroke - -g touch 35-38 yshift 0.25 @21,22 #bot of bot of top bowl -g touch 40-43 yshift -0.625 @21,22 #top of mid-stroke -g touch 60-63 yshift -0.375 @21,22 #bot of mid-stroke -g touch 56-59,64-68 yshift -0.5 @21,22 #top of bot-stroke -gbreve touch 46-48 yshift 0.25 @21,22 #bot of bot of top bowl -gbreve touch 51-54 yshift -0.625 @21,22 #top of mid-stroke -gbreve touch 71-74 yshift -0.375 @21,22 #bot of mid-stroke -gbreve touch 67-70,75-79 yshift -0.5 @21,22 #top of bot-stroke -uni0123 touch 39-42 yshift 0.25 @21,22 #bot of bot of top bowl -uni0123 touch 44-47 yshift -0.625 @21,22 #top of mid-stroke -uni0123 touch 64-67 yshift -0.375 @21,22 #bot of mid-stroke -uni0123 touch 60-63,68-72 yshift -0.5 @21,22 #top of bot-stroke - -# breve too short -breve touch 5,6,10,11 yshift 1 @23,24 -gbreve touch 2,3,7,8 yshift 1 @23,24 -# accents too low -breve touch 0-11 yshift 1 @21,22 -gbreve touch 0-11 yshift 1 @21,22 -uni0123 touch 0,1 yshift 1 @21,22 -uni0123 touch 0,1 yshift 1 @21,22 \ No newline at end of file diff --git a/sources/hinting/WorkSans-Bold.ctrl b/sources/hinting/WorkSans-Bold.ctrl deleted file mode 100644 index d59993c..0000000 --- a/sources/hinting/WorkSans-Bold.ctrl +++ /dev/null @@ -1,45 +0,0 @@ -Q left 25 (-75, 10) -Ccedilla left 18 (-50, 10) -ccedilla left 19 (-50, 10) - -a touch 15 yshift 0.25 @22 -aogonek touch 22 yshift 0.25 @22 -ae touch 51,59,60 yshift 0.625 @22 - -e touch 23,24 yshift -0.675 @14 -e touch 26 yshift 0.375 @14 -ae touch 46,47 yshift -0.675 @14 -ae touch 50 yshift 0.375 @14 - -g touch 37-38 yshift 0.375 @14 -g touch 0,44,45 yshift -0.75 @14 -g touch 63,64 yshift 0.5 @14 -gbreve touch 20-21 yshift 0.375 @14 -gbreve touch 27-29 yshift -0.75 @14 -gbreve touch 69,80 yshift 0.5 @14 - -g touch 37-38 yshift 0.375 @21-22 # bot of bot of top bowl -g touch 0,44,45 yshift -0.75 @21-22 # top of mid stroke -g touch 62-65 yshift -0.75 @21-22 # bot of mid stroke -g touch 58,68,69 yshift -0.5 @21-22 # top of bot stroke -gbreve touch 20-21 yshift 0.375 @21-22 -gbreve touch 26-29 yshift -0.75 @21-22 -gbreve touch 69,70,79,80 yshift -0.75 @21-22 -gbreve touch 73-75 yshift -0.5 @21-22 -uni0123 touch 41,42 yshift 0.375 @21-22 -uni0123 touch 4,47-49 yshift -0.75 @21-22 -uni0123 touch 66-69 yshift -0.75 @21-22 -uni0123 touch 62,72,73 yshift -0.5 @21-22 -g_j.liga touch 50-51 yshift 0.375 @21-22 -g_j.liga touch 12,56,57 yshift -0.75 @21-22 -g_j.liga touch 88-91 yshift -0.75 @21-22 -g_j.liga touch 84,94,95 yshift -0.5 @21-22 - -gbreve touch 0-13 yshift 1 @14-16 -breve touch 0-13 yshift 1 @14-16 - -macron touch 0-3 yshift 1 @14-16,21,22 -#Euro touch 13,14,31,32 yshift 0.75 @17,18 -#Euro touch 15,16,29,30 yshift -0.125 @17,18 -#Euro touch 8,9,35,36 yshift -0.75 @17,18 -#Euro touch 6,7,37,38 yshift 0.125 @17,18 \ No newline at end of file diff --git a/sources/hinting/WorkSans-ExtraBold.ctrl b/sources/hinting/WorkSans-ExtraBold.ctrl deleted file mode 100644 index a27486f..0000000 --- a/sources/hinting/WorkSans-ExtraBold.ctrl +++ /dev/null @@ -1,43 +0,0 @@ -# bottom of Q too thick -Q left 25 (-100, 100) - -# bottom of C- c- cedilla too thick -Ccedilla left 18 (-50, 10) -ccedilla left 21 (-50, 10) - -# Middle of g too thick -g touch 37-38 yshift 0.375 @17,18 -g touch 0,44,45 yshift -0.75 @17,18 -g touch 60-63 yshift -0.5 @17,18 -gbreve touch 50-52 yshift 0.375 @17,18 -gbreve touch 14,57,58 yshift -0.75 @17,18 -gbreve touch 73-76 yshift -0.5 @17,18 -uni0123 touch 41-43 yshift 0.375 @17,18 -uni0123 touch 4,48,49 yshift -0.75 @17,18 -uni0123 touch 64-67 yshift -0.5 @17,18 - -# Middle of g too thick -g touch 38 yshift 0.375 @21,22 -g touch 0,44,45 yshift -1 @21,22 -g touch 60-63 yshift -1 @21,22 -g touch 58,67,68 yshift -0.125 @21,22 -gbreve touch 51 yshift 0.375 @21,22 -gbreve touch 14,57,58 yshift -1 @21,22 -gbreve touch 73-76 yshift -1 @21,22 -gbreve touch 71,80,81 yshift -0.125 @21,22 -uni0123 touch 42 yshift 0.375 @21,22 -uni0123 touch 4,48,49 yshift -1 @21,22 -uni0123 touch 64-67 yshift -1 @21,22 -uni0123 touch 62,71,72 yshift -0.125 @21,22 - -# breve too short -breve touch 5,6,12,13 yshift 1 @17,18,21,22 -gbreve touch 2,3,9,10 yshift 1 @17,18,21,22 - -# accents too low -circumflex touch 0-6 yshift 1 @15-18,21,22 -breve touch 0-13 yshift 1 @15,16,21,22 -gbreve touch 0-13 yshift 1 @15,16,21,22 -macron touch 0-3 yshift 1 @15,16,19-22,25,26 -uni0123 touch 0,1 yshift 1 @21,22 -uni0123 touch 0,1 yshift 1 @21,22 \ No newline at end of file diff --git a/sources/hinting/WorkSans-ExtraLight.ctrl b/sources/hinting/WorkSans-ExtraLight.ctrl deleted file mode 100644 index 0ce716e..0000000 --- a/sources/hinting/WorkSans-ExtraLight.ctrl +++ /dev/null @@ -1,47 +0,0 @@ -# Weight 41 - -# bottom of C- c- cedilla -Ccedilla left 19 (-50, 10) -ccedilla left 19 (-50, 10) - -# middle of S s too bold -S touch 13 yshift -0.125 @33-41 #top -S touch 34 yshift 0.125 @33-41 #bot -Scaron touch 20 yshift -0.125 @33-41 #top -Scaron touch 41 yshift 0.125 @33-41 #bot -Sacute touch 17 yshift -0.125 @33-41 #top -Sacute touch 38 yshift 0.125 @33-41 #bot -uni015E touch 54 yshift -0.125 @33-41 #top -uni015E touch 32 yshift 0.125 @33-41 #bot - -s touch 32 yshift -0.125 @33-41 #top -s touch 12 yshift 0.125 @33-41 #bot -uni015F touch 52 yshift -0.125 @33-41 #top -uni015F touch 32 yshift 0.125 @33-41 #bot - -# middle of S s too light -S touch 13 yshift 0.125 @42-49 #top -S touch 34 yshift -0.125 @42-49 #bot -S touch 12 yshift 0.125 @42-49 #top -S touch 32 yshift -0.125 @42-49 #bot -Scaron touch 20 yshift 0.125 @42-49 #top -Scaron touch 41 yshift -0.125 @42-49 #bot -Sacute touch 17 yshift 0.125 @42-49 #top -Sacute touch 38 yshift -0.125 @42-49 #bot -uni015E touch 54 yshift 0.125 @42-49 #top -uni015E touch 32 yshift -0.125 @42-49 #bot - -s touch 32 yshift 0.125 @42-49 #top -s touch 12 yshift -0.125 @42-49 #bot -uni015F touch 52 yshift 0.125 @42-49 #top -uni015F touch 32 yshift -0.125 @42-49 #bot - -# middle of a too light -a touch 40 yshift -0.25 @42-47 -aogonek touch 53 yshift -0.25 @42-47 - -a touch 40 yshift -0.125 @48-50 -aogonek touch 53 yshift -0.125 @48-50 - -# middle of e too dark -e touch 0,1 yshift 0.25 @15,17,18,19 \ No newline at end of file diff --git a/sources/hinting/WorkSans-Light.ctrl b/sources/hinting/WorkSans-Light.ctrl deleted file mode 100644 index 7cd23cb..0000000 --- a/sources/hinting/WorkSans-Light.ctrl +++ /dev/null @@ -1,41 +0,0 @@ -# Weight 50 - -# bottom of C- c- cedilla -Ccedilla left 19 (-50, 10) -ccedilla left 19 (-50, 10) - -# middle of S s too bold -S touch 12 yshift -0.125 @23-30 #top -S touch 32 yshift 0.125 @23-30 #bot -Scaron touch 19 yshift -0.125 @23-30 #top -Scaron touch 39 yshift 0.125 @23-30 #bot -Sacute touch 16 yshift -0.125 @23-30 #top -Sacute touch 36 yshift 0.125 @23-30 #bot -uni015E touch 53 yshift -0.125 @23-30 #top -uni015E touch 32 yshift 0.125 @23-30 #bot - -s touch 34 yshift -0.125 @23-30 #top -s touch 12 yshift 0.125 @23-30 #bot -uni015F touch 54 yshift -0.125 @23-30 #top -uni015F touch 32 yshift 0.125 @23-30 #bot - -# middle of S s too light -S touch 12 yshift 0.125 @31-36 #top -S touch 32 yshift -0.125 @31-36 #bot -S touch 12 yshift 0.125 @31-36 #top -S touch 32 yshift -0.125 @31-36 #bot -Scaron touch 19 yshift 0.125 @31-36 #top -Scaron touch 39 yshift -0.125 @31-36 #bot -Sacute touch 16 yshift 0.125 @31-36 #top -Sacute touch 36 yshift -0.125 @31-36 #bot -uni015E touch 53 yshift 0.125 @31-36 #top -uni015E touch 32 yshift -0.125 @31-36 #bot - -s touch 34 yshift 0.125 @31-36 #top -s touch 12 yshift -0.125 @31-36 #bot -uni015F touch 54 yshift 0.125 @31-36 #top -uni015F touch 32 yshift -0.125 @31-36 #bot - -# middle of a too light -a touch 38 yshift -0.25 @35,36 -aogonek touch 54 yshift -0.25 @35,36 \ No newline at end of file diff --git a/sources/hinting/WorkSans-Medium.ctrl b/sources/hinting/WorkSans-Medium.ctrl deleted file mode 100644 index a45cd53..0000000 --- a/sources/hinting/WorkSans-Medium.ctrl +++ /dev/null @@ -1,26 +0,0 @@ -Q left 25 (-75, 10) - -a touch 16 yshift 0.375 @18-21 -a touch 17 yshift 0.125 @18-21 -aogonek touch 21 yshift 0.375 @18-21 -aogonek touch 22 yshift 0.125 @18-21 - -S touch 12 yshift 0.125 @18-21 # top of mid -S touch 32 yshift -0.125 @18-21 # bot of mid -S touch 12 yshift -0.125 @15-17 -S touch 32 yshift 0.125 @15-17 - -s touch 33 yshift 0.125 @18-21 # top of mid -s touch 12 yshift -0.125 @18-21 # bot of mid -s touch 33 yshift -0.125 @15-17 -s touch 12 yshift 0.125 @15-17 - -g touch 39-40,53-55 yshift 0.125 @18 # top and bot of bot of top bowl -g touch 0,47-48 yshift -0.875 @18 # top of mid stroke -g touch 65-68 yshift -0.5 @18 # bot of mid stroke -gbreve touch 20-22,62,72-73 yshift 0.125 @18 -gbreve touch 29-31 yshift -0.875 @18 -gbreve touch 74,75,85,86 yshift -0.5 @18 -g_j.liga touch 18-20,70,80,81 yshift 0.125 @18 -g_j.liga touch 25-27 yshift -0.875 @18 -g_j.liga touch 82,83,93,94 yshift -0.5 @18 \ No newline at end of file diff --git a/sources/hinting/WorkSans-Regular.ctrl b/sources/hinting/WorkSans-Regular.ctrl deleted file mode 100644 index cc8f46d..0000000 --- a/sources/hinting/WorkSans-Regular.ctrl +++ /dev/null @@ -1,40 +0,0 @@ -#OE touch 33-touch 35 yshift 0.375 @21 -Ccedilla left 20 (-50, 10) -ccedilla left 20 (-50, 10) -Q left 25 (-75, 10) - -a touch 16 yshift 0.375 @22-26 -a touch 17 yshift 0.125 @22-26 -aogonek touch 21 yshift 0.375 @22-26 -aogonek touch 22 yshift 0.125 @22-26 - -S touch 12 yshift 0.125 @22-26 # top of mid -S touch 32 yshift -0.125 @22-26 # bot of mid -S touch 12 yshift -0.125 @17-21 -S touch 32 yshift 0.125 @17-21 -Scaron touch 19 yshift 0.125 @22-26 # top of mid -Scaron touch 39 yshift -0.125 @22-26 # bot of mid -Scaron touch 19 yshift -0.125 @17-21 -Scaron touch 39 yshift 0.125 @17-21 -Sacute touch 16 yshift 0.125 @22-26 # top of mid -Sacute touch 36 yshift -0.125 @22-26 # bot of mid -Sacute touch 16 yshift -0.125 @17-21 -Sacute touch 36 yshift 0.125 @17-21 -uni015E touch 53 yshift 0.125 @22-26 # top of mid -uni015E touch 33 yshift -0.125 @22-26 # bot of mid -uni015E touch 53 yshift -0.125 @17-21 -uni015E touch 33 yshift 0.125 @17-21 - -s touch 33 yshift 0.125 @22-26 # top of mid -s touch 12 yshift -0.125 @22-26 # bot of mid -s touch 33 yshift -0.125 @17-21 -s touch 12 yshift 0.125 @17-21 -uni015F touch 54 yshift 0.125 @22-26 # top of mid -uni015F touch 33 yshift -0.125 @22-26 # bot of mid -uni015F touch 54 yshift -0.125 @17-21 -uni015F touch 33 yshift 0.125 @17-21 - -sterling touch 14 yshift 0.5 @22-24 -sterling touch 62 yshift 1 @22-24 -sterling touch 11, 64 yshift 0.625 @22-24 -sterling touch 67 yshift -1 @22-24 \ No newline at end of file diff --git a/sources/hinting/WorkSans-SemiBold.ctrl b/sources/hinting/WorkSans-SemiBold.ctrl deleted file mode 100644 index c5540c4..0000000 --- a/sources/hinting/WorkSans-SemiBold.ctrl +++ /dev/null @@ -1,14 +0,0 @@ -Q left 25 (-75, 10) -Ccedilla left 20 (-50, 10) -ccedilla left 20 (-50, 10) -gbreve touch 0-13 yshift 1 @15,16 -breve touch 0-13 yshift 1 @15,16 -macron touch 0-3 yshift 1 @15,16 - -a touch 16 yshift 0.25 @25,26 -a touch 37 yshift -0.25 @25,26 # bot of mid stroke -a touch 44 yshift -0.125 @25,26 # top of bot storke - -aogonek touch 21 yshift 0.25 @25,26 -aogonek touch 51 yshift -0.25 @25,26 # bot of mid stroke -aogonek touch 58 yshift -0.125 @25,26 # top of bot storke \ No newline at end of file